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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3434 const TestInfo* const first_test_info = test_case->test_info_list()[0];
5956 for (size_t j = 0; j < test_case->test_info_list().size(); j++) {
5957 TestInfo* const test_info = test_case->test_info_list()[j];
6023 for (size_t j = 0; j < test_case->test_info_list().size(); j++) {
6025 test_case->test_info_list()[j];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18237 std::vector<TestInfo*>& test_info_list() { return test_info_list_; } function in class:testing::TestCase
18240 const std::vector<TestInfo*>& test_info_list() const { function in class:testing::TestCase

Completed in 85 milliseconds