Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-open-type.hh795 struct SortedArrayOf : ArrayOf<Type, LenType> struct
797 hb_sorted_array_t<Type> as_array () in as_array()
799 hb_sorted_array_t<const Type> as_array () const in as_array()
801 operator hb_sorted_array_t<Type> () { return as_array (); } in operator hb_sorted_array_t<Type>()
802 operator hb_sorted_array_t<const Type> () const { return as_array (); } in operator hb_sorted_array_t<const Type>()
804 hb_array_t<const Type> sub_array (unsigned int start_offset, unsigned int count) const in sub_array()
806 …const Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/OUT */) const in sub_array()
808 hb_array_t<Type> sub_array (unsigned int start_offset, unsigned int count) in sub_array()
810 hb_array_t<Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/OUT */) in sub_array()
814 Type &bsearch (const T &x, Type &not_found = Crap (Type)) in bsearch()
[all …]