Searched refs:rawInfos (Results 1 – 1 of 1) sorted by relevance
298 std::unordered_map<int32_t, RawLightInfo> rawInfos; in dump() local373 std::unordered_map<int32_t, RawLightInfo> rawInfos; in configureLights() local379 rawInfos.insert_or_assign(rawId, rawInfo.value()); in configureLights()428 rawInfos.erase(rawId); in configureLights()441 rawInfos.erase(rawRgbIds.at(LightColor::RED)); in configureLights()442 rawInfos.erase(rawRgbIds.at(LightColor::GREEN)); in configureLights()443 rawInfos.erase(rawRgbIds.at(LightColor::BLUE)); in configureLights()445 rawInfos.erase(rawGlobalId.value()); in configureLights()450 for (const auto& [rawId, rawInfo] : rawInfos) { in configureLights()