Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.cc833 StringPiece subtext1; in GlobalReplace() local
837 subtext1 = subtext; in GlobalReplace()
842 subtext1 = match; in GlobalReplace()
848 if (!prog_->SearchOnePass(subtext1, text, anchor, kind, submatch, ncap)) { in GlobalReplace()
853 } else if (can_bit_state && subtext1.size() <= bit_state_text_max) { in GlobalReplace()
854 if (!prog_->SearchBitState(subtext1, text, anchor, in GlobalReplace()
861 if (!prog_->SearchNFA(subtext1, text, anchor, kind, submatch, ncap)) { in GlobalReplace()