Searched defs:ArrayOf (Results 1 – 2 of 2) sorted by relevance
550 struct ArrayOf struct552 typedef Type item_t;553 static constexpr unsigned item_size = hb_static_size (Type);557 const Type& operator [] (int i_) const in operator []()563 Type& operator [] (int i_) in operator []()570 unsigned int get_size () const in get_size()573 explicit operator bool () const { return len; } in operator bool()575 void pop () { len--; } in pop()577 hb_array_t< Type> as_array () { return hb_array (arrayZ, len); } in as_array()578 hb_array_t<const Type> as_array () const { return hb_array (arrayZ, len); } in as_array()[all …]
914 function ArrayOf(cls, length) { class919 ArrayOf.prototype.encodedSize = 8; class