Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-serialize.hh57 struct hb_serialize_context_t struct
59 typedef unsigned objidx_t;
61 enum whence_t {
69 struct object_t
114 friend void swap (object_t& a, object_t& b) noexcept in swap()
204 hb_serialize_context_t (void *start_, unsigned int size) : in hb_serialize_context_t() argument
209 ~hb_serialize_context_t () { fini (); } in ~hb_serialize_context_t() argument
211 void fini () in fini()
225 bool in_error () const { return bool (errors); } in in_error()
227 bool successful () const { return !bool (errors); } in successful()
[all …]