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

/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 66 milliseconds