Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-open-type.hh484 struct SortedUnsizedArrayOf : UnsizedArrayOf<Type> struct
486 hb_sorted_array_t<Type> as_array (unsigned int len) in as_array()
488 hb_sorted_array_t<const Type> as_array (unsigned int len) const in as_array()
490 operator hb_sorted_array_t<Type> () { return as_array (); } in operator hb_sorted_array_t<Type>()
491 operator hb_sorted_array_t<const Type> () const { return as_array (); } in operator hb_sorted_array_t<const Type>()
494 Type &bsearch (unsigned int len, const T &x, Type &not_found = Crap (Type)) in bsearch()
497 const Type &bsearch (unsigned int len, const T &x, const Type &not_found = Null (Type)) const in bsearch()
500 bool bfind (unsigned int len, const T &x, unsigned int *i = nullptr, in bfind()