Searched defs:MatchRegexAtHead (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-port.cc306 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
322 bool MatchRegexAtHead(const char* regex, const char* str) { function in namespace:testing::internal
336 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
346 MatchRegexAtHead(regex + 1, str + 1);
363 return MatchRegexAtHead(regex + 1, str);
367 if (MatchRegexAtHead(regex, str))
/external/gtest/src/
H A Dgtest-port.cc332 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
348 bool MatchRegexAtHead(const char* regex, const char* str) { function in namespace:testing::internal
362 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
372 MatchRegexAtHead(regex + 1, str + 1);
389 return MatchRegexAtHead(regex + 1, str);
393 if (MatchRegexAtHead(regex, str))
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc306 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
322 bool MatchRegexAtHead(const char* regex, const char* str) { function in namespace:testing::internal
336 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
346 MatchRegexAtHead(regex + 1, str + 1);
363 return MatchRegexAtHead(regex + 1, str);
367 if (MatchRegexAtHead(regex, str))
/external/mesa3d/src/gtest/src/
H A Dgtest-port.cc306 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
322 bool MatchRegexAtHead(const char* regex, const char* str) { function in namespace:testing::internal
336 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
346 MatchRegexAtHead(regex + 1, str + 1);
363 return MatchRegexAtHead(regex + 1, str);
367 if (MatchRegexAtHead(regex, str))
/external/protobuf/gtest/src/
H A Dgtest-port.cc295 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
311 bool MatchRegexAtHead(const char* regex, const char* str) { function in namespace:testing::internal
325 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
335 MatchRegexAtHead(regex + 1, str + 1);
352 return MatchRegexAtHead(regex + 1, str);
356 if (MatchRegexAtHead(regex, str))
/external/chromium_org/testing/gtest/src/
H A Dgtest-port.cc715 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
731 bool MatchRegexAtHead(const char* regex, const char* str) { function in namespace:testing::internal
745 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
755 MatchRegexAtHead(regex + 1, str + 1);
772 return MatchRegexAtHead(regex + 1, str);
776 if (MatchRegexAtHead(regex, str))

Completed in 119 milliseconds