Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-vector.hh36 struct hb_vector_t struct
41 hb_vector_t () { init (); } in hb_vector_t() argument
42 hb_vector_t (const hb_vector_t &o) in hb_vector_t() function
48 hb_vector_t (hb_vector_t &&o) in hb_vector_t() argument
55 ~hb_vector_t () { fini (); } in ~hb_vector_t() argument
58 int allocated; /* == -1 means allocation failed. */
60 unsigned int length;
85 hb_vector_t& operator = (const hb_vector_t &o) in operator =() argument
92 hb_vector_t& operator = (hb_vector_t &&o) in operator =() argument
105 bool operator == (const hb_vector_t &o) const { return as_array () == o.as_array (); } in operator ==() argument
[all …]