HomeSort by relevance Sort by last modified time
    Searched defs:GTEST_HAS_EXCEPTIONS (Results 1 - 5 of 5) 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/gtest/include/gtest/internal/
gtest-port.h 208 // Defines GTEST_HAS_EXCEPTIONS to 1 if exceptions are enabled, or 0
216 #define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
222 #define GTEST_HAS_EXCEPTIONS 1
224 #define GTEST_HAS_EXCEPTIONS 0
235 #if defined(_MSC_VER) && (_MSC_VER < 1400) && !GTEST_HAS_EXCEPTIONS
  /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/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 45 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
262 #ifndef GTEST_HAS_EXCEPTIONS
272 #define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
275 #define GTEST_HAS_EXCEPTIONS 1
280 #define GTEST_HAS_EXCEPTIONS 1
283 #define GTEST_HAS_EXCEPTIONS 1
287 #define GTEST_HAS_EXCEPTIONS 0
289 #endif // GTEST_HAS_EXCEPTIONS
    [all...]

Completed in 961 milliseconds