Searched refs:directories_map (Results 1 – 1 of 1) sorted by relevance
311 std::unordered_map<std::string, size_t> directories_map; in WriteDebugSections() local372 auto it = directories_map.find(package_name); in WriteDebugSections()373 if (it == directories_map.end()) { in WriteDebugSections()375 directories_map.emplace(package_name, directory_index); in WriteDebugSections()