Searched refs:props_map (Results 1 – 2 of 2) sorted by relevance
56 std::map<std::string, std::string, std::less<>>* props_map) { in ParsePropertyFile() argument66 props_map->emplace(key, value); in ParsePropertyFile()200 bool TargetFile::GetBuildProps(std::map<std::string, std::string, std::less<>>* props_map) const { in GetBuildProps()201 props_map->clear(); in GetBuildProps()228 if (auto it = props_map->find(key); it != props_map->end() && it->second != value) { in GetBuildProps()232 props_map->emplace(key, value); in GetBuildProps()
50 bool GetBuildProps(std::map<std::string, std::string, std::less<>>* props_map) const;