Home
last modified time | relevance | path

Searched refs:not_m1 (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/testing/test/
Dgmock-matchers_test.cc448 const Matcher<int> not_m1 = Not(m1); in TEST() local
449 EXPECT_EQ("is odd", Describe(not_m1)); in TEST()
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc552 const Matcher<int> not_m1 = Not(m1); in TEST() local
553 EXPECT_EQ("is odd", Describe(not_m1)); in TEST()