Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc353 static bool GTestIsInitialized() { return GetArgvs().size() > 0; } in GTestIsInitialized() function
5232 const bool gtest_is_initialized_before_run_all_tests = GTestIsInitialized(); in RunAllTests()
6074 if (GTestIsInitialized()) return; in InitGoogleTestImpl()