Searched refs:GTestIsInitialized (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest.cc327 // GTestIsInitialized() returns true iff the user has initialized
330 static bool GTestIsInitialized() { return GetArgvs().size() > 0; } function in namespace:testing::internal
4553 if (!GTestIsInitialized()) {
5346 if (GTestIsInitialized()) return;

Completed in 24 milliseconds