HomeSort by relevance Sort by last modified time
    Searched defs:_HAS_EXCEPTIONS (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebKit/win/
WebKitDLL.h 29 #ifndef _HAS_EXCEPTIONS
30 #define _HAS_EXCEPTIONS 0
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-port.h 158 #ifndef _HAS_EXCEPTIONS
159 #define _HAS_EXCEPTIONS 1
160 #endif // _HAS_EXCEPTIONS
162 // always defined, while _HAS_EXCEPTIONS is defined only on Windows.
163 #define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-port.h 246 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
249 #ifndef _HAS_EXCEPTIONS
250 #define _HAS_EXCEPTIONS 1
251 #endif // _HAS_EXCEPTIONS
252 #define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 245 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
248 #ifndef _HAS_EXCEPTIONS
249 #define _HAS_EXCEPTIONS 1
250 #endif // _HAS_EXCEPTIONS
251 #define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 294 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
297 # ifndef _HAS_EXCEPTIONS
298 # define _HAS_EXCEPTIONS 1
299 # endif // _HAS_EXCEPTIONS
300 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 298 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
301 # ifndef _HAS_EXCEPTIONS
302 # define _HAS_EXCEPTIONS 1
303 # endif // _HAS_EXCEPTIONS
304 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h 299 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
302 # ifndef _HAS_EXCEPTIONS
303 # define _HAS_EXCEPTIONS 1
304 # endif // _HAS_EXCEPTIONS
305 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 302 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
305 # ifndef _HAS_EXCEPTIONS
306 # define _HAS_EXCEPTIONS 1
307 # endif // _HAS_EXCEPTIONS
308 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
    [all...]
  /external/ceres-solver/internal/ceres/gtest/
gtest.h 394 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
397 # ifndef _HAS_EXCEPTIONS
398 # define _HAS_EXCEPTIONS 1
399 # endif // _HAS_EXCEPTIONS
400 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
    [all...]

Completed in 765 milliseconds