HomeSort by relevance Sort by last modified time
    Searched refs:GTEST_HAS_POSIX_RE (Results 1 - 3 of 3) sorted by null

  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 53 // GTEST_HAS_POSIX_RE - Define it to 1/0 to indicate that POSIX regular
119 // GTEST_HAS_POSIX_RE (see above) which users can
262 #ifndef GTEST_HAS_POSIX_RE
263 # define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS)
266 #if GTEST_HAS_POSIX_RE
288 #endif // GTEST_HAS_POSIX_RE
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 53 // GTEST_HAS_POSIX_RE - Define it to 1/0 to indicate that POSIX regular
121 // GTEST_HAS_POSIX_RE (see above) which users can
270 #ifndef GTEST_HAS_POSIX_RE
271 # define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS)
274 #if GTEST_HAS_POSIX_RE
296 #endif // GTEST_HAS_POSIX_RE
    [all...]
  /external/chromium/testing/gtest/test/
gtest-port_test.cc 330 #if GTEST_HAS_POSIX_RE
    [all...]

Completed in 530 milliseconds