Searched refs:eq5 (Results 1 – 2 of 2) sorted by relevance
2364 Matcher<int> eq5 = Eq(5); in TEST() local2365 EXPECT_TRUE(Matches(eq5)(5)); in TEST()2366 EXPECT_FALSE(Matches(eq5)(2)); in TEST()
2987 Matcher<int> eq5 = Eq(5); in TEST() local2988 EXPECT_TRUE(Matches(eq5)(5)); in TEST()2989 EXPECT_FALSE(Matches(eq5)(2)); in TEST()