Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dre2.h570 never_capture_(false), in Options()
611 bool never_capture() const { return never_capture_; } in never_capture()
612 void set_never_capture(bool b) { never_capture_ = b; } in set_never_capture()
634 never_capture_ = src.never_capture_; in Copy()
651 bool never_capture_; variable
Dre2.cc47 never_capture_(false), in Options()