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

  /external/chromium_org/third_party/re2/re2/
regexp.h 126 kRegexpCapture,
330 int cap() { DCHECK_EQ(op_, kRegexpCapture); return cap_; }
331 const string* name() { DCHECK_EQ(op_, kRegexpCapture); return name_; }
  /external/regex-re2/re2/
regexp.h 126 kRegexpCapture,
330 int cap() { DCHECK_EQ(op_, kRegexpCapture); return cap_; }
331 const string* name() { DCHECK_EQ(op_, kRegexpCapture); return name_; }

Completed in 32 milliseconds