Searched refs:rawInfos (Results 1 – 1 of 1) sorted by relevance
336 std::unordered_map<int32_t, RawLightInfo> rawInfos; in dump() local413 std::unordered_map<int32_t, RawLightInfo> rawInfos; in configureLights() local419 rawInfos.insert_or_assign(rawId, rawInfo.value()); in configureLights()476 rawInfos.erase(rawId); in configureLights()502 rawInfos.erase(rawRgbIds.at(LightColor::RED)); in configureLights()503 rawInfos.erase(rawRgbIds.at(LightColor::GREEN)); in configureLights()504 rawInfos.erase(rawRgbIds.at(LightColor::BLUE)); in configureLights()506 rawInfos.erase(rawGlobalId.value()); in configureLights()511 for (const auto& [rawId, rawInfo] : rawInfos) { in configureLights()