Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-open-type.hh441 struct UnsizedArrayOf struct
443 typedef Type item_t;
444 static constexpr unsigned item_size = hb_static_size (Type);
448 const Type& operator [] (int i_) const in operator []()
455 Type& operator [] (int i_) in operator []()
463 unsigned int get_size (unsigned int len) const in get_size()
466 template <typename T> operator T * () { return arrayZ; } in operator T*()
467 template <typename T> operator const T * () const { return arrayZ; } in operator const T*()
468 hb_array_t<Type> as_array (unsigned int len) in as_array()
470 hb_array_t<const Type> as_array (unsigned int len) const in as_array()
[all …]
/third_party/skia/m133/third_party/externals/harfbuzz/src/
Dhb-open-type.hh549 struct UnsizedArrayOf struct
551 typedef Type item_t;
552 static constexpr unsigned item_size = hb_static_size (Type);
556 const Type& operator [] (unsigned int i) const in operator []()
560 Type& operator [] (unsigned int i) in operator []()
565 static unsigned int get_size (unsigned int len) in get_size()
568 template <typename T> operator T * () { return arrayZ; } in operator T*()
569 template <typename T> operator const T * () const { return arrayZ; } in operator const T*()
570 hb_array_t<Type> as_array (unsigned int len) in as_array()
572 hb_array_t<const Type> as_array (unsigned int len) const in as_array()
[all …]