Searched defs:ByteRange (Results 1 – 4 of 4) sorted by relevance
65 struct ByteRange { struct66 Block* fBlock; // Owning block67 int fStart; // Inclusive byte lower limit of byte range68 int fAlignedOffset; // >= start, matching alignment requirement (i.e. first real byte)69 int fEnd; // Exclusive upper limit of byte range
11 type ByteRange = crate::here::StringPiece; typedef
20 struct ByteRange { struct21 uint8_t m_First;22 uint8_t m_Last; // Inclusive.
399 Frag Compiler::ByteRange(int lo, int hi, bool foldcase) { in ByteRange() function in re2::Compiler