HomeSort by relevance Sort by last modified time
    Searched refs:_HAS_EXCEPTIONS (Results 1 - 25 of 28) sorted by null

1 2

  /external/icu/icu4c/source/common/
utypeinfo.h 16 // Therefore, a project using ICU cannot be compiled with _HAS_EXCEPTIONS
23 #if defined(_MSC_VER) && _HAS_EXCEPTIONS == 0
  /external/vulkan-validation-layers/layers/
core_validation.h 34 #if defined(_MSC_FULL_VER) && _MSC_FULL_VER >= 190023026 && defined(_HAS_EXCEPTIONS) && _HAS_EXCEPTIONS
descriptor_sets.h 33 #if defined(_MSC_FULL_VER) && _MSC_FULL_VER >= 190023026 && defined(_HAS_EXCEPTIONS) && _HAS_EXCEPTIONS
core_validation_types.h 36 #if defined(_MSC_FULL_VER) && _MSC_FULL_VER >= 190023026 && defined(_HAS_EXCEPTIONS) && _HAS_EXCEPTIONS
  /external/libchrome/base/allocator/
allocator_shim.cc 258 (defined(_HAS_EXCEPTIONS) && _HAS_EXCEPTIONS)
  /external/icu/icu4c/source/common/unicode/
platform.h 525 #elif defined(_HAS_EXCEPTIONS) && !_HAS_EXCEPTIONS /* Visual Studio */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
yvals.h 29 #ifndef _HAS_EXCEPTIONS
30 #define _HAS_EXCEPTIONS 1
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation.h 33 #if defined(_MSC_FULL_VER) && _MSC_FULL_VER >= 190023026 && defined(_HAS_EXCEPTIONS) && _HAS_EXCEPTIONS
descriptor_sets.h 32 #if defined(_MSC_FULL_VER) && _MSC_FULL_VER >= 190023026 && defined(_HAS_EXCEPTIONS) && _HAS_EXCEPTIONS
core_validation_types.h 35 #if defined(_MSC_FULL_VER) && _MSC_FULL_VER >= 190023026 && defined(_HAS_EXCEPTIONS) && _HAS_EXCEPTIONS
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 263 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
266 #ifndef _HAS_EXCEPTIONS
267 #define _HAS_EXCEPTIONS 1
268 #endif // _HAS_EXCEPTIONS
269 #define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 305 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
308 # ifndef _HAS_EXCEPTIONS
309 # define _HAS_EXCEPTIONS 1
310 # endif // _HAS_EXCEPTIONS
311 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h 457 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
460 # ifndef _HAS_EXCEPTIONS
461 # define _HAS_EXCEPTIONS 1
462 # endif // _HAS_EXCEPTIONS
463 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h 457 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
460 # ifndef _HAS_EXCEPTIONS
461 # define _HAS_EXCEPTIONS 1
462 # endif // _HAS_EXCEPTIONS
463 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 308 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
311 # ifndef _HAS_EXCEPTIONS
312 # define _HAS_EXCEPTIONS 1
313 # endif // _HAS_EXCEPTIONS
314 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
    [all...]
  /external/mesa3d/src/gtest/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/swiftshader/third_party/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/v8/testing/gtest/include/gtest/internal/
gtest-port.h 456 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
459 # ifndef _HAS_EXCEPTIONS
460 # define _HAS_EXCEPTIONS 1
461 # endif // _HAS_EXCEPTIONS
462 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 349 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
352 # ifndef _HAS_EXCEPTIONS
353 # define _HAS_EXCEPTIONS 1
354 # endif // _HAS_EXCEPTIONS
355 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 342 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
345 # ifndef _HAS_EXCEPTIONS
346 # define _HAS_EXCEPTIONS 1
347 # endif // _HAS_EXCEPTIONS
348 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 342 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
345 # ifndef _HAS_EXCEPTIONS
346 # define _HAS_EXCEPTIONS 1
347 # endif // _HAS_EXCEPTIONS
348 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
    [all...]
  /external/protobuf/src/google/protobuf/
arena.h 41 #if defined(_MSC_VER) && !_HAS_EXCEPTIONS
42 // Work around bugs in MSVC <typeinfo> header when _HAS_EXCEPTIONS=0.
    [all...]
  /external/webrtc/webrtc/base/
proxydetect.cc 608 #if (_HAS_EXCEPTIONS == 0)
618 #endif // (_HAS_EXCEPTIONS == 0)
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
arena.h 41 #if defined(_MSC_VER) && !_HAS_EXCEPTIONS
42 // Work around bugs in MSVC <typeinfo> header when _HAS_EXCEPTIONS=0.
    [all...]
  /external/fmtlib/fmt/
format.h 166 #if FMT_MSC_VER && !_HAS_EXCEPTIONS
    [all...]

Completed in 929 milliseconds

1 2