Searched defs:SortedUnsizedArrayOf (Results 1 – 1 of 1) sorted by relevance
593 struct SortedUnsizedArrayOf : UnsizedArrayOf<Type> struct595 hb_sorted_array_t<Type> as_array (unsigned int len) in as_array()597 hb_sorted_array_t<const Type> as_array (unsigned int len) const in as_array()599 operator hb_sorted_array_t<Type> () { return as_array (); } in operator hb_sorted_array_t<Type>()600 operator hb_sorted_array_t<const Type> () const { return as_array (); } in operator hb_sorted_array_t<const Type>()603 Type &bsearch (unsigned int len, const T &x, Type ¬_found = Crap (Type)) in bsearch()606 const Type &bsearch (unsigned int len, const T &x, const Type ¬_found = Null (Type)) const in bsearch()609 bool bfind (unsigned int len, const T &x, unsigned int *i = nullptr, in bfind()