Searched refs:GraphDiffT (Results 1 – 1 of 1) sorted by relevance
61 using GraphDiffT = GraphDiff<NodePtr, IsPostDom>; member86 BatchUpdateInfo(GraphDiffT &PreViewCFG, GraphDiffT *PostViewCFG = nullptr)93 GraphDiffT &PreViewCFG;94 GraphDiffT *PostViewCFG;1131 static void ApplyUpdates(DomTreeT &DT, GraphDiffT &PreViewCFG, in ApplyUpdates()1132 GraphDiffT *PostViewCFG) { in ApplyUpdates()