OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_info_list_
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc
2709
return CountIf(
test_info_list_
, TestPassed);
2714
return CountIf(
test_info_list_
, TestSkipped);
2719
return CountIf(
test_info_list_
, TestFailed);
2724
return CountIf(
test_info_list_
, TestReportableDisabled);
2729
return CountIf(
test_info_list_
, TestDisabled);
2734
return CountIf(
test_info_list_
, TestReportable);
2739
return CountIf(
test_info_list_
, ShouldRunTest);
2744
return static_cast<int>(
test_info_list_
.size());
2770
ForEach(
test_info_list_
, internal::Delete<TestInfo>);
2777
return index < 0 ? nullptr :
test_info_list_
[static_cast<size_t>(index)]
[
all
...]
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h
914
std::vector<TestInfo*>& test_info_list() { return
test_info_list_
; }
918
return
test_info_list_
;
1008
std::vector<TestInfo*>
test_info_list_
;
member in class:testing::TestSuite
Completed in 117 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026