Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-internal-inl.h282 inline int CountIf(const Container& c, Predicate predicate) { in CountIf() function
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_unittest.cc775 TEST(ContainerUtilityTest, CountIf) { in TEST() argument