Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc3773 const char* const first_test_name = first_test_info->name(); in HasSameFixtureClass() local
3794 first_is_TEST ? first_test_name : this_test_name; in HasSameFixtureClass()
3796 first_is_TEST ? this_test_name : first_test_name; in HasSameFixtureClass()
3814 << "you defined test " << first_test_name in HasSameFixtureClass()