Searched refs:matcher_int (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/testing/test/
H A Dgmock-matchers_test.cc3467 Matcher<int> matcher_int = ResultOf(PolymorphicFunctor(), Ge(5)); local
3469 EXPECT_TRUE(matcher_int.Matches(10));
3470 EXPECT_FALSE(matcher_int.Matches(2));
/external/googletest/googlemock/test/
H A Dgmock-matchers_test.cc3929 Matcher<int> matcher_int = ResultOf(PolymorphicFunctor(), Ge(5)); local
3931 EXPECT_TRUE(matcher_int.Matches(10));
3932 EXPECT_FALSE(matcher_int.Matches(2));
/external/v8/testing/gmock/test/
H A Dgmock-matchers_test.cc3927 Matcher<int> matcher_int = ResultOf(PolymorphicFunctor(), Ge(5)); local
3929 EXPECT_TRUE(matcher_int.Matches(10));
3930 EXPECT_FALSE(matcher_int.Matches(2));

Completed in 189 milliseconds