Searched refs:subgraphs (Results 1 – 5 of 5) sorted by relevance
42 graphsToTry.addAll(graph.subgraphs().values()); in forKey()
83 abstract ImmutableMap<ExecutableElement, BindingGraph> subgraphs(); in subgraphs() method in BindingGraph105 return node.subgraphs().values();
184 for (BindingGraph subgraph : subject.subgraphs().values()) { in validateSubgraph()194 BindingGraph subgraph = subject.subgraphs().get(factoryMethod); in validateSubcomponentFactoryMethod()
669 for (Map.Entry<ExecutableElement, BindingGraph> subgraphEntry : graph.subgraphs().entrySet()) { in addSubcomponents()
1584 subgraphs = {}1586 subgraphs[key] = []1606 subgraphs[common].append((edge, 'pkgref', head, tail))1625 for g, edges in subgraphs.items():