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