prog.h | 53 kInstByteRange, // next (possible case-folded) byte must be in [lo_, hi_] 104 int hi() { DCHECK_EQ(opcode(), kInstByteRange); return hi_; } 118 return lo_ <= c && c <= hi_; 157 uint8 lo_; // byte range is lo_-hi_ inclusive 158 uint8 hi_; // member in struct:re2::Prog::Inst::__anon23359::__anon23360
|