Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dsimple_pul.cpp1695 while (thisIte != thisEnd && otherIte != otherEnd) in mergeUpdates()
1697 if (thisIte->first == otherIte->first) in mergeUpdates()
1785 ++otherIte; in mergeUpdates()
1787 else if (thisIte->first < otherIte->first) in mergeUpdates()
1794 otherp->theCollectionPuls[otherIte->second] = NULL; in mergeUpdates()
1800 ++otherIte; in mergeUpdates()
1804 while (otherIte != otherEnd) in mergeUpdates()
1806 CollectionPul* otherPul = otherp->theCollectionPuls[otherIte->second]; in mergeUpdates()
1807 otherp->theCollectionPuls[otherIte->second] = NULL; in mergeUpdates()
1810 theCollectionPulsMap[otherIte->first] = theCollectionPuls.size() - 1; in mergeUpdates()
[all …]