Home
last modified time | relevance | path

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

/third_party/harfbuzz/src/
Dhb-cff-interp-common.hh308 struct byte_str_ref_t struct
310 byte_str_ref_t () { init (); } in byte_str_ref_t() function
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 …]
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-cff-interp-common.hh321 struct byte_str_ref_t struct
323 byte_str_ref_t () in byte_str_ref_t() function
326 void init () in init()
333 void fini () {} in fini()
335 byte_str_ref_t (const byte_str_t &str_, unsigned int offset_ = 0) in byte_str_ref_t() argument
338 void reset (const byte_str_t &str_, unsigned int offset_ = 0) in reset()
345 const unsigned char& operator [] (int i) { in operator []()
356 operator byte_str_t () const { return str.sub_str (offset, str.length - offset); } in operator byte_str_t()
358 byte_str_t sub_str (unsigned int offset_, unsigned int len_) const in sub_str()
361 bool avail (unsigned int count=1) const in avail()
[all …]
/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() function
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 …]