Searched defs:ByteRange (Results 1 – 4 of 4) sorted by relevance
11 type ByteRange = crate::here::StringPiece; typedef
169 struct ByteRange { struct170 Block* fBlock; // Owning block171 int fStart; // Inclusive byte lower limit of byte range172 int fAlignedOffset; // >= start, matching alignment requirement (i.e. first real byte)173 int fEnd; // Exclusive upper limit of byte range
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
389 Frag Compiler::ByteRange(int lo, int hi, bool foldcase) { in ByteRange() function in re2::Compiler