Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.h520 void AddRuneToString(Rune r);
Dregexp.cc171 void Regexp::AddRuneToString(Rune r) { in AddRuneToString() function in re2::Regexp
325 re->AddRuneToString(runes[i]); in LiteralString()
Dparse.cc1295 re2->AddRuneToString(rune); in MaybeConcatString()
1300 re2->AddRuneToString(re1->rune_); in MaybeConcatString()
1303 re2->AddRuneToString(re1->runes_[i]); in MaybeConcatString()