Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dsimple_pul.cpp144 cleanList(theICActivationList); in ~PULImpl()
1000 theICActivationList.push_back(upd); in addActivateIC()
1015 theICActivationList.push_back(upd); in addActivateForeignKeyIC()
1024 theICActivationList.push_back(upd); in addDeActivateIC()
1827 mergeSimpleUpdateLists(theICActivationList, otherp->theICActivationList); in mergeUpdates()
2620 applyList(theICActivationList); in applyUpdates()
2659 undoList(theICActivationList); in undoUpdates()
H A Dsimple_pul.h332 std::vector<UpdatePrimitive*> theICActivationList; variable