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_; } function in class:testing::TestCase
859 const std::vector<TestInfo*>& test_info_list() const { function in class:testing::TestCase
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc2274 const TestInfo* const first_test_info = test_case->test_info_list()[0];
4806 for (size_t j = 0; j < test_case->test_info_list().size(); j++) {
4807 TestInfo* const test_info = test_case->test_info_list()[j];
4873 for (size_t j = 0; j < test_case->test_info_list().size(); j++) {
4875 test_case->test_info_list()[j];

Completed in 38 milliseconds