Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-open-type.hh574 struct SortedUnsizedArrayOf : UnsizedArrayOf<Type> struct
576 hb_sorted_array_t<Type> as_array (unsigned int len) in as_array()
578 hb_sorted_array_t<const Type> as_array (unsigned int len) const in as_array()
580 operator hb_sorted_array_t<Type> () { return as_array (); } in operator hb_sorted_array_t<Type>()
581 operator hb_sorted_array_t<const Type> () const { return as_array (); } in operator hb_sorted_array_t<const Type>()
584 Type &bsearch (unsigned int len, const T &x, Type &not_found = Crap (Type)) in bsearch()
587 const Type &bsearch (unsigned int len, const T &x, const Type &not_found = Null (Type)) const in bsearch()
590 bool bfind (unsigned int len, const T &x, unsigned int *i = nullptr, in bfind()