Searched refs:test_info_list_ (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h856 std::vector<TestInfo*>& test_info_list() { return test_info_list_; }
860 return test_info_list_;
937 std::vector<TestInfo*> test_info_list_; member in class:testing::TestCase
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc2678 return CountIf(test_info_list_, TestPassed);
2683 return CountIf(test_info_list_, TestFailed);
2688 return CountIf(test_info_list_, TestReportableDisabled);
2693 return CountIf(test_info_list_, TestDisabled);
2698 return CountIf(test_info_list_, TestReportable);
2703 return CountIf(test_info_list_, ShouldRunTest);
2708 return static_cast<int>(test_info_list_.size());
2734 ForEach(test_info_list_, internal::Delete<TestInfo>);
2741 return index < 0 ? NULL : test_info_list_[index];
2748 return index < 0 ? NULL : test_info_list_[inde
[all...]

Completed in 26 milliseconds