Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-open-type.hh946 struct SortedArrayOf : ArrayOf<Type, LenType> struct
948 …_sorted_array_t< Type> as_array () { return hb_sorted_array (this->arrayZ, this->len); } in as_array()
949 …_sorted_array_t<const Type> as_array () const { return hb_sorted_array (this->arrayZ, this->len); } in as_array()
952 typedef hb_sorted_array_t<const Type> iter_t;
953 typedef hb_sorted_array_t< Type> writer_t;
954 iter_t iter () const { return as_array (); } in iter()
955 writer_t writer () { return as_array (); } in writer()
956 operator iter_t () const { return iter (); } in operator iter_t()
957 operator writer_t () { return writer (); } in operator writer_t()
960 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