Searched refs:eq5 (Results 1 – 1 of 1) sorted by relevance
922 Matcher<int> eq5 = Eq(5); in TEST() local923 EXPECT_TRUE(Matches(eq5)(5)); in TEST()924 EXPECT_FALSE(Matches(eq5)(2)); in TEST()