Searched defs:UnsizedArrayOf (Results 1 – 1 of 1) sorted by relevance
463 struct UnsizedArrayOf struct465 typedef Type item_t;466 static constexpr unsigned item_size = hb_static_size (Type);470 const Type& operator [] (unsigned int i) const in operator []()474 Type& operator [] (unsigned int i) in operator []()479 static unsigned int get_size (unsigned int len) in get_size()482 template <typename T> operator T * () { return arrayZ; } in operator T*()483 template <typename T> operator const T * () const { return arrayZ; } in operator const T*()484 hb_array_t<Type> as_array (unsigned int len) in as_array()486 hb_array_t<const Type> as_array (unsigned int len) const in as_array()[all …]