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

  /external/chromium_org/third_party/re2/re2/
re2.h 515 // never_capture (false) parse all parens as non-capturing
599 bool never_capture() const { return never_capture_; } function in class:re2::RE2::Options
    [all...]
re2.cc 172 if (never_capture())
    [all...]
  /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 45 milliseconds