Searched refs:GTEST_HAS_EXCEPTIONS (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc390 #if GTEST_HAS_EXCEPTIONS
3509 #if GTEST_HAS_EXCEPTIONS
3532 #endif // GTEST_HAS_EXCEPTIONS
3596 #if GTEST_HAS_EXCEPTIONS
3616 #endif // GTEST_HAS_EXCEPTIONS
5312 #if GTEST_HAS_EXCEPTIONS
6135 #if GTEST_HAS_EXCEPTIONS
6140 #endif // GTEST_HAS_EXCEPTIONS
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h145 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
434 #ifndef GTEST_HAS_EXCEPTIONS
444 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS macro
447 # define GTEST_HAS_EXCEPTIONS 1 macro
452 # define GTEST_HAS_EXCEPTIONS 1 macro
455 # define GTEST_HAS_EXCEPTIONS 1 macro
459 # define GTEST_HAS_EXCEPTIONS 1 macro
463 # define GTEST_HAS_EXCEPTIONS 0 macro
465 #endif // GTEST_HAS_EXCEPTIONS
3063 #if GTEST_HAS_EXCEPTIONS
[all...]

Completed in 67 milliseconds