Searched defs:Uint16Array (Results 1 – 14 of 14) sorted by relevance
75 interface Uint16Array { interface
293 interface Uint16Array { interface
367 interface Uint16Array { interface
2883 interface Uint16Array { interface3160 declare var Uint16Array: Uint16ArrayConstructor; variable
55 interface Uint16Array { interface
273 interface Uint16Array { interface
347 interface Uint16Array { interface
2863 interface Uint16Array { interface3140 declare var Uint16Array: Uint16ArrayConstructor; variable
26 using Uint16Array = emscripten::val; variable
495 var Uint16Array = makeConstructor(2, packU16, unpackU16); variable584 DataView.prototype.getUint16 = makeGetter(exports.Uint16Array);621 DataView.prototype.setUint16 = makeSetter(exports.Uint16Array);
159 TEST_F(AliasBufferTest, Uint16Array) { in TEST_F() argument
59 using Uint16Array = Napi::TypedArrayOf<uint16_t>; variable
27983 var Uint16Array = makeConstructor(2, packU16, unpackU16); variable28072 DataView.prototype.getUint16 = makeGetter(exports.Uint16Array);28109 DataView.prototype.setUint16 = makeSetter(exports.Uint16Array);
2492 interface Uint16Array { interface2760 declare var Uint16Array: Uint16ArrayConstructor; variable