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

/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h241 // Defines GTEST_HAS_EXCEPTIONS to 1 if exceptions are enabled, or 0
251 #define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS macro
257 #define GTEST_HAS_EXCEPTIONS 1 macro
259 #define GTEST_HAS_EXCEPTIONS 0 macro
270 #if defined(_MSC_VER) && (_MSC_VER < 1400) && !GTEST_HAS_EXCEPTIONS
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h45 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
295 #ifndef GTEST_HAS_EXCEPTIONS
305 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS macro
308 # define GTEST_HAS_EXCEPTIONS 1 macro
313 # define GTEST_HAS_EXCEPTIONS 1 macro
316 # define GTEST_HAS_EXCEPTIONS 1 macro
320 # define GTEST_HAS_EXCEPTIONS 1 macro
324 # define GTEST_HAS_EXCEPTIONS 0 macro
326 #endif // GTEST_HAS_EXCEPTIONS
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h45 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
301 #ifndef GTEST_HAS_EXCEPTIONS
311 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS macro
314 # define GTEST_HAS_EXCEPTIONS 1 macro
319 # define GTEST_HAS_EXCEPTIONS 1 macro
322 # define GTEST_HAS_EXCEPTIONS 1 macro
326 # define GTEST_HAS_EXCEPTIONS 1 macro
330 # define GTEST_HAS_EXCEPTIONS 0 macro
332 #endif // GTEST_HAS_EXCEPTIONS
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h45 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
295 #ifndef GTEST_HAS_EXCEPTIONS
305 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS macro
308 # define GTEST_HAS_EXCEPTIONS 1 macro
313 # define GTEST_HAS_EXCEPTIONS 1 macro
316 # define GTEST_HAS_EXCEPTIONS 1 macro
320 # define GTEST_HAS_EXCEPTIONS 1 macro
324 # define GTEST_HAS_EXCEPTIONS 0 macro
326 #endif // GTEST_HAS_EXCEPTIONS
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h73 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
472 #ifndef GTEST_HAS_EXCEPTIONS
482 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS macro
485 # define GTEST_HAS_EXCEPTIONS 1 macro
490 # define GTEST_HAS_EXCEPTIONS 1 macro
493 # define GTEST_HAS_EXCEPTIONS 1 macro
497 # define GTEST_HAS_EXCEPTIONS 1 macro
501 # define GTEST_HAS_EXCEPTIONS 0 macro
503 #endif // GTEST_HAS_EXCEPTIONS
/external/gtest/include/gtest/internal/
H A Dgtest-port.h49 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
338 #ifndef GTEST_HAS_EXCEPTIONS
348 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS macro
351 # define GTEST_HAS_EXCEPTIONS 1 macro
356 # define GTEST_HAS_EXCEPTIONS 1 macro
359 # define GTEST_HAS_EXCEPTIONS 1 macro
363 # define GTEST_HAS_EXCEPTIONS 1 macro
367 # define GTEST_HAS_EXCEPTIONS 0 macro
369 #endif // GTEST_HAS_EXCEPTIONS
/external/chromium_org/third_party/libvpx/source/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...]
/external/libvpx/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 1798 milliseconds