Searched refs:GrandchildComponent (Results 1 – 4 of 4) sorted by relevance
127 GrandchildComponent.Builder newGrandchildComponentBuilder(); in newGrandchildComponentBuilder()159 interface GrandchildComponent { interface in SubcomponentsWithBoundExecutor165 GrandchildComponent build(); in build()
23 import dagger.functional.producers.subcomponent.SubcomponentsWithBoundExecutor.GrandchildComponent;71 GrandchildComponent grandchild = child.newGrandchildComponentBuilder().build(); in topLevelComponent_grandchild()97 GrandchildComponent grandchild = child.newGrandchildComponentBuilder().build(); in topLevelProductionComponent_grandchild()
24 interface GrandchildComponent { interface
31 GrandchildComponent newGrandchildComponent(); in newGrandchildComponent()