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