Home
last modified time | relevance | path

Searched defs:a14 (Results 1 – 25 of 37) sorted by relevance

12

/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/
DconstructSignatureAssignabilityInInheritance3.ts19 a14: { property
101 a14: { property
108 a14: new <T extends Base>(x: T) => number[]; property
DcallSignatureAssignabilityInInheritance5.ts24 a14: (x: { a: string; b: number }) => Object; property
47 a14: <T, U>(x: { a: T; b: U }) => T; // ok method
DconstructSignatureAssignabilityInInheritance5.ts24 a14: new (x: { a: string; b: number }) => Object; property
47 a14: new <T, U>(x: { a: T; b: U }) => T; // ok property
DconstructSignatureAssignabilityInInheritance2.ts23 a14: new (x: { a: string; b: number }) => Object; property
64 a14: new <T, U>(x: { a: T; b: U }) => T; // ok property
DcallSignatureAssignabilityInInheritance2.ts23 a14: (x: { a: string; b: number }) => Object; property
64 a14: <T, U>(x: { a: T; b: U }) => T; // ok method
DassignmentCompatWithConstructSignatures4.ts17 var a14: { variable
DassignmentCompatWithCallSignatures4.ts17 var a14: { variable
DassignmentCompatWithConstructSignatures3.ts21 var a14: new (x: { a: string; b: number }) => Object; variable
DassignmentCompatWithCallSignatures3.ts21 var a14: (x: { a: string; b: number }) => Object; variable
DcallSignatureAssignabilityInInheritance3.ts19 a14: { property
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
Dtransform_args.h111 a9, a10, a11, a12, a13, a14) \ argument
116 a9, a10, a11, a12, a13, a14, a15) \ argument
121 a9, a10, a11, a12, a13, a14, a15, a16) \ argument
126 a9, a10, a11, a12, a13, a14, a15, a16, \ argument
132 a9, a10, a11, a12, a13, a14, a15, a16, \ argument
138 a9, a10, a11, a12, a13, a14, a15, a16, \ argument
145 a9, a10, a11, a12, a13, a14, a15, a16, \ argument
152 a9, a10, a11, a12, a13, a14, a15, a16, \ argument
159 a9, a10, a11, a12, a13, a14, a15, a16, \ argument
166 a9, a10, a11, a12, a13, a14, a15, a16, \ argument
[all …]
/third_party/typescript/tests/baselines/reference/
DinvalidTaggedTemplateEscapeSequences(target=esnext).js25 const a14 = tag`${ 100 }\x00` // \x00 constant
50 const a14 = tag `${100}\x00`; // \x00 constant
DinvalidTaggedTemplateEscapeSequences(target=es5).js25 const a14 = tag`${ 100 }\x00` // \x00 constant
58 var a14 = tag(__makeTemplateObject(["", "\0"], ["", "\\x00"]), 100); // \x00 variable
DinvalidTaggedTemplateEscapeSequences(target=es2015).js25 const a14 = tag`${ 100 }\x00` // \x00 constant
54 const a14 = tag `${100}\x00`; // \x00 constant
DexcessivelyLargeTupleSpread.js39 const a14 = [...a13, ...a13] as const; // 2^14 > 10,000 variable
DassignmentCompatWithConstructSignatures3.js22 var a14: new (x: { a: string; b: number }) => Object; variable
158 var a14; variable
DassignmentCompatWithCallSignatures3.js22 var a14: (x: { a: string; b: number }) => Object; variable
158 var a14; variable
DstrictBindCallApply1.js58 let a14 = c.foo.apply(undefined, [10, "hello"]); // Error variable
DassignmentCompatWithCallSignatures4.js18 var a14: { variable
DassignmentCompatWithConstructSignatures4.js18 var a14: { variable
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DsubtypingWithConstructSignatures5.ts24 a14: new (x: { a: string; b: number }) => Object; property
47 a14: new <T, U>(x: { a: T; b: U }) => T; // ok property
/third_party/typescript/tests/cases/conformance/es2018/
DinvalidTaggedTemplateEscapeSequences.ts26 const a14 = tag`${ 100 }\x00` // \x00 constant
/third_party/typescript/tests/cases/compiler/
DexcessivelyLargeTupleSpread.ts38 const a14 = [...a13, ...a13] as const; // 2^14 > 10,000 constant
/third_party/typescript/tests/cases/conformance/functions/
DstrictBindCallApply1.ts59 let a14 = c.foo.apply(undefined, [10, "hello"]); // Error variable
/third_party/libwebsockets/win32port/zlib/
Dgzwrite.c353 a11, a12, a13, a14, a15, a16, a17, a18, a19, a20) in gzprintf() argument

12