Home
last modified time | relevance | path

Searched defs:Int32Array (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/brotli/js/
Dpolyfill.js64 Int32Array.prototype.fill = Array.prototype.fill; class
/third_party/typescript/lib/
Dlib.es2016.array.include.d.ts84 interface Int32Array { interface
Dlib.es2015.symbol.wellknown.d.ts297 interface Int32Array { interface
Dlib.es2015.iterable.d.ts395 interface Int32Array { interface
Dlib.es5.d.ts3165 interface Int32Array { interface
3441 declare var Int32Array: Int32ArrayConstructor; variable
/third_party/typescript/src/lib/
Des2016.array.include.d.ts64 interface Int32Array { interface
Des2015.symbol.wellknown.d.ts277 interface Int32Array { interface
Des2015.iterable.d.ts375 interface Int32Array { interface
Des5.d.ts3145 interface Int32Array { interface
3421 declare var Int32Array: Int32ArrayConstructor; variable
/third_party/node/deps/npm/node_modules/typedarray/
Dindex.js496 var Int32Array = makeConstructor(4, packI32, unpackI32); variable
587 DataView.prototype.getInt32 = makeGetter(exports.Int32Array);
624 DataView.prototype.setInt32 = makeSetter(exports.Int32Array);
/third_party/node/test/cctest/
Dtest_aliased_buffer.cc171 TEST_F(AliasBufferTest, Int32Array) { in TEST_F() argument
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
DCore.h57 using Int32Array = Napi::TypedArrayOf<int32_t>; variable
/third_party/node/tools/
Dlint-md.mjs27984 var Int32Array = makeConstructor(4, packI32, unpackI32); variable
28075 DataView.prototype.getInt32 = makeGetter(exports.Int32Array);
28112 DataView.prototype.setInt32 = makeSetter(exports.Int32Array);
/third_party/typescript/tests/lib/
Dlib.d.ts2765 interface Int32Array { interface
3032 declare var Int32Array: Int32ArrayConstructor; variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp122055 Int32Array; typedef