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

/openjdk10/test/fmw/gtest/src/
H A Dgtest-port.cc331 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
347 bool MatchRegexAtHead(const char* regex, const char* str) { function in namespace:testing::internal
361 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
371 MatchRegexAtHead(regex + 1, str + 1);
388 return MatchRegexAtHead(regex + 1, str);
392 if (MatchRegexAtHead(regex, str))
H A Dgtest-internal-inl.h953 GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str);

Completed in 38 milliseconds