Searched defs:SortedUnsizedArrayOf (Results 1 – 3 of 3) sorted by relevance
| /third_party/harfbuzz/src/ |
| D | hb-open-type.hh | 559 struct SortedUnsizedArrayOf : UnsizedArrayOf<Type> struct 561 hb_sorted_array_t<Type> as_array (unsigned int len) in as_array() 563 hb_sorted_array_t<const Type> as_array (unsigned int len) const in as_array() 566 operator hb_sorted_array_t<Type> () { return as_array (0); } in operator hb_sorted_array_t<Type>() 567 operator hb_sorted_array_t<const Type> () const { return as_array (0); } in operator hb_sorted_array_t<const Type>() 569 operator hb_sorted_array_t<Type> () { return as_array (); } in operator hb_sorted_array_t<Type>() 570 operator hb_sorted_array_t<const Type> () const { return as_array (); } in operator hb_sorted_array_t<const Type>() 574 Type &bsearch (unsigned int len, const T &x, Type ¬_found = Crap (Type)) in bsearch() 577 const Type &bsearch (unsigned int len, const T &x, const Type ¬_found = Null (Type)) const in bsearch() 580 bool bfind (unsigned int len, const T &x, unsigned int *i = nullptr, in bfind()
|
| /third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
| D | hb-open-type.hh | 517 struct SortedUnsizedArrayOf : UnsizedArrayOf<Type> struct 519 hb_sorted_array_t<Type> as_array (unsigned int len) in as_array() 521 hb_sorted_array_t<const Type> as_array (unsigned int len) const in as_array() 523 operator hb_sorted_array_t<Type> () { return as_array (); } in operator hb_sorted_array_t<Type>() 524 operator hb_sorted_array_t<const Type> () const { return as_array (); } in operator hb_sorted_array_t<const Type>() 527 Type &bsearch (unsigned int len, const T &x, Type ¬_found = Crap (Type)) in bsearch() 530 const Type &bsearch (unsigned int len, const T &x, const Type ¬_found = Null (Type)) const in bsearch() 533 bool bfind (unsigned int len, const T &x, unsigned int *i = nullptr, in bfind()
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-open-type.hh | 574 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 ¬_found = Crap (Type)) in bsearch() 587 const Type &bsearch (unsigned int len, const T &x, const Type ¬_found = Null (Type)) const in bsearch() 590 bool bfind (unsigned int len, const T &x, unsigned int *i = nullptr, in bfind()
|