DoMatchImpl       187 third_party/re2/util/pcre.cc   return re.DoMatchImpl(text, ANCHOR_BOTH, &consumed, args, n, vec, kVecSize);
DoMatchImpl       230 third_party/re2/util/pcre.cc   return re.DoMatchImpl(text, UNANCHORED, &consumed, args, n, vec, kVecSize);
DoMatchImpl       273 third_party/re2/util/pcre.cc   if (pattern.DoMatchImpl(*input, ANCHOR_START, &consumed,
DoMatchImpl       322 third_party/re2/util/pcre.cc   if (pattern.DoMatchImpl(*input, UNANCHORED, &consumed,
DoMatchImpl       606 third_party/re2/util/pcre.cc   bool b = DoMatchImpl(text, anchor, consumed, args, n, vec, vecsize);
DoMatchImpl       499 third_party/re2/util/pcre.h   bool DoMatchImpl(const StringPiece& text,