/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/ |
D | subtypingWithGenericCallSignaturesWithOptionalParameters.ts | 59 interface I12<T> extends Base<T> { interface 147 interface I12<T> extends Base2 { interface 235 interface I12 extends Base2 { interface
|
D | subtypingWithGenericConstructSignaturesWithOptionalParameters.ts | 59 interface I12<T> extends Base<T> { interface 147 interface I12<T> extends Base2 { interface 235 interface I12 extends Base2 { interface
|
D | subtypingWithCallSignaturesWithOptionalParameters.ts | 58 interface I12 extends Base { interface
|
D | subtypingWithConstructSignaturesWithOptionalParameters.ts | 58 interface I12 extends Base { interface
|
D | subtypesOfAny.ts | 69 interface I12 { interface
|
D | enumIsNotASubtypeOfAnythingButNumber.ts | 70 interface I12 { interface
|
D | unionSubtypeIfEveryConstituentTypeIsSubtype.ts | 82 interface I12 { interface
|
/third_party/typescript/tests/baselines/reference/ |
D | subtypingWithGenericCallSignaturesWithOptionalParameters.js | 60 interface I12<T> extends Base<T> { 148 interface I12<T> extends Base2 { 236 interface I12 extends Base2 {
|
D | subtypingWithGenericConstructSignaturesWithOptionalParameters.js | 60 interface I12<T> extends Base<T> { 148 interface I12<T> extends Base2 { 236 interface I12 extends Base2 {
|
D | subtypesOfAny.symbols | 139 interface I12 { 140 >I12 : Symbol(I12, Decl(subtypesOfAny.ts, 65, 1)) 146 >foo : Symbol(I12.foo, Decl(subtypesOfAny.ts, 69, 21))
|
D | subtypingWithConstructSignaturesWithOptionalParameters.symbols | 128 interface I12 extends Base { 129 >I12 : Symbol(I12, Decl(subtypingWithConstructSignaturesWithOptionalParameters.ts, 55, 1)) 133 >a4 : Symbol(I12.a4, Decl(subtypingWithConstructSignaturesWithOptionalParameters.ts, 57, 28))
|
D | subtypingWithCallSignaturesWithOptionalParameters.symbols | 128 interface I12 extends Base { 129 >I12 : Symbol(I12, Decl(subtypingWithCallSignaturesWithOptionalParameters.ts, 55, 1)) 133 >a4 : Symbol(I12.a4, Decl(subtypingWithCallSignaturesWithOptionalParameters.ts, 57, 28))
|
D | anyAssignableToEveryType2.symbols | 139 interface I12 { 140 >I12 : Symbol(I12, Decl(anyAssignableToEveryType2.ts, 65, 1)) 147 >foo : Symbol(I12.foo, Decl(anyAssignableToEveryType2.ts, 69, 31))
|
D | unionSubtypeIfEveryConstituentTypeIsSubtype.symbols | 190 interface I12 { 191 >I12 : Symbol(I12, Decl(unionSubtypeIfEveryConstituentTypeIsSubtype.ts, 78, 1)) 198 >foo : Symbol(I12.foo, Decl(unionSubtypeIfEveryConstituentTypeIsSubtype.ts, 82, 31)) 201 >foo2 : Symbol(I12.foo2, Decl(unionSubtypeIfEveryConstituentTypeIsSubtype.ts, 83, 25))
|
D | interfaceExtendsObjectIntersectionErrors.symbols | 123 interface I12 extends TNX { a: number } 124 >I12 : Symbol(I12, Decl(interfaceExtendsObjectIntersectionErrors.ts, 30, 39)) 126 >a : Symbol(I12.a, Decl(interfaceExtendsObjectIntersectionErrors.ts, 31, 27))
|
D | enumIsNotASubtypeOfAnythingButNumber.symbols | 154 interface I12 { 155 >I12 : Symbol(I12, Decl(enumIsNotASubtypeOfAnythingButNumber.ts, 66, 1)) 162 >foo : Symbol(I12.foo, Decl(enumIsNotASubtypeOfAnythingButNumber.ts, 70, 31))
|
D | subtypingWithGenericCallSignaturesWithOptionalParameters.symbols | 184 interface I12<T> extends Base<T> { 185 >I12 : Symbol(I12, Decl(subtypingWithGenericCallSignaturesWithOptionalParameters.ts, 56, 5)) 191 >a4 : Symbol(I12.a4, Decl(subtypingWithGenericCallSignaturesWithOptionalParameters.ts, 58, 38)) 457 interface I12<T> extends Base2 { 458 >I12 : Symbol(I12, Decl(subtypingWithGenericCallSignaturesWithOptionalParameters.ts, 144, 5)) 463 >a4 : Symbol(I12.a4, Decl(subtypingWithGenericCallSignaturesWithOptionalParameters.ts, 146, 36)) 723 interface I12 extends Base2 { 724 >I12 : Symbol(I12, Decl(subtypingWithGenericCallSignaturesWithOptionalParameters.ts, 232, 5)) 728 >a4 : Symbol(I12.a4, Decl(subtypingWithGenericCallSignaturesWithOptionalParameters.ts, 234, 33))
|
D | subtypingWithGenericConstructSignaturesWithOptionalParameters.symbols | 184 interface I12<T> extends Base<T> { 185 >I12 : Symbol(I12, Decl(subtypingWithGenericConstructSignaturesWithOptionalParameters.ts, 56, 5)) 191 >a4 : Symbol(I12.a4, Decl(subtypingWithGenericConstructSignaturesWithOptionalParameters.ts, 58, 38)) 457 interface I12<T> extends Base2 { 458 >I12 : Symbol(I12, Decl(subtypingWithGenericConstructSignaturesWithOptionalParameters.ts, 144, 5)) 463 >a4 : Symbol(I12.a4, Decl(subtypingWithGenericConstructSignaturesWithOptionalParameters.ts, 146, 36… 723 interface I12 extends Base2 { 724 >I12 : Symbol(I12, Decl(subtypingWithGenericConstructSignaturesWithOptionalParameters.ts, 232, 5)) 728 >a4 : Symbol(I12.a4, Decl(subtypingWithGenericConstructSignaturesWithOptionalParameters.ts, 234, 33…
|
D | interfaceExtendsObjectIntersection.symbols | 160 interface I12 extends T12 { x: string } 161 >I12 : Symbol(I12, Decl(interfaceExtendsObjectIntersection.ts, 38, 39)) 163 >x : Symbol(I12.x, Decl(interfaceExtendsObjectIntersection.ts, 39, 27))
|
D | subtypingWithCallSignaturesWithRestParameters.symbols | 258 interface I12 extends Base { 259 >I12 : Symbol(I12, Decl(subtypingWithCallSignaturesWithRestParameters.ts, 107, 1)) 263 >a4 : Symbol(I12.a4, Decl(subtypingWithCallSignaturesWithRestParameters.ts, 109, 28))
|
D | subtypingWithConstructSignaturesWithOptionalParameters.js | 59 interface I12 extends Base {
|
D | subtypingWithCallSignaturesWithOptionalParameters.js | 59 interface I12 extends Base {
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | mips_macro.h | 162 I8, I9, I10, I11, I12, I13) \ argument 186 "usw %[" #IO6 "], " XSTR(I13) "*" #I12 "(%[" #I8 "]) \n\t"
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/ |
D | anyAssignableToEveryType2.ts | 69 interface I12 { interface
|
/third_party/typescript/tests/cases/conformance/interfaces/interfaceDeclarations/ |
D | interfaceExtendsObjectIntersectionErrors.ts | 34 interface I12 extends TNX { a: number } interface
|