Lines Matching refs:RegExpInstruction
26 std::ostream& operator<<(std::ostream& os, const RegExpInstruction& inst) {
28 case RegExpInstruction::CONSUME_RANGE: {
36 case RegExpInstruction::ASSERTION:
59 case RegExpInstruction::FORK:
62 case RegExpInstruction::JMP:
65 case RegExpInstruction::ACCEPT:
68 case RegExpInstruction::SET_REGISTER_TO_CP:
71 case RegExpInstruction::CLEAR_REGISTER:
95 base::Vector<const RegExpInstruction> insts) {
100 const RegExpInstruction& inst = insts[i];