Home
last modified time | relevance | path

Searched refs:unscopedServiceModuleName (Results 1 – 2 of 2) sorted by relevance

/external/dagger2/java/dagger/grpc/server/processor/
DUnscopedGrpcServiceModuleGenerator.java50 grpcServiceModel.unscopedServiceModuleName.nestedClass( in createType()
53 classBuilder(grpcServiceModel.unscopedServiceModuleName) in createType()
DGrpcServiceModel.java60 final ClassName unscopedServiceModuleName; field in GrpcServiceModel
73 this.unscopedServiceModuleName = peerClassWithSuffix("UnscopedGrpcServiceModule"); in GrpcServiceModel()