Searched refs:BatchUpdateInfo (Results 1 – 1 of 1) sorted by relevance
81 struct BatchUpdateInfo { struct83 BatchUpdateInfo(GraphDiffT &PreViewCFG, GraphDiffT *PostViewCFG = nullptr)95 BatchUpdateInfo *BatchUpdates;96 using BatchUpdatePtr = BatchUpdateInfo *;1168 BatchUpdateInfo BUI(*PostViewCFG, PostViewCFG); in ApplyUpdates()1177 BatchUpdateInfo BUI(PreViewCFG, PostViewCFG); in ApplyUpdates()1199 static void ApplyNextUpdate(DomTreeT &DT, BatchUpdateInfo &BUI) { in ApplyNextUpdate()1572 typename SemiNCAInfo<DomTreeT>::BatchUpdateInfo BUI(PreViewCFG); in CalculateWithUpdates()