Home
last modified time | relevance | path

Searched defs:namesByPath (Results 1 – 1 of 1) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/writing/
DComponentNames.java61 private final ImmutableMap<ComponentPath, String> namesByPath; field in ComponentNames
105 ImmutableMap<ComponentPath, String> namesByPath, BindingGraph graph) { in creatorNamesByPath()
128 private static ImmutableMap<ComponentPath, String> namesByPath(BindingGraph graph) { in namesByPath() method in ComponentNames