OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:first_is_TEST
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc
2316
const bool
first_is_TEST
= first_fixture_id == internal::GetTestTypeId();
2320
if (
first_is_TEST
|| this_is_TEST) {
2325
// that
first_is_TEST
and this_is_TEST cannot both be true, as
2328
first_is_TEST
? first_test_name : this_test_name;
2330
first_is_TEST
? this_test_name : first_test_name;
Completed in 52 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026