Home
last modified time | relevance | path

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

/dports/games/py-fife/fifengine-0.4.2/engine/core/model/structures/
H A Dcellcache.cpp444 m_costsToCells.clear(); in reset()
720 if (!m_costsToCells.empty()) { in removeCell()
996 m_costsToCells.erase(costId); in unregisterCost()
1027 m_costsToCells.clear(); in unregisterAllCosts()
1051 StringCellIterator it = m_costsToCells.begin(); in removeCellFromCost()
1052 for (; it != m_costsToCells.end();) { in removeCellFromCost()
1054 m_costsToCells.erase(it++); in removeCellFromCost()
1062 StringCellPair result = m_costsToCells.equal_range(costId); in removeCellFromCost()
1066 m_costsToCells.erase(it); in removeCellFromCost()
1091 StringCellIterator it = m_costsToCells.begin(); in getCellCosts()
[all …]
H A Dcellcache.h678 StringCellMultimap m_costsToCells; variable