Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h433 #ifndef GTEST_HAS_POSIX_RE
436 #define GTEST_HAS_POSIX_RE (__ANDROID_API__ >= 9) macro
440 #define GTEST_HAS_POSIX_RE 1 macro
442 #define GTEST_HAS_POSIX_RE 0 macro
453 #elif GTEST_HAS_POSIX_RE
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-port-test.cc395 #elif GTEST_HAS_POSIX_RE in TEST()