Searched refs:DoMatchImpl (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/ |
D | pcre.cc | 234 return re.DoMatchImpl(text, ANCHOR_BOTH, &consumed, args, n, vec, kVecSize); in operator ()() 277 return re.DoMatchImpl(text, UNANCHORED, &consumed, args, n, vec, kVecSize); in operator ()() 320 if (pattern.DoMatchImpl(*input, ANCHOR_START, &consumed, in operator ()() 369 if (pattern.DoMatchImpl(*input, UNANCHORED, &consumed, in operator ()() 607 bool PCRE::DoMatchImpl(const StringPiece& text, in DoMatchImpl() function in re2::PCRE 666 bool b = DoMatchImpl(text, anchor, consumed, args, n, vec, vecsize); in DoMatch()
|
D | pcre.h | 484 bool DoMatchImpl(const StringPiece& text,
|