Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/test/
Dgmock-matchers_test.cc459 const Matcher<char> not_m2 = Not(m2); in TEST() local
460 EXPECT_EQ("is odd", Describe(not_m2)); in TEST()
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc563 const Matcher<char> not_m2 = Not(m2); in TEST() local
564 EXPECT_EQ("is odd", Describe(not_m2)); in TEST()