Searched defs:ByteStr (Results 1 – 1 of 1) sorted by relevance
300 struct ByteStr struct302 ByteStr () in ByteStr() argument304 ByteStr (const UnsizedByteStr& s, unsigned int l) in ByteStr() function306 ByteStr (const char *s, unsigned int l=0) in ByteStr() function309 ByteStr (const ByteStr &bs, unsigned int offset, unsigned int len_) in ByteStr() argument315 bool sanitize (hb_sanitize_context_t *c) const { return str->sanitize (c, len); } in sanitize()317 const HBUINT8& operator [] (unsigned int i) const in operator []()325 bool serialize (hb_serialize_context_t *c, const ByteStr &src) in serialize()335 unsigned int get_size () const { return len; } in get_size()337 bool check_limit (unsigned int offset, unsigned int count) const in check_limit()[all …]