Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dsimple_pul.cpp367 NodeUpdates* updates = 0; in addInsertChildren()
409 NodeUpdates* updates = 0; in addInsertAttributes()
444 NodeUpdates* updates = 0; in addReplaceNode()
807 NodeUpdates* updates = 0; in addRevalidate()
1159 NodeUpdates* updates = 0; in addJSONObjectInsert()
1236 NodeUpdates* updates = 0; in addJSONObjectDelete()
1296 NodeUpdates* updates = 0; in addJSONObjectReplaceValue()
1361 NodeUpdates* updates = 0; in addJSONObjectRename()
1424 NodeUpdates* updates = 0; in addJSONArrayInsert()
1490 NodeUpdates* updates = 0; in addJSONArrayAppend()
[all …]
H A Dsimple_pul.h51 typedef std::vector<UpdatePrimitive*> NodeUpdates; typedef
87 typedef HashMap<store::Item*, NodeUpdates*, CompareFunction> Map;
109 bool get(store::Item* key, NodeUpdates*& value) { return theMap.get(key, value); } in get()
111 bool insert(store::Item* key, NodeUpdates* value) { return theMap.insert(key, value); } in insert()