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.hh38 struct hb_vector_t struct
45 hb_vector_t () = default; argument
46 hb_vector_t (std::initializer_list<Type> lst) : hb_vector_t () in hb_vector_t() argument
54 hb_vector_t (const Iterable &o) : hb_vector_t () in hb_vector_t() argument
61 hb_vector_t (const hb_vector_t &o) : hb_vector_t () in hb_vector_t() argument
67 hb_vector_t (hb_vector_t &&o) in hb_vector_t() argument
74 ~hb_vector_t () { fini (); } in ~hb_vector_t() argument
77 int allocated = 0; /* == -1 means allocation failed. */
78 unsigned int length = 0;
80 Type *arrayZ = nullptr;
[all …]