OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:not_m2
(Results
1 - 1
of
1
) sorted by null
/external/chromium/testing/gmock/test/
gmock-matchers_test.cc
455
const Matcher<char>
not_m2
= Not(m2);
local
456
EXPECT_EQ("is odd", Describe(
not_m2
));
[
all
...]
Completed in 1173 milliseconds