Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-open-type.hh618 struct ArrayOf struct
620 typedef Type item_t;
621 static constexpr unsigned item_size = hb_static_size (Type);
625 const Type& operator [] (int i_) const in operator []()
632 Type& operator [] (int i_) in operator []()
640 unsigned int get_size () const in get_size()
643 explicit operator bool () const { return len; } in operator bool()
645 void pop () { len--; } in pop()
647 hb_array_t< Type> as_array () { return hb_array (arrayZ, len); } in as_array()
648 hb_array_t<const Type> as_array () const { return hb_array (arrayZ, len); } in as_array()
[all …]
/external/harfbuzz_ng/src/OT/Layout/
Dtypes.hh44 using ArrayOf = OT::Array16Of<Type>; typedef
58 using ArrayOf = OT::Array24Of<Type>; typedef
/external/libchrome/mojo/public/js/lib/
Dcodec.js914 function ArrayOf(cls, length) { class
919 ArrayOf.prototype.encodedSize = 8; class