Searched defs:SubByteStr (Results 1 – 1 of 1) sorted by relevance
344 struct SubByteStr struct346 SubByteStr () in SubByteStr() function349 void init () in init()356 void fini () {} in fini()358 SubByteStr (const ByteStr &str_, unsigned int offset_ = 0) in SubByteStr() function361 void reset (const ByteStr &str_, unsigned int offset_ = 0) in reset()368 const HBUINT8& operator [] (int i) { in operator []()378 operator ByteStr () const { return ByteStr (str, offset, str.len - offset); } in operator ByteStr()380 bool avail (unsigned int count=1) const in avail()384 void inc (unsigned int count=1) in inc()[all …]