• Home
  • Raw
  • Download

Lines Matching refs:Service

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