Searched refs:childComponentBuilder (Results 1 – 3 of 3) sorted by relevance
54 SubcomponentWithRepeatedModule.Builder childComponentBuilder = in repeatedModuleBuilderThrowsInSubcomponent() local57 childComponentBuilder.repeatedModule(new RepeatedModule()); in repeatedModuleBuilderThrowsInSubcomponent()
27 ChildComponent.Builder childComponentBuilder(); in childComponentBuilder() method
33 ChildComponent child = parent.childComponentBuilder().build(); in childComponent()