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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h153 // GTEST_HAS_POSIX_RE - Define it to 1/0 to indicate that POSIX regular
226 // GTEST_HAS_POSIX_RE (see above) which users can
401 #ifndef GTEST_HAS_POSIX_RE
404 # define GTEST_HAS_POSIX_RE (__ANDROID_API__ >= 9) macro
406 # define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) macro
410 #if GTEST_HAS_POSIX_RE
432 #endif // GTEST_HAS_POSIX_RE

Completed in 1006 milliseconds