Searched refs:graphsToTry (Results 1 – 1 of 1) sorted by relevance
35 Deque<BindingGraph> graphsToTry = new ArrayDeque<>(); in forKey() local37 graphsToTry.add(topLevelGraph); in forKey()39 BindingGraph graph = graphsToTry.removeLast(); in forKey()42 graphsToTry.addAll(graph.subgraphs().values()); in forKey()47 } while (!graphsToTry.isEmpty()); in forKey()