Searched refs:GraphDiffT (Results 1 – 1 of 1) sorted by relevance
62 using GraphDiffT = GraphDiff<NodePtr, IsPostDom>; member83 BatchUpdateInfo(GraphDiffT &PreViewCFG, GraphDiffT *PostViewCFG = nullptr)90 GraphDiffT &PreViewCFG;91 GraphDiffT *PostViewCFG;1150 static void ApplyUpdates(DomTreeT &DT, GraphDiffT &PreViewCFG, in ApplyUpdates()1151 GraphDiffT *PostViewCFG) { in ApplyUpdates()