Lines Matching refs:ComponentPath
43 import dagger.model.ComponentPath;
110 abstract ComponentPath componentPath(); in componentPath()
113 ResolvedBindings resolvedBindings, ComponentPath componentPath) { in create()
124 private final Deque<ComponentPath> componentPaths = new ArrayDeque<>();
162 ComponentPath graphPath = in visitComponent()
163 ComponentPath.create( in visitComponent()
249 private ComponentPath componentPath() { in componentPath()
257 private ComponentPath pathFromRootToAncestor(TypeElement ancestor) { in pathFromRootToAncestor()
258 for (ComponentPath componentPath : componentPaths) { in pathFromRootToAncestor()
370 ComponentPath.create(ImmutableList.of(componentPath().rootComponent())), in missingBindingNode()
386 static MissingBinding create(ComponentPath component, Key key) { in create()