Searched refs:Int32ArrayConstructor (Results 1 – 14 of 14) sorted by relevance
| /third_party/typescript/lib/ |
| D | lib.es2017.typedarrays.d.ts | 41 interface Int32ArrayConstructor { interface
|
| D | lib.es2015.iterable.d.ts | 411 interface Int32ArrayConstructor { interface
|
| D | lib.es5.d.ts | 3409 interface Int32ArrayConstructor { interface 3441 declare var Int32Array: Int32ArrayConstructor;
|
| /third_party/typescript/src/lib/ |
| D | es2017.typedarrays.d.ts | 21 interface Int32ArrayConstructor { interface
|
| D | es2015.iterable.d.ts | 391 interface Int32ArrayConstructor { interface
|
| D | es5.d.ts | 3389 interface Int32ArrayConstructor { interface 3421 declare var Int32Array: Int32ArrayConstructor;
|
| /third_party/typescript/tests/baselines/reference/ |
| D | typedArrays.symbols | 197 >Int32Array.from : Symbol(Int32ArrayConstructor.from, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts… 199 >from : Symbol(Int32ArrayConstructor.from, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), … 272 >Int32Array.from : Symbol(Int32ArrayConstructor.from, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts… 274 >from : Symbol(Int32ArrayConstructor.from, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), … 346 >Int32Array.of : Symbol(Int32ArrayConstructor.of, Decl(lib.es5.d.ts, --, --)) 348 >of : Symbol(Int32ArrayConstructor.of, Decl(lib.es5.d.ts, --, --)) 415 >Int32Array.of : Symbol(Int32ArrayConstructor.of, Decl(lib.es5.d.ts, --, --)) 417 >of : Symbol(Int32ArrayConstructor.of, Decl(lib.es5.d.ts, --, --)) 495 >Int32Array.from : Symbol(Int32ArrayConstructor.from, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts… 497 >from : Symbol(Int32ArrayConstructor.from, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), … [all …]
|
| D | unionWithIndexSignature.types | 41 >Int32Array : Int32ArrayConstructor
|
| D | typedArrays.types | 38 >typedArrays[4] = Int32Array : Int32ArrayConstructor 42 >Int32Array : Int32ArrayConstructor 126 >Int32Array : Int32ArrayConstructor 219 >Int32Array : Int32ArrayConstructor 321 >Int32Array : Int32ArrayConstructor 432 >Int32Array : Int32ArrayConstructor 547 >Int32Array : Int32ArrayConstructor 674 >Int32Array : Int32ArrayConstructor 807 >Int32Array : Int32ArrayConstructor 930 >Int32Array : Int32ArrayConstructor [all …]
|
| D | valueOfTypedArray.types | 45 >Int32Array : Int32ArrayConstructor
|
| D | typedArraysSubarray.types | 163 >Int32Array : Int32ArrayConstructor
|
| D | typedArraysCrossAssignability01.types | 32 >Int32Array : Int32ArrayConstructor
|
| /third_party/skia/modules/canvaskit/npm_build/types/ |
| D | index.d.ts | 3677 export type TypedArrayConstructor = Float32ArrayConstructor | Int32ArrayConstructor |
|
| /third_party/typescript/tests/lib/ |
| D | lib.d.ts | 3007 interface Int32ArrayConstructor { interface 3032 declare var Int32Array: Int32ArrayConstructor;
|