Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc3436 const char* const first_test_name = first_test_info->name(); in HasSameFixtureClass() local
3457 first_is_TEST ? first_test_name : this_test_name; in HasSameFixtureClass()
3459 first_is_TEST ? this_test_name : first_test_name; in HasSameFixtureClass()
3477 << "you defined test " << first_test_name in HasSameFixtureClass()