Lines Matching defs:object_t
69 struct object_t struct
71 void fini () { in fini()
79 object_t (const hb_object_t &o) in object_t() argument
94 bool add_virtual_link (objidx_t objidx) in add_virtual_link()
123 bool operator == (const object_t &o) const in operator ==()
132 uint32_t hash () const in hash()
140 struct link_t
172 char *head;
173 char *tail;
174 hb_vector_t<link_t> real_links;
175 hb_vector_t<link_t> virtual_links;
176 object_t *next;