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

  /external/regex-re2/re2/
prog.cc 33 set_out_opcode(out, kInstCapture);
75 case kInstCapture:
252 case kInstCapture:
prog.h 54 kInstCapture, // capturing parenthesis number cap_
102 int cap() { DCHECK_EQ(opcode(), kInstCapture); return cap_; }
146 int32 cap_; // opcode == kInstCapture
nfa.cc 251 case kInstCapture:
531 case kInstCapture:
659 case kInstCapture:
bitstate.cc 197 LOG(DFATAL) << "Bad arg in kInstCapture: " << arg;
226 case kInstCapture:
242 LOG(DFATAL) << "Bad arg in kInstCapture: " << arg;
onepass.cc 84 // The other instructions -- kInstEmptyWidth, kInstMatch, kInstCapture --
104 // (the string positions at which it executed the kInstCapture
506 case kInstCapture:
517 // kInstCapture and kInstNop always proceed to ip->out().
dfa.cc 851 case kInstCapture: // DFA treats captures as no-ops.
    [all...]
  /external/regex-re2/re2/testing/
backtrack.cc 186 case kInstCapture:

Completed in 541 milliseconds