Home
last modified time | relevance | path

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

/third_party/googletest/googletest/src/
H A Dgtest.cc411 static bool GTestIsInitialized() { return GetArgvs().size() > 0; } in GTestIsInitialized() function
/third_party/node/deps/googletest/src/
H A Dgtest.cc419 static bool GTestIsInitialized() { return !GetArgvs().empty(); } in GTestIsInitialized() function
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc353 static bool GTestIsInitialized() { return GetArgvs().size() > 0; } in GTestIsInitialized() function

Completed in 23 milliseconds