Lines Matching refs:Service
143 class Service : public ::grpc::Service {
145 Service();
146 virtual ~Service();
155 void BaseClassMustBeDerivedFromService(const Service *service) {}
158 ::grpc::Service::MarkMethodAsync(0);
169 ::grpc::Service::RequestAsyncUnary(0, context, request, response, new_call_cq, notification_cq, tag);
175 void BaseClassMustBeDerivedFromService(const Service *service) {}
178 ::grpc::Service::MarkMethodAsync(1);
189 ::grpc::Service::RequestAsyncServerStreaming(1, context, request, writer, new_call_cq, notification_cq, tag);
195 void BaseClassMustBeDerivedFromService(const Service *service) {}
198 ::grpc::Service::MarkMethodAsync(2);
209 ::grpc::Service::RequestAsyncClientStreaming(2, context, reader, new_call_cq, notification_cq, tag);
215 void BaseClassMustBeDerivedFromService(const Service *service) {}
218 ::grpc::Service::MarkMethodAsync(3);
229 ::grpc::Service::RequestAsyncBidiStreaming(3, context, stream, new_call_cq, notification_cq, tag);
232 typedef WithAsyncMethod_Store< WithAsyncMethod_Retrieve< WithAsyncMethod_GetMaxHitPoint< WithAsyncMethod_GetMinMaxHitPoints< Service > > > > AsyncService;
236 void BaseClassMustBeDerivedFromService(const Service *service) {}
239 ::grpc::Service::MarkMethodGeneric(0);
253 void BaseClassMustBeDerivedFromService(const Service *service) {}
256 ::grpc::Service::MarkMethodGeneric(1);
270 void BaseClassMustBeDerivedFromService(const Service *service) {}
273 ::grpc::Service::MarkMethodGeneric(2);
287 void BaseClassMustBeDerivedFromService(const Service *service) {}
290 ::grpc::Service::MarkMethodGeneric(3);
304 void BaseClassMustBeDerivedFromService(const Service *service) {}
307 ::grpc::Service::MarkMethodStreamed(0,
321 typedef WithStreamedUnaryMethod_Store< Service > StreamedUnaryService;
325 void BaseClassMustBeDerivedFromService(const Service *service) {}
328 ::grpc::Service::MarkMethodStreamed(1,
342 typedef WithSplitStreamingMethod_Retrieve< Service > SplitStreamedService;
343 typedef WithStreamedUnaryMethod_Store< WithSplitStreamingMethod_Retrieve< Service > > StreamedService;