Home
last modified time | relevance | path

Searched refs:TryMatch (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.cc382 int matches = pattern.TryMatch(*str, 0, UNANCHORED, true, vec, kVecSize); in Replace()
418 matches = pattern.TryMatch(*str, start, ANCHOR_START, false, in GlobalReplace()
428 matches = pattern.TryMatch(*str, start, UNANCHORED, true, in GlobalReplace()
459 int matches = pattern.TryMatch(text, 0, UNANCHORED, true, vec, kVecSize); in Extract()
511 int PCRE::TryMatch(const StringPiece& text, in TryMatch() function in re2::PCRE
620 int matches = TryMatch(text, 0, anchor, true, vec, vecsize); in DoMatchImpl()
Dpcre.h468 int TryMatch(const StringPiece& text,