Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h305 #ifndef GTEST_HAS_POSIX_RE
308 # define GTEST_HAS_POSIX_RE (__ANDROID_API__ >= 9) macro
310 # define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) macro
314 #if GTEST_HAS_POSIX_RE
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-port_test.cc392 #if GTEST_HAS_POSIX_RE in TEST()