Home
last modified time | relevance | path

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

/third_party/typescript/lib/
Dtypescript.d.ts2377 getIndexInfoOfType(type: Type, kind: IndexKind): IndexInfo | undefined; method
DtypescriptServices.d.ts2377 getIndexInfoOfType(type: Type, kind: IndexKind): IndexInfo | undefined; method
Dtsserverlibrary.d.ts2377 getIndexInfoOfType(type: Type, kind: IndexKind): IndexInfo | undefined; method
DtypingsInstaller.js50865getIndexInfoOfType: function (type, kind) { return getIndexInfoOfType(type, kind === 0 /* IndexKin… method
62338 function getIndexInfoOfType(type, keyType) { function
Dtsc.js41857getIndexInfoOfType: function (type, kind) { return getIndexInfoOfType(type, kind === 0 ? stringTyp… method
51867 function getIndexInfoOfType(type, keyType) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2377 getIndexInfoOfType(type: Type, kind: IndexKind): IndexInfo | undefined; method
Dtsserverlibrary.d.ts2377 getIndexInfoOfType(type: Type, kind: IndexKind): IndexInfo | undefined; method
/third_party/typescript/src/compiler/
Dchecker.ts13032 function getIndexInfoOfType(type: Type, keyType: Type): IndexInfo | undefined { function