Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-open-type.hh942 struct SortedArrayOf : ArrayOf<Type, LenType> struct
944 …_sorted_array_t< Type> as_array () { return hb_sorted_array (this->arrayZ, this->len); } in as_array()
945 …_sorted_array_t<const Type> as_array () const { return hb_sorted_array (this->arrayZ, this->len); } in as_array()
948 typedef hb_sorted_array_t<const Type> iter_t;
949 typedef hb_sorted_array_t< Type> writer_t;
950 iter_t iter () const { return as_array (); } in iter()
951 writer_t writer () { return as_array (); } in writer()
952 operator iter_t () const { return iter (); } in operator iter_t()
953 operator writer_t () { return writer (); } in operator writer_t()
956 const Type *begin () const { return this->arrayZ; } in begin()
[all …]
/external/harfbuzz_ng/src/OT/Layout/
Dtypes.hh46 using SortedArrayOf = OT::SortedArray16Of<Type>; typedef
60 using SortedArrayOf = OT::SortedArray24Of<Type>; typedef