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

/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h103 // GTEST_LANG_CXX11 - Define it to 1/0 to indicate that Google Test
367 #ifndef GTEST_LANG_CXX11
374 # define GTEST_LANG_CXX11 1 macro
376 # define GTEST_LANG_CXX11 0 macro
384 #if GTEST_LANG_CXX11 && (!defined(__GLIBCXX__) || __GLIBCXX__ > 20110325)
390 #if GTEST_LANG_CXX11
662 # if GTEST_LANG_CXX11 && (!defined(__GLIBCXX__) || __GLIBCXX__ > 20110325)
886 #if GTEST_LANG_CXX11
/external/gtest/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)
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h175 // GTEST_LANG_CXX11 - Define it to 1/0 to indicate that Google Test
368 #ifndef GTEST_LANG_CXX11
375 # define GTEST_LANG_CXX11 1 macro
377 # define GTEST_LANG_CXX11 0 macro
624 # if GTEST_LANG_CXX11 && (!defined(__GLIBCXX__) || __GLIBCXX__ > 20110325)
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h175 // GTEST_LANG_CXX11 - Define it to 1/0 to indicate that Google Test
368 #ifndef GTEST_LANG_CXX11
375 # define GTEST_LANG_CXX11 1 macro
377 # define GTEST_LANG_CXX11 0 macro
624 # if GTEST_LANG_CXX11 && (!defined(__GLIBCXX__) || __GLIBCXX__ > 20110325)

Completed in 326 milliseconds