Searched defs:ArrayOf (Results 1 – 3 of 3) sorted by relevance
509 struct ArrayOf struct511 typedef Type ItemType;512 enum { item_size = hb_static_size (Type) };516 const Type& operator [] (int i_) const in operator []()522 Type& operator [] (int i_) in operator []()529 unsigned int get_size () const in get_size()532 hb_array_t<Type> as_array () in as_array()534 hb_array_t<const Type> as_array () const in as_array()536 operator hb_array_t<Type> (void) { return as_array (); } in operator hb_array_t<Type>()537 operator hb_array_t<const Type> (void) const { return as_array (); } in operator hb_array_t<const Type>()[all …]
914 function ArrayOf(cls, length) { class919 ArrayOf.prototype.encodedSize = 8; class
2216 TF_BUILTIN(ArrayOf, ArrayPopulatorAssembler) { in TF_BUILTIN() argument