Searched defs:UnsizedArrayOf (Results 1 – 1 of 1) sorted by relevance
353 struct UnsizedArrayOf struct355 typedef Type ItemType;356 enum { item_size = hb_static_size (Type) };360 const Type& operator [] (int i_) const in operator []()367 Type& operator [] (int i_) in operator []()375 unsigned int get_size (unsigned int len) const in get_size()378 template <typename T> operator T * () { return arrayZ; } in operator T*()379 template <typename T> operator const T * () const { return arrayZ; } in operator const T*()380 hb_array_t<Type> as_array (unsigned int len) in as_array()382 hb_array_t<const Type> as_array (unsigned int len) const in as_array()[all …]