Searched refs:entryPointEdges (Results 1 – 3 of 3) sorted by relevance
206 public ImmutableSet<DependencyEdge> entryPointEdges(ComponentPath component) { in entryPointEdges() method in BindingGraph218 public ImmutableSet<DependencyEdge> entryPointEdges() { in entryPointEdges() method in BindingGraph239 return intersection(entryPointEdges(), subgraphDependingOnBinding.edges()).immutableCopy(); in entryPointEdgesDependingOnBinding()
205 public ImmutableSet<DependencyEdge> entryPointEdges(ComponentPath component) { in entryPointEdges() method in BindingGraph217 public ImmutableSet<DependencyEdge> entryPointEdges() { in entryPointEdges() method in BindingGraph238 return intersection(entryPointEdges(), subgraphDependingOnBinding.edges()).immutableCopy(); in entryPointEdgesDependingOnBinding()
207 public ImmutableSet<DependencyEdge> entryPointEdges(ComponentPath component) { in entryPointEdges() method in BindingGraph219 public ImmutableSet<DependencyEdge> entryPointEdges() { in entryPointEdges() method in BindingGraph240 return intersection(entryPointEdges(), subgraphDependingOnBinding.edges()).immutableCopy(); in entryPointEdgesDependingOnBinding()