Searched refs:BatchUpdateInfo (Results 1 – 1 of 1) sorted by relevance
80 struct BatchUpdateInfo { struct82 BatchUpdateInfo(GraphDiffT &PreViewCFG, GraphDiffT *PostViewCFG = nullptr)94 BatchUpdateInfo *BatchUpdates;95 using BatchUpdatePtr = BatchUpdateInfo *;1164 BatchUpdateInfo BUI(*PostViewCFG, PostViewCFG); in ApplyUpdates()1173 BatchUpdateInfo BUI(PreViewCFG, PostViewCFG); in ApplyUpdates()1195 static void ApplyNextUpdate(DomTreeT &DT, BatchUpdateInfo &BUI) { in ApplyNextUpdate()1568 typename SemiNCAInfo<DomTreeT>::BatchUpdateInfo BUI(PreViewCFG); in CalculateWithUpdates()