Home
last modified time | relevance | path

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

/third_party/skia/m133/third_party/externals/harfbuzz/src/
Dhb-array.hh346 struct hb_sorted_array_t : struct
350 typedef hb_iter_t<hb_sorted_array_t, Type&> iter_base_t; argument
356 hb_sorted_array_t () = default; argument
362 …constexpr hb_sorted_array_t (Type *array_, unsigned int length_) : hb_array_t<Type> (array_, lengt… in hb_sorted_array_t() argument
364 constexpr hb_sorted_array_t (Type (&array_)[length_]) : hb_array_t<Type> (array_) {} in hb_sorted_array_t() function
368 constexpr hb_sorted_array_t (const hb_array_t<U> &o) : in hb_sorted_array_t() argument
373 hb_sorted_array_t& operator = (const hb_array_t<U> &o) in operator =() argument
379 bool operator != (const hb_sorted_array_t& o) const in operator !=() argument
387hb_sorted_array_t sub_array (unsigned int start_offset, unsigned int *seg_count /* IN/OUT */) const in sub_array() argument
389 hb_sorted_array_t sub_array (unsigned int start_offset, unsigned int seg_count) const in sub_array() argument
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-array.hh302 struct hb_sorted_array_t : struct
306 typedef hb_iter_t<hb_sorted_array_t, Type&> iter_base_t; argument
311 hb_sorted_array_t () = default; argument
317 constexpr hb_sorted_array_t (std::nullptr_t) : hb_sorted_array_t () {} in hb_sorted_array_t() argument
318 …constexpr hb_sorted_array_t (Type *array_, unsigned int length_) : hb_array_t<Type> (array_, lengt… in hb_sorted_array_t() argument
320 constexpr hb_sorted_array_t (Type (&array_)[length_]) : hb_array_t<Type> (array_) {} in hb_sorted_array_t() function
324 constexpr hb_sorted_array_t (const hb_array_t<U> &o) : in hb_sorted_array_t() argument
329 hb_sorted_array_t& operator = (const hb_array_t<U> &o) in operator =() argument
333 bool operator != (const hb_sorted_array_t& o) const in operator !=() argument
336hb_sorted_array_t sub_array (unsigned int start_offset, unsigned int *seg_count /* IN/OUT */) const in sub_array() argument
[all …]