DoMatch           318 third_party/re2/re2/re2.cc   return re.DoMatch(text, ANCHOR_BOTH, NULL, args, n);
DoMatch           323 third_party/re2/re2/re2.cc   return re.DoMatch(text, UNANCHORED, NULL, args, n);
DoMatch           329 third_party/re2/re2/re2.cc   if (re.DoMatch(*input, ANCHOR_START, &consumed, args, n)) {
DoMatch           340 third_party/re2/re2/re2.cc   if (re.DoMatch(*input, UNANCHORED, &consumed, args, n)) {
DoMatch           684 third_party/re2/re2/re2.h   bool DoMatch(const StringPiece& text,
DoMatch           424 third_party/re2/re2/testing/tester.cc         re_->DoMatch(text,
DoMatch           459 third_party/re2/util/pcre.h   bool DoMatch(const StringPiece& text,