Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-cff-interp-common.hh308 struct byte_str_ref_t struct
310 byte_str_ref_t () { init (); } in byte_str_ref_t() argument
312 void init () in init()
319 void fini () {} in fini()
321 byte_str_ref_t (const byte_str_t &str_, unsigned int offset_ = 0) in byte_str_ref_t() function
324 void reset (const byte_str_t &str_, unsigned int offset_ = 0) in reset()
331 const unsigned char& operator [] (int i) { in operator []()
341 operator byte_str_t () const { return str.sub_str (offset, str.length - offset); } in operator byte_str_t()
343 byte_str_t sub_str (unsigned int offset_, unsigned int len_) const in sub_str()
346 bool avail (unsigned int count=1) const in avail()
[all …]