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