Searched defs:string_cache (Results 1 – 3 of 3) sorted by relevance
14 string_cache: &'p mut QueryKeyStringCache, field244 let mut string_cache = QueryKeyStringCache::new(); in alloc_self_profile_query_strings() localVariable
537 string_cache: RwLock<FxHashMap<String, StringId>>, field639 let string_cache = self.string_cache.read(); in get_or_alloc_cached_string() localVariable646 let mut string_cache = self.string_cache.write(); in get_or_alloc_cached_string() localVariable
428 string_cache: FxHashMap<String, measureme::StringId>, field