Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dparse.cc99 bool PushWordBoundary(bool word);
434 bool Regexp::ParseState::PushWordBoundary(bool word) { in PushWordBoundary() function in re2::Regexp::ParseState
2375 if (!ps.PushWordBoundary(t[1] == 'b')) in Parse()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/
Ducs2.diff255 bool Regexp::ParseState::PushWordBoundary(bool word) {