Searched defs:kInstCapture (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dprog.h54 kInstCapture, // capturing parenthesis number cap_ enumerator in enum:re2::InstOp
102 int cap() { DCHECK_EQ(opcode(), kInstCapture); return cap_; } local
146 int32 cap_; // opcode == kInstCapture
/external/regex-re2/re2/
H A Dprog.h54 kInstCapture, // capturing parenthesis number cap_ enumerator in enum:re2::InstOp
102 int cap() { DCHECK_EQ(opcode(), kInstCapture); return cap_; } local
146 int32 cap_; // opcode == kInstCapture

Completed in 314 milliseconds