Home
last modified time | relevance | path

Searched refs:TypedArrayConstructor (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/ui/src/common/
Daggregation_data.ts38 type TypedArrayConstructor = alias
44 columnConstructor: TypedArrayConstructor;
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts167 Malloc(typedArray: TypedArrayConstructor, len: number): MallocObj;
3614 export type TypedArrayConstructor = Float32ArrayConstructor | Int32ArrayConstructor | alias