Searched defs:ByteRange (Results 1 – 2 of 2) sorted by relevance
72 struct ByteRange { struct73 Block* fBlock; // Owning block74 int fStart; // Inclusive byte lower limit of byte range75 int fAlignedOffset; // >= start, matching alignment requirement (i.e. first real byte)76 int fEnd; // Exclusive upper limit of byte range
399 Frag Compiler::ByteRange(int lo, int hi, bool foldcase) { in ByteRange() function in re2::Compiler