Searched refs:LIGHT_COLORS (Results 1 – 3 of 3) sorted by relevance
149 static const std::unordered_map<std::string, size_t> LIGHT_COLORS; variable
137 const std::unordered_map<std::string, LightColor> LIGHT_COLORS = {{"red", LightColor::RED}, variable339 const auto it = LIGHT_COLORS.find(results[i].str()); in getColorIndexArray()340 if (it != LIGHT_COLORS.end()) { in getColorIndexArray()
113 const std::unordered_map<std::string, LightColor> LIGHT_COLORS = {{"red", LightColor::RED}, variable