Home
last modified time | relevance | path

Searched defs:I2 (Results 1 – 25 of 216) sorted by relevance

123456789

/third_party/typescript/tests/cases/compiler/
DinterfaceWithMultipleDeclarations.ts14 interface I2<T extends string> { interface
16 interface I2<T extends () => string> { // constraint mismatch interface
18 interface I2<T> { // constraint absent interface
20 interface I2<U> { // name mismatch interface
22 interface I2<X, Y> { // length mismatch interface
24 interface I2 { // length mismatch interface
DinterfaceDeclaration2.ts4 interface I2 { } interface
5 class I2 { } class
DinterfaceDeclaration3.ts6 interface I2 { item:number; } interface
28 export interface I2 { item:string; } interface
55 interface I2 extends I1 { item:string; } interface
DgenericSignatureInheritance.ts5 interface I2 extends I { } interface
DgenericSignatureInheritance2.ts5 interface I2 extends I { interface
DrecursiveBaseCheck5.ts2 interface I2<T> extends I1<T> { } interface
DcommentOnInterface1.ts12 interface I2 { interface
DobjectLiteralFunctionArgContextualTyping2.ts1 interface I2 { interface
DreExportGlobalDeclaration2.ts8 declare interface I2 { interface
/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/callSignatures/
DcallSignaturesThatDifferOnlyByReturnType3.ts12 interface I2<T> { interface
16 interface I2<T> { interface
DidenticalCallSignatures3.ts12 interface I2<T> { interface
16 interface I2<T> { interface
DidenticalCallSignatures2.ts10 interface I2<T> extends Base<string>, Base<number> { } interface
DidenticalCallSignatures.ts10 interface I2<T> { interface
/third_party/typescript/tests/baselines/reference/
DinterfaceDeclaration2.js6 class I2 { } class
18 function I2() { class in I2
DnumericIndexerTyping2.js6 class I2 extends I { class
38 function I2() { class in I2
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dmips_macro.h42 I0, I1, I2, I3, I4, I5, I6, I7, I8, I9) \ argument
53 I0, I1, I2, I3, I4, I5, I6, I7) \ argument
85 I0, I1, I2, I3) \ argument
98 I0, I1, I2, I3, I4, I5, I6, I7) \ argument
125 I0, I1, I2, I3) \ argument
142 I0, I1, I2, I3) \ argument
161 I0, I1, I2, I3, I4, I5, I6, I7, \ argument
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DsubtypingWithCallSignaturesWithSpecializedSignatures.ts25 interface I2 extends Base2 { interface
70 interface I2 extends Base2 { interface
DsubtypingWithConstructSignaturesWithSpecializedSignatures.ts25 interface I2 extends Base2 { interface
70 interface I2 extends Base2 { interface
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/
DcallSignatureAssignabilityInInheritance.ts22 interface I2 extends Base2 { interface
57 interface I2 extends Base2 { interface
DconstructSignatureAssignabilityInInheritance.ts23 interface I2 extends Base2 { interface
61 interface I2 extends Base2 { interface
DassignmentCompatWithGenericCallSignatures4.ts3 interface I2<T> { interface
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/type_relationships/type_inference/
Dtype_inference_1.ts30 interface I2 { interface
/third_party/typescript/tests/cases/conformance/es6/Symbols/
DsymbolProperty35.ts5 interface I2 { interface
/third_party/typescript/tests/cases/conformance/types/typeParameters/
DtypeParameterAsBaseType.ts8 interface I2<T, U> extends U { } interface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPSInt.h301 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue()
306 static int compareValues(const APSInt &I1, const APSInt &I2) { in compareValues()

123456789