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

/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h51 // GTEST_HAS_GLOBAL_STRING - Define it to 1/0 to indicate that ::string
380 #ifndef GTEST_HAS_GLOBAL_STRING
384 # define GTEST_HAS_GLOBAL_STRING 0 macro
386 #endif // GTEST_HAS_GLOBAL_STRING
406 (GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING)
869 #if GTEST_HAS_GLOBAL_STRING
873 #endif // GTEST_HAS_GLOBAL_STRING
935 #if GTEST_HAS_GLOBAL_STRING
939 #endif // GTEST_HAS_GLOBAL_STRING
961 #if GTEST_HAS_GLOBAL_STRING
[all...]

Completed in 69 milliseconds