Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.h632 never_capture_(false), in Options()
665 bool never_capture() const { return never_capture_; } in never_capture()
666 void set_never_capture(bool b) { never_capture_ = b; } in set_never_capture()
695 bool never_capture_; variable
Dre2.cc54 never_capture_(false), in Options()