Searched refs:rawInfos (Results 1 – 1 of 1) sorted by relevance
327 std::unordered_map<int32_t, RawLightInfo> rawInfos; in dump() local404 std::unordered_map<int32_t, RawLightInfo> rawInfos; in configureLights() local410 rawInfos.insert_or_assign(rawId, rawInfo.value()); in configureLights()466 rawInfos.erase(rawId); in configureLights()490 rawInfos.erase(rawRgbIds.at(LightColor::RED)); in configureLights()491 rawInfos.erase(rawRgbIds.at(LightColor::GREEN)); in configureLights()492 rawInfos.erase(rawRgbIds.at(LightColor::BLUE)); in configureLights()494 rawInfos.erase(rawGlobalId.value()); in configureLights()499 for (const auto& [rawId, rawInfo] : rawInfos) { in configureLights()