Searched defs:UnsizedArrayOf (Results 1 – 1 of 1) sorted by relevance
441 struct UnsizedArrayOf struct443 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 …]