Home
last modified time | relevance | path

Searched defs:ByteStr (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-cff-interp-common.hh300 struct ByteStr struct
302 ByteStr () in ByteStr() argument
304 ByteStr (const UnsizedByteStr& s, unsigned int l) in ByteStr() function
306 ByteStr (const char *s, unsigned int l=0) in ByteStr() function
309 ByteStr (const ByteStr &bs, unsigned int offset, unsigned int len_) in ByteStr() argument
315 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 …]