Searched refs:COLOR_CODE_COUNT (Results 1 – 3 of 3) sorted by relevance
114 COLOR_CODE_COUNT enumerator117 … static constexpr const string_view COLOR_CODES[static_cast<int>(ColorCode::COLOR_CODE_COUNT)] = {140 CORE_ASSERT(code >= 0 && code < static_cast<int>(ColorCode::COLOR_CODE_COUNT)); in GetColorString()146 if (colorCode < ColorCode::BLACK || colorCode >= ColorCode::COLOR_CODE_COUNT) { in SetColor()
143 COLOR_CODE_COUNT enumerator146 … static constexpr const string_view COLOR_CODES[static_cast<int>(ColorCode::COLOR_CODE_COUNT)] = {169 CORE_ASSERT(code >= 0 && code < static_cast<int>(ColorCode::COLOR_CODE_COUNT)); in GetColorString()175 if (colorCode < ColorCode::BLACK || colorCode >= ColorCode::COLOR_CODE_COUNT) { in SetColor()
93 constexpr int COLOR_CODE_COUNT = 17; in getColorString() local94 constexpr const char* COLOR_CODES[COLOR_CODE_COUNT] = in getColorString()104 LUME_ASSERT(colorCode >= 0 && colorCode < COLOR_CODE_COUNT); in getColorString()