Searched refs:f81 (Results 1 – 11 of 11) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | mappedTypeRelationships.js | 176 function f81<T, K extends keyof T>(t: T, k: K): Partial<T[K]> { 317 function f81(t, k) { 410 declare function f81<T, K extends keyof T>(t: T, k: K): Partial<T[K]>;
|
D | keyofAndIndexedAccess.js | 260 function f81<T extends { a: { x: any } }>(obj: T) { 265 let x1 = f81({ a: { x: "hello" } }); // string 266 let x2 = f81({ a: { x: 42 } }); // number 854 function f81(obj) { function 858 var x1 = f81({ a: { x: "hello" } }); // string 859 var x2 = f81({ a: { x: 42 } }); // number 1214 declare function f81<T extends {
|
D | keyofAndIndexedAccess.types | 1029 function f81<T extends { a: { x: any } }>(obj: T) { 1030 >f81 : <T extends { a: { x: any;}; }>(obj: T) => T["a"]["x"] 1047 let x1 = f81({ a: { x: "hello" } }); // string 1049 >f81({ a: { x: "hello" } }) : string 1050 >f81 : <T extends { a: { x: any; }; }>(obj: T) => T["a"]["x"] 1057 let x2 = f81({ a: { x: 42 } }); // number 1059 >f81({ a: { x: 42 } }) : number 1060 >f81 : <T extends { a: { x: any; }; }>(obj: T) => T["a"]["x"]
|
D | keyofAndIndexedAccess.symbols | 1000 function f81<T extends { a: { x: any } }>(obj: T) { 1001 >f81 : Symbol(f81, Decl(keyofAndIndexedAccess.ts, 256, 1)) 1018 let x1 = f81({ a: { x: "hello" } }); // string 1020 >f81 : Symbol(f81, Decl(keyofAndIndexedAccess.ts, 256, 1)) 1024 let x2 = f81({ a: { x: 42 } }); // number 1026 >f81 : Symbol(f81, Decl(keyofAndIndexedAccess.ts, 256, 1))
|
D | mappedTypeRelationships.types | 631 function f81<T, K extends keyof T>(t: T, k: K): Partial<T[K]> { 632 >f81 : <T, K extends keyof T>(t: T, k: K) => Partial<T[K]>
|
D | mappedTypeRelationships.symbols | 765 function f81<T, K extends keyof T>(t: T, k: K): Partial<T[K]> { 766 >f81 : Symbol(f81, Decl(mappedTypeRelationships.ts, 172, 1))
|
D | mappedTypeRelationships.errors.txt | 382 function f81<T, K extends keyof T>(t: T, k: K): Partial<T[K]> {
|
/third_party/typescript/tests/cases/conformance/types/keyof/ |
D | keyofAndIndexedAccess.ts | 262 function f81<T extends { a: { x: any } }>(obj: T) { function 267 let x1 = f81({ a: { x: "hello" } }); // string 268 let x2 = f81({ a: { x: 42 } }); // number
|
/third_party/typescript/tests/cases/conformance/types/mapped/ |
D | mappedTypeRelationships.ts | 178 function f81<T, K extends keyof T>(t: T, k: K): Partial<T[K]> { function
|
/third_party/openssl/crypto/bn/asm/ |
D | ia64.S | 676 { .mfi; xma.hu f81=f32,f124,f0 } 707 { .mfi; xma.hu f82=f33,f124,f81 } 708 { .mfi; xma.lu f81=f33,f124,f81 };; 823 { .mfi; getf.sig r25=f81
|
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/ |
D | es2gears-a320.log | 3883 11843cf4: 0000: 0000057f 00002f81 3895 !+ 00002f81 CP_SCRATCH_REG7: 12161
|