Home
last modified time | relevance | path

Searched defs:Uint16Array (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/lib/
Dlib.es2016.array.include.d.ts75 interface Uint16Array { interface
Dlib.es2015.symbol.wellknown.d.ts293 interface Uint16Array { interface
Dlib.es2015.iterable.d.ts367 interface Uint16Array { interface
Dlib.es5.d.ts2883 interface Uint16Array { interface
3160 declare var Uint16Array: Uint16ArrayConstructor; variable
/third_party/typescript/src/lib/
Des2016.array.include.d.ts55 interface Uint16Array { interface
Des2015.symbol.wellknown.d.ts273 interface Uint16Array { interface
Des2015.iterable.d.ts347 interface Uint16Array { interface
Des5.d.ts2863 interface Uint16Array { interface
3140 declare var Uint16Array: Uint16ArrayConstructor; variable
/third_party/skia/modules/canvaskit/
DWasmCommon.h26 using Uint16Array = emscripten::val; variable
/third_party/node/deps/npm/node_modules/typedarray/
Dindex.js495 var Uint16Array = makeConstructor(2, packU16, unpackU16); variable
584 DataView.prototype.getUint16 = makeGetter(exports.Uint16Array);
621 DataView.prototype.setUint16 = makeSetter(exports.Uint16Array);
/third_party/node/test/cctest/
Dtest_aliased_buffer.cc159 TEST_F(AliasBufferTest, Uint16Array) { in TEST_F() argument
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
DCore.h59 using Uint16Array = Napi::TypedArrayOf<uint16_t>; variable
/third_party/node/tools/
Dlint-md.mjs27983 var Uint16Array = makeConstructor(2, packU16, unpackU16); variable
28072 DataView.prototype.getUint16 = makeGetter(exports.Uint16Array);
28109 DataView.prototype.setUint16 = makeSetter(exports.Uint16Array);
/third_party/typescript/tests/lib/
Dlib.d.ts2492 interface Uint16Array { interface
2760 declare var Uint16Array: Uint16ArrayConstructor; variable