Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc1829 static bool GTestIsInitialized() { return GetArgvs().size() > 0; } in GTestIsInitialized() function
6542 const bool gtest_is_initialized_before_run_all_tests = GTestIsInitialized(); in RunAllTests()
7376 if (GTestIsInitialized()) return; in InitGoogleTestImpl()