HomeSort by: relevance | last modified time | path
    Searched refs:MatchRegexAtHead (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-port.cc 894 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
910 bool MatchRegexAtHead(const char* regex, const char* str) {
924 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
934 MatchRegexAtHead(regex + 1, str + 1);
950 return MatchRegexAtHead(regex + 1, str);
954 if (MatchRegexAtHead(regex, str))
gtest-internal-inl.h 967 GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str);

Completed in 16 milliseconds