Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-vector.hh38 struct hb_vector_t struct
47 hb_vector_t () = default; argument
48 hb_vector_t (std::initializer_list<Type> lst) : hb_vector_t () in hb_vector_t() function
56 hb_vector_t (const Iterable &o) : hb_vector_t () in hb_vector_t() function
63 hb_vector_t (const hb_vector_t &o) : hb_vector_t () in hb_vector_t() function
69 hb_vector_t (array_t o) : hb_vector_t () in hb_vector_t() argument
75 hb_vector_t (c_array_t o) : hb_vector_t () in hb_vector_t() function
81 hb_vector_t (hb_vector_t &&o) noexcept in hb_vector_t() argument
88 ~hb_vector_t () { fini (); } in ~hb_vector_t() argument
91 int allocated = 0; /* < 0 means allocation failed. */
[all …]