Home
last modified time | relevance | path

Searched defs:TypedArray (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DunionWithIndexSignature.ts18 export type TypedArray = Int32Array | Uint8Array; alias
/third_party/jerryscript/tests/jerry/es2015/
DtypedArray-find-index.js35 typedArrayTypes.forEach (function (TypedArray) { argument
DtypedArray-find.js35 typedArrayTypes.forEach (function (TypedArray) { argument
/third_party/skia/experimental/tskit/interface/
Dpublic_api.d.ts38 export type TypedArray = Float32Array | Int32Array; alias
/third_party/skia/m133/experimental/tskit/interface/
Dpublic_api.d.ts38 export type TypedArray = Float32Array | Int32Array; alias
/third_party/skia/modules/canvaskit/
DWasmCommon.h24 using TypedArray = emscripten::val; variable
/third_party/skia/m133/modules/canvaskit/
DWasmCommon.h31 using TypedArray = emscripten::val; variable
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts3680 export type TypedArray = Float32Array | Int32Array | Int16Array | Int8Array | Uint32Array | alias
/third_party/skia/m133/modules/canvaskit/npm_build/types/
Dindex.d.ts4377 export type TypedArray = Float32Array | Int32Array | Int16Array | Int8Array | Uint32Array | alias
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp121938 struct TypedArray struct
121942 typedef TypedArray_base<T, UnwrapArray, GetLengthAndDataAndSharedness> Base;
121945 TypedArray() in TypedArray() function
121949 TypedArray(TypedArray&& aOther) in TypedArray() argument
121955 Create(JSContext* cx, nsWrapperCache* creator, uint32_t length, in Create()
121967 Create(JSContext* cx, uint32_t length, const T* data = nullptr) { in Create()
121973 CreateCommon(JSContext* cx, uint32_t length, const T* data) { in CreateCommon()