HomeSort by relevance Sort by last modified time
    Searched refs:CountIf (Results 1 - 2 of 2) sorted by null

  /external/gtest/src/
gtest.cc 681 return test_cases_.CountIf(TestCasePassed);
686 return test_cases_.CountIf(TestCaseFailed);
697 return test_cases_.CountIf(ShouldRunTestCase);
    [all...]
gtest-internal-inl.h 375 int CountIf(P predicate) const {
    [all...]

Completed in 11 milliseconds