Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dsimple_pul.cpp213 theCollectionPulsMap[NULL] = theCollectionPuls.size() - 1; in getCollectionPul()
231 CollectionPulMap::iterator ite = theCollectionPulsMap.find(collName); in getCollectionPulByName()
235 if (ite != theCollectionPulsMap.end()) in getCollectionPulByName()
248 theCollectionPulsMap[collName] = theCollectionPuls.size() - 1; in getCollectionPulByName()
1690 CollectionPulMap::iterator thisIte = theCollectionPulsMap.begin(); in mergeUpdates()
1691 CollectionPulMap::iterator thisEnd = theCollectionPulsMap.end(); in mergeUpdates()
1692 CollectionPulMap::iterator otherIte = otherp->theCollectionPulsMap.begin(); in mergeUpdates()
1693 CollectionPulMap::iterator otherEnd = otherp->theCollectionPulsMap.end(); in mergeUpdates()
1797 theCollectionPulsMap[otherIte->first] = theCollectionPuls.size() - 1; in mergeUpdates()
1810 theCollectionPulsMap[otherIte->first] = theCollectionPuls.size() - 1; in mergeUpdates()
H A Dsimple_pul.h318 CollectionPulMap theCollectionPulsMap; variable