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

  /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...]

Completed in 172 milliseconds