Home
last modified time | relevance | path

Searched refs:first_test_info (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc1935 const TestInfo* const first_test_info = test_case->test_info_list()[0]; in HasSameFixtureClass() local
1936 const internal::TypeId first_fixture_id = first_test_info->fixture_class_id_; in HasSameFixtureClass()
1937 const char* const first_test_name = first_test_info->name(); in HasSameFixtureClass()