Home
last modified time | relevance | path

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

/dports/games/py-fife/fifengine-0.4.2/engine/core/model/structures/
H A Dcellcache.h611 typedef StringCellMultimap::iterator StringCellIterator; typedef
612 typedef std::pair<StringCellIterator, StringCellIterator> StringCellPair;
H A Dcellcache.cpp1033 StringCellIterator it = result.first; in addCellToCost()
1063 StringCellIterator it = result.first; in removeCellFromCost()
1082 StringCellIterator it = result.first; in getCostCells()
1102 StringCellIterator it = result.first; in existsCostForCell()
1417 StringCellIterator it = m_cellAreas.begin(); in removeCellFromArea()
1429 StringCellIterator it = result.first; in removeCellFromArea()
1450 StringCellIterator it = m_cellAreas.find(id); in existsArea()
1460 StringCellIterator it = m_cellAreas.begin(); in getAreas()
1472 StringCellIterator it = m_cellAreas.begin(); in getCellAreas()
1484 StringCellIterator it = result.first; in getAreaCells()
[all …]