Searched defs:hb_vector_t (Results 1 – 3 of 3) 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() argument48 hb_vector_t (hb_vector_t &&o) in hb_vector_t() function55 ~hb_vector_t () { fini (); } in ~hb_vector_t() argument58 int allocated; /* == -1 means allocation failed. */60 unsigned int length;62 Type *arrayZ;64 void init () in init()90 hb_vector_t& operator = (const hb_vector_t &o) in operator =() argument[all …]
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() function55 ~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 …]
36 struct hb_vector_t struct41 hb_vector_t () = default; argument42 hb_vector_t (std::initializer_list<Type> lst) : hb_vector_t () in hb_vector_t() function50 hb_vector_t (const Iterable &o) : hb_vector_t () in hb_vector_t() argument56 hb_vector_t (const hb_vector_t &o) : hb_vector_t () in hb_vector_t() argument61 hb_vector_t (hb_vector_t &&o) in hb_vector_t() argument68 ~hb_vector_t () { fini (); } in ~hb_vector_t() argument71 int allocated = 0; /* == -1 means allocation failed. */73 unsigned int length = 0;75 Type *arrayZ = nullptr;[all …]