Searched refs:combined_allocation_map (Results 1 – 1 of 1) sorted by relevance
535 combined_allocation_map; in CombineTempAllocations() local551 auto combined_it = combined_allocation_map.find(color); in CombineTempAllocations()552 if (combined_it == combined_allocation_map.end()) { in CombineTempAllocations()557 combined_allocation_map.emplace(color, temp_allocation); in CombineTempAllocations()590 for (auto& combined : combined_allocation_map) { in CombineTempAllocations()