Home
last modified time | relevance | path

Searched refs:m_effect_accounting_map (Results 1 – 2 of 2) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/universe/
H A DUniverse.cpp158 m_effect_accounting_map.clear(); in Clear()
631 m_effect_accounting_map.clear(); in InitMeterEstimatesAndDiscrepancies()
633 m_effect_accounting_map.reserve(m_objects.size()); in InitMeterEstimatesAndDiscrepancies()
655 TraceLogger(effects) << "Initial accounting map size: " << m_effect_accounting_map.size() in InitMeterEstimatesAndDiscrepancies()
659 for (auto& entry : m_effect_accounting_map) { in InitMeterEstimatesAndDiscrepancies()
725 m_effect_accounting_map[obj_id].clear(); in UpdateMeterEstimates()
772 m_effect_accounting_map[cur_id].clear(); in UpdateMeterEstimates()
788 m_effect_accounting_map[object_id].clear(); in UpdateMeterEstimates()
823 auto& account_map = m_effect_accounting_map[obj->ID()]; in UpdateMeterEstimatesImpl()
862 …auto& account_map = m_effect_accounting_map[obj->ID()]; // reserving space now should be redundant… in UpdateMeterEstimatesImpl()
[all …]
H A DUniverse.h186 const Effect::AccountingMap& GetEffectAccountingMap() const {return m_effect_accounting_map;} in GetEffectAccountingMap()
518 …Effect::AccountingMap m_effect_accounting_map; ///< map from target object id… variable