Searched defs:ChildrenGetter (Results 1 – 1 of 1) sorted by relevance
106 struct ChildrenGetter { struct107 using ResultTy = SmallVector<NodePtr, 8>;109 static ResultTy Get(NodePtr N, std::integral_constant<bool, false>) { in Get()114 static ResultTy Get(NodePtr N, std::integral_constant<bool, true>) { in Get()119 using Tag = std::integral_constant<bool, Inverse>;125 static ResultTy Get(NodePtr N, BatchUpdatePtr BUI) { in Get()