Lines Matching refs:IntModuleIncludingDoubleAndFloat
39 builder.intModule(new IntModuleIncludingDoubleAndFloat(1)) in interfaceBuilder()
63 builder.intModule(new IntModuleIncludingDoubleAndFloat(1)) in abstractClassBuilder()
87 builder.setM2(new IntModuleIncludingDoubleAndFloat(1)) in interfaceGenericBuilder()
111 builder.setM2(new IntModuleIncludingDoubleAndFloat(1)) in abstractClassGenericBuilder()
133 builder1.setM2(new IntModuleIncludingDoubleAndFloat(1)) in subcomponents_interface()
155 builder2.setM2(new IntModuleIncludingDoubleAndFloat(10)) in subcomponents_abstractclass()
173 middle1.grandchildBuilder().set(new IntModuleIncludingDoubleAndFloat(21)).build(); in grandchildren()
175 middle1.grandchildBuilder().set(new IntModuleIncludingDoubleAndFloat(22)).build(); in grandchildren()
186 middle2.grandchildBuilder().set(new IntModuleIncludingDoubleAndFloat(23)).build(); in grandchildren()
188 middle2.grandchildBuilder().set(new IntModuleIncludingDoubleAndFloat(24)).build(); in grandchildren()
204 middle.grandchildBuilder().set(new IntModuleIncludingDoubleAndFloat(21)).build(); in diamondGrandchildren()
206 other.grandchildBuilder().set(new IntModuleIncludingDoubleAndFloat(22)).build(); in diamondGrandchildren()
221 Grandchild child = builder.set(new IntModuleIncludingDoubleAndFloat(21)).build(); in genericSubcomponentMethod()
241 .set(new IntModuleIncludingDoubleAndFloat(12)) in requireSubcomponentBuilderProviders()
261 .set(new IntModuleIncludingDoubleAndFloat(12)) in requireSubcomponentBuilders()