Searched refs:unexpanded_nodes (Results 1 – 2 of 2) sorted by relevance
3590 Node_RCSet unexpanded_nodes; in allgather_recursive_constraints() local3593 unexpanded_nodes.insert(i.first); in allgather_recursive_constraints()3597 bool unexpanded_set_nonempty = !unexpanded_nodes.empty(); in allgather_recursive_constraints()3620 for (const auto & i : unexpanded_nodes) in allgather_recursive_constraints()3638 unexpanded_nodes.clear(); in allgather_recursive_constraints()3758 & unexpanded_nodes] in allgather_recursive_constraints()3799 unexpanded_nodes.insert(constrained_node); in allgather_recursive_constraints()3842 unexpanded_set_nonempty = !unexpanded_nodes.empty(); in allgather_recursive_constraints()
2254 final Set<TreeNode> unexpanded_nodes = getUnExpandedNodes(ex_items); in showTreeView()2264 treePendingExpansions.addAll( unexpanded_nodes ); in showTreeView()2270 expand_item.setEnabled( unexpanded_nodes.size() > 0 ); in showTreeView()