Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.cc403 bool last_match_was_empty_string = false; in GlobalReplace() local
417 if (last_match_was_empty_string) { in GlobalReplace()
424 last_match_was_empty_string = false; in GlobalReplace()
441 last_match_was_empty_string = (matchstart == matchend); in GlobalReplace()