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

  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-port.h 161 // GTEST_HAS_EXCEPTIONS is non-zero iff exceptions are enabled. It is
163 #define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
166 #define GTEST_HAS_STD_STRING ((_MSC_VER >= 1400) || GTEST_HAS_EXCEPTIONS)
168 #define GTEST_HAS_EXCEPTIONS 0
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-port.h 242 // Defines GTEST_HAS_EXCEPTIONS to 1 if exceptions are enabled, or 0
252 #define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
258 #define GTEST_HAS_EXCEPTIONS 1
260 #define GTEST_HAS_EXCEPTIONS 0
271 #if defined(_MSC_VER) && (_MSC_VER < 1400) && !GTEST_HAS_EXCEPTIONS
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 241 // Defines GTEST_HAS_EXCEPTIONS to 1 if exceptions are enabled, or 0
251 #define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
257 #define GTEST_HAS_EXCEPTIONS 1
259 #define GTEST_HAS_EXCEPTIONS 0
270 #if defined(_MSC_VER) && (_MSC_VER < 1400) && !GTEST_HAS_EXCEPTIONS
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 45 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
290 #ifndef GTEST_HAS_EXCEPTIONS
300 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
303 # define GTEST_HAS_EXCEPTIONS 1
308 # define GTEST_HAS_EXCEPTIONS 1
311 # define GTEST_HAS_EXCEPTIONS 1
315 # define GTEST_HAS_EXCEPTIONS 0
317 #endif // GTEST_HAS_EXCEPTIONS
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 45 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
294 #ifndef GTEST_HAS_EXCEPTIONS
304 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
307 # define GTEST_HAS_EXCEPTIONS 1
312 # define GTEST_HAS_EXCEPTIONS 1
315 # define GTEST_HAS_EXCEPTIONS 1
319 # define GTEST_HAS_EXCEPTIONS 1
323 # define GTEST_HAS_EXCEPTIONS 0
325 #endif // GTEST_HAS_EXCEPTIONS
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h 45 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
295 #ifndef GTEST_HAS_EXCEPTIONS
305 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
308 # define GTEST_HAS_EXCEPTIONS 1
313 # define GTEST_HAS_EXCEPTIONS 1
316 # define GTEST_HAS_EXCEPTIONS 1
320 # define GTEST_HAS_EXCEPTIONS 1
324 # define GTEST_HAS_EXCEPTIONS 0
326 #endif // GTEST_HAS_EXCEPTIONS
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 45 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
298 #ifndef GTEST_HAS_EXCEPTIONS
308 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
311 # define GTEST_HAS_EXCEPTIONS 1
316 # define GTEST_HAS_EXCEPTIONS 1
319 # define GTEST_HAS_EXCEPTIONS 1
323 # define GTEST_HAS_EXCEPTIONS 1
327 # define GTEST_HAS_EXCEPTIONS 0
329 #endif // GTEST_HAS_EXCEPTIONS
    [all...]
  /external/ceres-solver/internal/ceres/gtest/
gtest.h 140 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
390 #ifndef GTEST_HAS_EXCEPTIONS
400 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
403 # define GTEST_HAS_EXCEPTIONS 1
408 # define GTEST_HAS_EXCEPTIONS 1
411 # define GTEST_HAS_EXCEPTIONS 1
415 # define GTEST_HAS_EXCEPTIONS 1
419 # define GTEST_HAS_EXCEPTIONS 0
421 #endif // GTEST_HAS_EXCEPTIONS
    [all...]

Completed in 106 milliseconds