Home
last modified time | relevance | path

Searched refs:IoGrpc (Results 1 – 5 of 5) sorted by relevance

/external/dagger2/java/dagger/grpc/server/processor/
DGrpcServiceModuleGenerator.java42 ClassName.get(List.class), subtypeOf(IoGrpc.SERVER_INTERCEPTOR));
78 .returns(IoGrpc.SERVER_SERVICE_DEFINITION) in provideServiceDefinition()
85 "$T serviceDefinition = implementation.bindService()", IoGrpc.SERVER_SERVICE_DEFINITION) in provideServiceDefinition()
87 "return $T.intercept(serviceDefinition, interceptors)", IoGrpc.SERVER_INTERCEPTORS) in provideServiceDefinition()
DProxyModuleGenerator.java85 .returns(IoGrpc.SERVER_SERVICE_DEFINITION) in provideServiceDefinitionContribution()
93 IoGrpc.SERVER_SERVICE_DEFINITION, in provideServiceDefinitionContribution()
139 && ((ParameterizedTypeName) typeName).rawType.equals(IoGrpc.METHOD_DESCRIPTOR); in findMethodDescriptors()
171 .returns(IoGrpc.SERVER_SERVICE_DEFINITION) in anonymousServiceDefinitionFactory()
172 .addParameter(IoGrpc.METADATA, "headers") in anonymousServiceDefinitionFactory()
DSourceGenerator.java85 protected static final class IoGrpc { class in SourceGenerator
86 private IoGrpc() {} in IoGrpc() method in SourceGenerator.IoGrpc
DGrpcServiceModel.java31 import dagger.grpc.server.processor.SourceGenerator.IoGrpc;
177 return elements.getTypeElement(IoGrpc.BINDABLE_SERVICE.toString()).asType();
DServiceDefinitionTypeGenerator.java62 .returns(IoGrpc.SERVER_SERVICE_DEFINITION) in createType()