Searched refs:createMultiMap (Results 1 – 20 of 20) sorted by relevance
| /third_party/typescript/src/services/ |
| D | codeFixProvider.ts | 3 const errorCodeToFixes = createMultiMap<CodeFixRegistration>();
|
| D | exportInfoMap.ts | 67 const exportInfo = createMultiMap<string, CachedSymbolExportInfo>();
|
| D | services.ts | 780 const result = createMultiMap<Declaration>();
|
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | cachingFileSystemInformation.ts | 26 const calledMap = createMultiMap<true>(); 36 const calledMap = createMultiMap<[U, V, W, X]>();
|
| /third_party/typescript/src/harness/ |
| D | virtualFileSystemWithWatch.ts | 342 readonly watchedFiles = createMultiMap<Path, TestFileWatcher>(); 343 readonly fsWatches = createMultiMap<Path, TestFsWatcher>(); 344 readonly fsWatchesRecursive = createMultiMap<Path, TestFsWatcher>();
|
| D | fourslashImpl.ts | 2529 const result = ts.createMultiMap<Range>();
|
| /third_party/typescript/src/compiler/ |
| D | core.ts | 1388 const result = createMultiMap<K, V | U>(); 1461 export function createMultiMap<K, V>(): MultiMap<K, V>; function 1462 export function createMultiMap<V>(): MultiMap<string, V>; 1463 export function createMultiMap<K, V>(): MultiMap<K, V> { 1504 return createMultiMap() as UnderscoreEscapedMultiMap<T>;
|
| D | resolutionCache.ts | 163 …const nonRelativeExternalModuleResolutions = createMultiMap<ResolutionWithFailedLookupLocations>(); 167 const resolvedFileToResolution = createMultiMap<ResolutionWithFailedLookupLocations>();
|
| D | sys.ts | 332 const fileWatcherCallbacks = createMultiMap<FileWatcherCallback>(); 538 …const callbackCache = createMultiMap<Path, { dirName: string; callback: DirectoryWatcherCallback; …
|
| D | program.ts | 1038 let fileReasons = createMultiMap<Path, FileIncludeReason>(); 1127 let redirectTargetsMap = createMultiMap<Path, string>();
|
| D | emitter.ts | 863 redirectTargetsMap: createMultiMap(),
|
| D | utilities.ts | 6587 …(symlinkedDirectoriesByRealpath ||= createMultiMap()).add(ensureTrailingDirectorySeparator(real.re…
|
| /third_party/typescript/src/compiler/transformers/ |
| D | utilities.ts | 70 const exportSpecifiers = createMultiMap<ExportSpecifier>();
|
| /third_party/typescript/src/services/codefixes/ |
| D | importFixes.ts | 596 (importMap ||= createMultiMap()).add(getSymbolId(moduleSymbol), i.parent); 602 (importMap ||= createMultiMap()).add(getSymbolId(moduleSymbol), i); 961 const originalSymbolToExportInfos = createMultiMap<SymbolExportInfo>();
|
| D | convertToEsModule.ts | 515 const map = createMultiMap<Identifier>();
|
| D | convertToAsyncFunction.ts | 204 const collidingSymbolMap = createMultiMap<Symbol>();
|
| D | inferFromUsage.ts | 914 const props = createMultiMap<Type>();
|
| /third_party/typescript/src/server/ |
| D | editorServices.ts | 848 this.realpathToScriptInfos = createMultiMap(); 2624 projects = createMultiMap();
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 1392 var result = createMultiMap(); 1447 function createMultiMap() { function 1453 ts.createMultiMap = createMultiMap; 1474 return createMultiMap(); 6361 var fileWatcherCallbacks = ts.createMultiMap(); 6510 var callbackCache = ts.createMultiMap(); 20687 …mlinkedDirectoriesByRealpath || (symlinkedDirectoriesByRealpath = ts.createMultiMap())).add(ts.ens… 94841 var exportSpecifiers = ts.createMultiMap(); 115486 redirectTargetsMap: ts.createMultiMap(), 121517 var fileReasons = ts.createMultiMap(); [all …]
|
| D | tsc.js | 1209 var result = createMultiMap(); 1259 function createMultiMap() { function 1265 ts.createMultiMap = createMultiMap; 1286 return createMultiMap(); 3882 var fileWatcherCallbacks = ts.createMultiMap(); 4011 var callbackCache = ts.createMultiMap(); 16451 …mlinkedDirectoriesByRealpath || (symlinkedDirectoriesByRealpath = ts.createMultiMap())).add(ts.ens… 80264 var exportSpecifiers = ts.createMultiMap(); 95342 redirectTargetsMap: ts.createMultiMap(), 100810 var fileReasons = ts.createMultiMap(); [all …]
|