kInstByteRange    214 third_party/re2/re2/bitstate.cc       case kInstByteRange: {
kInstByteRange    650 third_party/re2/re2/dfa.cc       case kInstByteRange:    // These are useful.
kInstByteRange    849 third_party/re2/re2/dfa.cc       case kInstByteRange:  // just save these on the queue
kInstByteRange    937 third_party/re2/re2/dfa.cc       case kInstByteRange:   // can follow if c is in range
kInstByteRange    264 third_party/re2/re2/nfa.cc     case kInstByteRange:
kInstByteRange    317 third_party/re2/re2/nfa.cc       case kInstByteRange:
kInstByteRange    644 third_party/re2/re2/nfa.cc       case kInstByteRange:
kInstByteRange    447 third_party/re2/re2/onepass.cc         case kInstByteRange: {
kInstByteRange     25 third_party/re2/re2/prog.cc   set_out_opcode(out, kInstByteRange);
kInstByteRange     70 third_party/re2/re2/prog.cc     case kInstByteRange:
kInstByteRange    222 third_party/re2/re2/prog.cc       if (j->opcode() == kInstByteRange && j->out() == id &&
kInstByteRange    229 third_party/re2/re2/prog.cc           k->opcode() == kInstByteRange && k->out() == id &&
kInstByteRange    247 third_party/re2/re2/prog.cc       case kInstByteRange:
kInstByteRange    103 third_party/re2/re2/prog.h     int lo()        { DCHECK_EQ(opcode(), kInstByteRange); return lo_; }
kInstByteRange    104 third_party/re2/re2/prog.h     int hi()        { DCHECK_EQ(opcode(), kInstByteRange); return hi_; }
kInstByteRange    105 third_party/re2/re2/prog.h     int foldcase()  { DCHECK_EQ(opcode(), kInstByteRange); return foldcase_; }
kInstByteRange    110 third_party/re2/re2/prog.h       return p->inst(out())->opcode() == kInstByteRange;
kInstByteRange    115 third_party/re2/re2/prog.h       DCHECK_EQ(opcode(), kInstByteRange);
kInstByteRange    181 third_party/re2/re2/testing/backtrack.cc     case kInstByteRange: