Home
last modified time | relevance | path

Searched refs:kInstCapture (Results 1 – 14 of 14) sorted by relevance

/external/regex-re2/re2/
Dprog.cc33 set_out_opcode(out, kInstCapture); in InitCapture()
75 case kInstCapture: in Dump()
252 case kInstCapture: in IsMatch()
Dprog.h54 kInstCapture, // capturing parenthesis number cap_ enumerator
102 int cap() { DCHECK_EQ(opcode(), kInstCapture); return cap_; } in cap()
Dnfa.cc251 case kInstCapture: in AddToThreadq()
531 case kInstCapture: in Search()
659 case kInstCapture: in ComputeFirstByte()
Dbitstate.cc226 case kInstCapture: in TrySearch()
Donepass.cc506 case kInstCapture: in IsOnePass()
Ddfa.cc851 case kInstCapture: // DFA treats captures as no-ops. in AddToQueue()
928 case kInstCapture: // already followed in RunWorkqOnByte()
/external/chromium_org/third_party/re2/re2/
Dprog.cc33 set_out_opcode(out, kInstCapture); in InitCapture()
75 case kInstCapture: in Dump()
252 case kInstCapture: in IsMatch()
Dprog.h54 kInstCapture, // capturing parenthesis number cap_ enumerator
102 int cap() { DCHECK_EQ(opcode(), kInstCapture); return cap_; } in cap()
Dnfa.cc251 case kInstCapture: in AddToThreadq()
531 case kInstCapture: in Search()
659 case kInstCapture: in ComputeFirstByte()
Dbitstate.cc226 case kInstCapture: in TrySearch()
Donepass.cc506 case kInstCapture: in IsOnePass()
Ddfa.cc853 case kInstCapture: // DFA treats captures as no-ops. in AddToQueue()
930 case kInstCapture: // already followed in RunWorkqOnByte()
/external/chromium_org/third_party/re2/re2/testing/
Dbacktrack.cc186 case kInstCapture: in Visit()
/external/regex-re2/re2/testing/
Dbacktrack.cc186 case kInstCapture: in Visit()