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