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 *;1150 BatchUpdateInfo BUI(*PostViewCFG, PostViewCFG); in ApplyUpdates()1159 BatchUpdateInfo BUI(PreViewCFG, PostViewCFG); in ApplyUpdates()1181 static void ApplyNextUpdate(DomTreeT &DT, BatchUpdateInfo &BUI) { in ApplyNextUpdate()1554 typename SemiNCAInfo<DomTreeT>::BatchUpdateInfo BUI(PreViewCFG); in CalculateWithUpdates()