Home
last modified time | relevance | path

Searched defs:hb_array_t (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-array.hh48 struct hb_array_t : hb_iter_with_fallback_t<hb_array_t<Type>, Type&> struct
59 constexpr hb_array_t (std::nullptr_t) : hb_array_t () {} hb_array_t() function
60 constexpr hb_array_t (Type *array_, unsigned int length_) : arrayZ (array_), length (length_) {} hb_array_t() function
66 constexpr hb_array_t (const hb_array_t<U> &o) : hb_array_t() function
[all...]

Completed in 2 milliseconds