Searched defs:hb_vector_t (Results 1 – 1 of 1) sorted by relevance
36 struct hb_vector_t struct41 hb_vector_t () { init (); } in hb_vector_t() argument42 hb_vector_t (const hb_vector_t &o) in hb_vector_t() function48 hb_vector_t (hb_vector_t &&o) in hb_vector_t() argument55 ~hb_vector_t () { fini (); } in ~hb_vector_t() argument58 int allocated; /* == -1 means allocation failed. */60 unsigned int length;85 hb_vector_t& operator = (const hb_vector_t &o) in operator =() argument92 hb_vector_t& operator = (hb_vector_t &&o) in operator =() argument105 bool operator == (const hb_vector_t &o) const { return as_array () == o.as_array (); } in operator ==() argument[all …]