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

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc301 // GTestIsInitialized() returns true iff the user has initialized
310 static bool GTestIsInitialized() { return g_init_gtest_count != 0; } function in namespace:testing::internal
4178 if (!GTestIsInitialized()) {
/external/gtest/src/
H A Dgtest.cc307 // GTestIsInitialized() returns true iff the user has initialized
316 static bool GTestIsInitialized() { return g_init_gtest_count != 0; } function in namespace:testing::internal
4224 if (!GTestIsInitialized()) {
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc300 // GTestIsInitialized() returns true iff the user has initialized
309 static bool GTestIsInitialized() { return g_init_gtest_count != 0; } function in namespace:testing::internal
4117 if (!GTestIsInitialized()) {
/external/mesa3d/src/gtest/src/
H A Dgtest.cc300 // GTestIsInitialized() returns true iff the user has initialized
309 static bool GTestIsInitialized() { return g_init_gtest_count != 0; } function in namespace:testing::internal
4147 if (!GTestIsInitialized()) {
/external/protobuf/gtest/src/
H A Dgtest.cc289 // GTestIsInitialized() returns true iff the user has initialized
298 static bool GTestIsInitialized() { return g_init_gtest_count != 0; } function in namespace:testing::internal
3936 if (!GTestIsInitialized()) {
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc307 // GTestIsInitialized() returns true iff the user has initialized
316 static bool GTestIsInitialized() { return g_init_gtest_count != 0; } function in namespace:testing::internal
4220 if (!GTestIsInitialized()) {
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1791 // GTestIsInitialized() returns true iff the user has initialized
1800 static bool GTestIsInitialized() { return g_init_gtest_count != 0; } function in namespace:testing::internal
5708 if (!GTestIsInitialized()) {
/external/opencv3/modules/ts/src/
H A Dts_gtest.cpp1807 // GTestIsInitialized() returns true iff the user has initialized
1816 static bool GTestIsInitialized() { return g_init_gtest_count != 0; } function in namespace:testing::internal
5732 if (!GTestIsInitialized()) {
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc1629 // GTestIsInitialized() returns true iff the user has initialized
1638 static bool GTestIsInitialized() { return g_init_gtest_count != 0; } function in namespace:testing::internal
5276 if (!GTestIsInitialized()) {
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc1791 // GTestIsInitialized() returns true iff the user has initialized
1800 static bool GTestIsInitialized() { return g_init_gtest_count != 0; } function in namespace:testing::internal
5708 if (!GTestIsInitialized()) {

Completed in 205 milliseconds