Searched defs:ByteRange (Results 1 – 1 of 1) sorted by relevance
20 struct ByteRange { struct21 uint8_t m_First;22 uint8_t m_Last; // Inclusive.