Home
last modified time | relevance | path

Searched defs:CountIf (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h276 inline int CountIf(const Container& c, Predicate predicate) { in CountIf() function
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc836 TEST(ContainerUtilityTest, CountIf) { in TEST() argument