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

/prebuilts/ndk/current/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h79 // GTEST_LANG_CXX11 - Define it to 1/0 to indicate that Google Test
272 #ifndef GTEST_LANG_CXX11
279 # define GTEST_LANG_CXX11 1 macro
281 # define GTEST_LANG_CXX11 0 macro
528 # if GTEST_LANG_CXX11 && (!defined(__GLIBCXX__) || __GLIBCXX__ > 20110325)
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h79 // GTEST_LANG_CXX11 - Define it to 1/0 to indicate that Google Test
272 #ifndef GTEST_LANG_CXX11
279 # define GTEST_LANG_CXX11 1 macro
281 # define GTEST_LANG_CXX11 0 macro
528 # if GTEST_LANG_CXX11 && (!defined(__GLIBCXX__) || __GLIBCXX__ > 20110325)
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h79 // GTEST_LANG_CXX11 - Define it to 1/0 to indicate that Google Test
272 #ifndef GTEST_LANG_CXX11
279 # define GTEST_LANG_CXX11 1 macro
281 # define GTEST_LANG_CXX11 0 macro
528 # if GTEST_LANG_CXX11 && (!defined(__GLIBCXX__) || __GLIBCXX__ > 20110325)

Completed in 177 milliseconds