Searched refs:GTEST_HAS_POSIX_RE (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h53 // 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) macro
274 #if GTEST_HAS_POSIX_RE
296 #endif // GTEST_HAS_POSIX_RE

Completed in 109 milliseconds