Home
last modified time | relevance | path

Searched refs:protocolLocationFromSubstring (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DgetExportReferences.ts69 symbolStartOffset: protocolLocationFromSubstring(modTs.content, "value").offset,
94 symbolStartOffset: protocolLocationFromSubstring(modTs.content, "valueA").offset,
125 symbolStartOffset: protocolLocationFromSubstring(modTs.content, "valueC").offset,
150 symbolStartOffset: protocolLocationFromSubstring(modTs.content, "renamedD").offset,
187 symbolStartOffset: protocolLocationFromSubstring(modTs.content, "valueF").offset,
DdeclarationFileMaps.ts405 symbolStartOffset: protocolLocationFromSubstring(userTs.content, "fnA()").offset,
419 symbolStartOffset: protocolLocationFromSubstring(aTs.content, "fnA").offset,
549 symbolStartOffset: protocolLocationFromSubstring(userTs.content, "fnB()").offset,
DsymLinks.ts52 …ponse>(session, protocol.CommandTypes.Rename, { file: aFc, ...protocolLocationFromSubstring(cFile.…
DprojectReferences.ts62 … const myConstStart = protocolLocationFromSubstring(containerCompositeExec[1].content, "myConst");
85 …const locationOfMyConst = protocolLocationFromSubstring(containerCompositeExec[1].content, "myCons…
217 … symbolStartOffset: protocolLocationFromSubstring(keyboardTs.content, searchStr).offset,
Dhelpers.ts628 …export function protocolLocationFromSubstring(str: string, substring: string, options?: SpanFromSu… function
721 … return { file: file.path, ...protocolLocationFromSubstring(file.content, substring, options) };
/third_party/typescript/src/testRunner/unittests/tsserver/events/
DprojectLoading.ts139 ...protocolLocationFromSubstring(bTs.content, "A()")