Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-open-type.hh509 struct ArrayOf struct
511 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 …]
/external/libchrome/mojo/public/js/lib/
Dcodec.js914 function ArrayOf(cls, length) { class
919 ArrayOf.prototype.encodedSize = 8; class
/external/v8/src/builtins/
Dbuiltins-array-gen.cc2216 TF_BUILTIN(ArrayOf, ArrayPopulatorAssembler) { in TF_BUILTIN() argument