Searched defs:hb_sorted_array_t (Results 1 – 1 of 1) sorted by relevance
199 struct hb_sorted_array_t : hb_array_t<Type> struct201 hb_sorted_array_t () : hb_array_t<Type> () {} in hb_sorted_array_t() function202 hb_sorted_array_t (const hb_array_t<Type> &o) : hb_array_t<Type> (o) {} in hb_sorted_array_t() function203 hb_sorted_array_t (Type *array_, unsigned int len_) : hb_array_t<Type> (array_, len_) {} in hb_sorted_array_t() function205 …hb_sorted_array_t<Type> sub_array (unsigned int start_offset, unsigned int *seg_count /* IN/OUT */… in sub_array() argument207 hb_sorted_array_t<Type> sub_array (unsigned int start_offset, unsigned int seg_count) const in sub_array() argument211 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch()217 const Type *bsearch (const T &x, const Type *not_found = nullptr) const in bsearch()223 bool bfind (const T &x, unsigned int *i = nullptr, in bfind()