Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-open-type.hh550 struct ArrayOf struct
552 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 …]
/external/libchrome/mojo/public/js/lib/
Dcodec.js914 function ArrayOf(cls, length) { class
919 ArrayOf.prototype.encodedSize = 8; class