Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc2412 class CountingMatcher : public MatcherInterface<T> { in TEST() class
2414 explicit CountingMatcher(const Matcher<T>& base_matcher, in TEST() function in testing::gmock_matchers_test::__anonbdf523750111::CountingMatcher
2434 MakeMatcher(new CountingMatcher<int>(Eq(1), &listener_interested)); in TEST()
2449 MakeMatcher(new CountingMatcher<int>(Eq(1), &listener_interested)); in TEST()
2464 MakeMatcher(new CountingMatcher<int>(Eq(1), &listener_interested)); in TEST()