Home | Sort by relevance Sort by last modified time |
/external/regex-re2/re2/ | |
re2.h | 515 // never_capture (false) parse all parens as non-capturing 611 bool never_capture() const { return never_capture_; } function in class:re2::RE2::Options [all...] |
re2.cc | 154 if (never_capture()) [all...] |