Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-open-type.hh395 struct UnsizedArrayOf struct
397 typedef Type item_t;
398 static constexpr unsigned item_size = hb_static_size (Type);
402 const Type& operator [] (int i_) const in operator []()
409 Type& operator [] (int i_) in operator []()
417 unsigned int get_size (unsigned int len) const in get_size()
420 template <typename T> operator T * () { return arrayZ; } in operator T*()
421 template <typename T> operator const T * () const { return arrayZ; } in operator const T*()
422 hb_array_t<Type> as_array (unsigned int len) in as_array()
424 hb_array_t<const Type> as_array (unsigned int len) const in as_array()
[all …]