Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-open-type.hh353 struct UnsizedArrayOf struct
355 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 …]