Searched refs:protocolLocationFromSubstring (Results 1 – 6 of 6) sorted by relevance
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | getExportReferences.ts | 69 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,
|
D | declarationFileMaps.ts | 405 symbolStartOffset: protocolLocationFromSubstring(userTs.content, "fnA()").offset, 419 symbolStartOffset: protocolLocationFromSubstring(aTs.content, "fnA").offset, 549 symbolStartOffset: protocolLocationFromSubstring(userTs.content, "fnB()").offset,
|
D | symLinks.ts | 52 …ponse>(session, protocol.CommandTypes.Rename, { file: aFc, ...protocolLocationFromSubstring(cFile.…
|
D | projectReferences.ts | 62 … const myConstStart = protocolLocationFromSubstring(containerCompositeExec[1].content, "myConst"); 85 …const locationOfMyConst = protocolLocationFromSubstring(containerCompositeExec[1].content, "myCons… 217 … symbolStartOffset: protocolLocationFromSubstring(keyboardTs.content, searchStr).offset,
|
D | helpers.ts | 628 …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/ |
D | projectLoading.ts | 139 ...protocolLocationFromSubstring(bTs.content, "A()")
|