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;1151 static void ApplyUpdates(DomTreeT &DT, GraphDiffT &PreViewCFG, in ApplyUpdates()1152 GraphDiffT *PostViewCFG) { in ApplyUpdates()