Searched defs:_HAS_EXCEPTIONS (Results 1 - 8 of 8) sorted by last modified time

/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h245 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
248 #ifndef _HAS_EXCEPTIONS
249 #define _HAS_EXCEPTIONS 1 macro
250 #endif // _HAS_EXCEPTIONS
251 #define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h299 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
302 # ifndef _HAS_EXCEPTIONS
303 # define _HAS_EXCEPTIONS 1 macro
304 # endif // _HAS_EXCEPTIONS
305 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h305 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
308 # ifndef _HAS_EXCEPTIONS
309 # define _HAS_EXCEPTIONS 1 macro
310 # endif // _HAS_EXCEPTIONS
311 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h438 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
441 # ifndef _HAS_EXCEPTIONS
442 # define _HAS_EXCEPTIONS 1 macro
443 # endif // _HAS_EXCEPTIONS
444 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/gtest/include/gtest/internal/
H A Dgtest-port.h342 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
345 # ifndef _HAS_EXCEPTIONS
346 # define _HAS_EXCEPTIONS 1 macro
347 # endif // _HAS_EXCEPTIONS
348 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h438 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
441 # ifndef _HAS_EXCEPTIONS
442 # define _HAS_EXCEPTIONS 1 macro
443 # endif // _HAS_EXCEPTIONS
444 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h299 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
302 # ifndef _HAS_EXCEPTIONS
303 # define _HAS_EXCEPTIONS 1 macro
304 # endif // _HAS_EXCEPTIONS
305 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h476 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
479 # ifndef _HAS_EXCEPTIONS
480 # define _HAS_EXCEPTIONS 1 macro
481 # endif // _HAS_EXCEPTIONS
482 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS

Completed in 470 milliseconds