Searched defs:SortedUnsizedArrayOf (Results 1 – 1 of 1) sorted by relevance
484 struct SortedUnsizedArrayOf : UnsizedArrayOf<Type> struct486 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 ¬_found = Crap (Type)) in bsearch()497 const Type &bsearch (unsigned int len, const T &x, const Type ¬_found = Null (Type)) const in bsearch()500 bool bfind (unsigned int len, const T &x, unsigned int *i = nullptr, in bfind()