Lines Matching refs:first_is_TEST
1967 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId();1971 if (first_is_TEST || this_is_TEST) {1976 // that first_is_TEST and this_is_TEST cannot both be true, as1979 first_is_TEST ? first_test_name : this_test_name;1981 first_is_TEST ? this_test_name : first_test_name;