Searched defs:ArrayOf (Results 1 – 3 of 3) sorted by relevance
599 struct ArrayOf struct601 typedef Type item_t;602 static constexpr unsigned item_size = hb_static_size (Type);606 const Type& operator [] (int i_) const in operator []()612 Type& operator [] (int i_) in operator []()619 unsigned int get_size () const in get_size()622 explicit operator bool () const { return len; } in operator bool()624 void pop () { len--; } in pop()626 hb_array_t< Type> as_array () { return hb_array (arrayZ, len); } in as_array()627 hb_array_t<const Type> as_array () const { return hb_array (arrayZ, len); } in as_array()[all …]
705 struct ArrayOf struct707 typedef Type item_t;708 static constexpr unsigned item_size = hb_static_size (Type);712 const Type& operator [] (int i_) const in operator []()719 Type& operator [] (int i_) in operator []()727 unsigned int get_size () const in get_size()730 explicit operator bool () const { return len; } in operator bool()732 void pop () { len--; } in pop()734 hb_array_t< Type> as_array () { return hb_array (arrayZ, len); } in as_array()735 hb_array_t<const Type> as_array () const { return hb_array (arrayZ, len); } in as_array()[all …]
44 using ArrayOf = OT::Array16Of<Type>; typedef58 using ArrayOf = OT::Array24Of<Type>; typedef