Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.h635 word_boundary_(false), in Options()
674 bool word_boundary() const { return word_boundary_; } in word_boundary()
675 void set_word_boundary(bool b) { word_boundary_ = b; } in set_word_boundary()
698 bool word_boundary_; variable
Dre2.cc57 word_boundary_(false), in Options()