OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CountIf
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc
143
using internal::
CountIf
;
749
return
CountIf
(test_suites_, TestSuitePassed);
754
return
CountIf
(test_suites_, TestSuiteFailed);
765
return
CountIf
(test_suites_, ShouldRunTestSuite);
2197
return !Failed() &&
CountIf
(test_part_results_, TestPartSkipped) > 0;
2216
return
CountIf
(test_part_results_, TestPartFatallyFailed) > 0;
2226
return
CountIf
(test_part_results_, TestPartNonfatallyFailed) > 0;
2709
return
CountIf
(test_info_list_, TestPassed);
2714
return
CountIf
(test_info_list_, TestSkipped);
2719
return
CountIf
(test_info_list_, TestFailed)
[
all
...]
gtest-internal-inl.h
280
inline int
CountIf
(const Container& c, Predicate predicate) {
Completed in 39 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026