Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-serialize.hh55 struct hb_serialize_context_t struct
57 typedef unsigned objidx_t;
59 enum whence_t {
67 struct object_t
110 friend void swap (object_t& a, object_t& b) noexcept in swap()
198 hb_serialize_context_t (void *start_, unsigned int size) : in hb_serialize_context_t() argument
203 ~hb_serialize_context_t () { fini (); } in ~hb_serialize_context_t() argument
205 void fini () in fini()
219 bool in_error () const { return bool (errors); } in in_error()
221 bool successful () const { return !bool (errors); } in successful()
[all …]