Searched refs:is_greater_than_5 (Results 1 – 2 of 2) sorted by relevance
2527 Matcher<int> is_greater_than_5 = Gt(5); in TEST() local2528 EXPECT_NONFATAL_FAILURE(EXPECT_THAT(5, is_greater_than_5), in TEST()
3192 Matcher<int> is_greater_than_5 = Gt(5); in TEST() local3193 EXPECT_NONFATAL_FAILURE(EXPECT_THAT(5, is_greater_than_5), in TEST()