Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-open-type.hh680 struct SortedUnsizedArrayOf : UnsizedArrayOf<Type> struct
682 hb_sorted_array_t<Type> as_array (unsigned int len) in as_array()
684 hb_sorted_array_t<const Type> as_array (unsigned int len) const in as_array()
686 operator hb_sorted_array_t<Type> () { return as_array (); } in operator hb_sorted_array_t<Type>()
687 operator hb_sorted_array_t<const Type> () const { return as_array (); } in operator hb_sorted_array_t<const Type>()
690 Type &bsearch (unsigned int len, const T &x, Type &not_found = Crap (Type)) in bsearch()
693 const Type &bsearch (unsigned int len, const T &x, const Type &not_found = Null (Type)) const in bsearch()
696 bool bfind (unsigned int len, const T &x, unsigned int *i = nullptr, in bfind()