Home | History | Annotate | Download | only in tests

Lines Matching defs:Service

78   class Service : public ::grpc::Service {
80 Service();
81 virtual ~Service();
88 void BaseClassMustBeDerivedFromService(const Service *service) {}
91 ::grpc::Service::MarkMethodAsync(0);
102 ::grpc::Service::RequestAsyncUnary(0, context, request, response, new_call_cq, notification_cq, tag);
108 void BaseClassMustBeDerivedFromService(const Service *service) {}
111 ::grpc::Service::MarkMethodAsync(1);
122 ::grpc::Service::RequestAsyncServerStreaming(1, context, request, writer, new_call_cq, notification_cq, tag);
125 typedef WithAsyncMethod_Store< WithAsyncMethod_Retrieve< Service > > AsyncService;
129 void BaseClassMustBeDerivedFromService(const Service *service) {}
132 ::grpc::Service::MarkMethodGeneric(0);
146 void BaseClassMustBeDerivedFromService(const Service *service) {}
149 ::grpc::Service::MarkMethodGeneric(1);
163 void BaseClassMustBeDerivedFromService(const Service *service) {}
166 ::grpc::Service::MarkMethodStreamed(0,
180 typedef WithStreamedUnaryMethod_Store< Service > StreamedUnaryService;
184 void BaseClassMustBeDerivedFromService(const Service *service) {}
187 ::grpc::Service::MarkMethodStreamed(1,
201 typedef WithSplitStreamingMethod_Retrieve< Service > SplitStreamedService;
202 typedef WithStreamedUnaryMethod_Store< WithSplitStreamingMethod_Retrieve< Service > > StreamedService;