Searched defs:identifierCache (Results 1 – 4 of 4) sorted by relevance
98 const identifierCache = { constant
536 const identifierCache = new Map<string, string>([ constant565 const identifierCache = new Map<string, string>([ constant
779 const identifierCache = nameCache?.get(IDENTIFIER_CACHE); constant
293 auto identifierCache = JsonUtil::GetMapStringValue(fileCacheInfoObj, IDENTIFIER_CACHE); in ParseAppliedNameCache() local