Home
last modified time | relevance | path

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

/third_party/typescript/lib/
Dlib.es2016.array.include.d.ts93 interface Uint32Array { interface
Dlib.es2015.symbol.wellknown.d.ts301 interface Uint32Array { interface
Dlib.es2015.iterable.d.ts423 interface Uint32Array { interface
Dlib.es5.d.ts3447 interface Uint32Array { interface
3722 declare var Uint32Array: Uint32ArrayConstructor; variable
/third_party/typescript/src/lib/
Des2016.array.include.d.ts73 interface Uint32Array { interface
Des2015.symbol.wellknown.d.ts281 interface Uint32Array { interface
Des2015.iterable.d.ts403 interface Uint32Array { interface
Des5.d.ts3427 interface Uint32Array { interface
3702 declare var Uint32Array: Uint32ArrayConstructor; variable
/third_party/skia/modules/canvaskit/
DWasmCommon.h27 using Uint32Array = emscripten::val; variable
/third_party/node/deps/npm/node_modules/typedarray/
Dindex.js497 var Uint32Array = makeConstructor(4, packU32, unpackU32); variable
586 DataView.prototype.getUint32 = makeGetter(exports.Uint32Array);
623 DataView.prototype.setUint32 = makeSetter(exports.Uint32Array);
/third_party/node/test/cctest/
Dtest_aliased_buffer.cc167 TEST_F(AliasBufferTest, Uint32Array) { in TEST_F() argument
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
DCore.h60 using Uint32Array = Napi::TypedArrayOf<uint32_t>; variable
/third_party/node/tools/
Dlint-md.mjs27985 var Uint32Array = makeConstructor(4, packU32, unpackU32); variable
28074 DataView.prototype.getUint32 = makeGetter(exports.Uint32Array);
28111 DataView.prototype.setUint32 = makeSetter(exports.Uint32Array);
/third_party/typescript/tests/lib/
Dlib.d.ts3038 interface Uint32Array { interface
3305 declare var Uint32Array: Uint32ArrayConstructor; variable