Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-open-type.hh599 struct ArrayOf struct
601 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 …]