Searched refs:PathMap (Results 1 – 1 of 1) sorted by relevance
39 typedef hash_map<int, FilePath> PathMap; typedef114 PathMap cache; // Cache mappings from path key to path value.115 PathMap overrides; // Track path overrides.143 PathMap::const_iterator it = path_data->cache.find(key); in LockedGetFromCache()155 PathMap::const_iterator it = path_data->overrides.find(key); in LockedGetFromOverrides()