HomeSort by relevance Sort by last modified time
    Searched refs:never_capture_ (Results 1 - 2 of 2) sorted by null

  /external/regex-re2/re2/
re2.h 570 never_capture_(false),
611 bool never_capture() const { return never_capture_; }
612 void set_never_capture(bool b) { never_capture_ = b; }
634 never_capture_ = src.never_capture_;
651 bool never_capture_; member in class:re2::RE2::Options
    [all...]
re2.cc 47 never_capture_(false),
    [all...]

Completed in 72 milliseconds