Home
last modified time | relevance | path

Searched defs:getIndexTypeOfType (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/lib/
DtypescriptServices.d.ts2395 getIndexTypeOfType(type: Type, kind: IndexKind): Type | undefined; method
Dtypescript.d.ts2395 getIndexTypeOfType(type: Type, kind: IndexKind): Type | undefined; method
Dtsserverlibrary.d.ts2395 getIndexTypeOfType(type: Type, kind: IndexKind): Type | undefined; method
Dtsc.js42025getIndexTypeOfType: function (type, kind) { return getIndexTypeOfType(type, kind === 0 ? stringTyp… method
52049 function getIndexTypeOfType(type, keyType) { function
DtypingsInstaller.js51043getIndexTypeOfType: function (type, kind) { return getIndexTypeOfType(type, kind === 0 /* IndexKin… method
62538 function getIndexTypeOfType(type, keyType) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2395 getIndexTypeOfType(type: Type, kind: IndexKind): Type | undefined; method
Dtsserverlibrary.d.ts2395 getIndexTypeOfType(type: Type, kind: IndexKind): Type | undefined; method
/third_party/typescript/src/compiler/
Dchecker.ts13079 function getIndexTypeOfType(type: Type, keyType: Type): Type | undefined { function