• Home
  • Raw
  • Download

Lines Matching refs:Service

209   class Service : public ::grpc::Service {
211 Service();
212 virtual ~Service();
232 void BaseClassMustBeDerivedFromService(const Service *service) {}
235 ::grpc::Service::MarkMethodAsync(0);
246 …::grpc::Service::RequestAsyncUnary(0, context, request, response, new_call_cq, notification_cq, ta…
252 void BaseClassMustBeDerivedFromService(const Service *service) {}
255 ::grpc::Service::MarkMethodAsync(1);
266 …::grpc::Service::RequestAsyncClientStreaming(1, context, reader, new_call_cq, notification_cq, tag…
272 void BaseClassMustBeDerivedFromService(const Service *service) {}
275 ::grpc::Service::MarkMethodAsync(2);
286 …::grpc::Service::RequestAsyncServerStreaming(2, context, request, writer, new_call_cq, notificatio…
292 void BaseClassMustBeDerivedFromService(const Service *service) {}
295 ::grpc::Service::MarkMethodAsync(3);
306 … ::grpc::Service::RequestAsyncBidiStreaming(3, context, stream, new_call_cq, notification_cq, tag);
309 …thAsyncMethod_MethodA2<WithAsyncMethod_MethodA3<WithAsyncMethod_MethodA4<Service > > > > AsyncServ…
313 void BaseClassMustBeDerivedFromService(const Service *service) {}
316 ::grpc::Service::MarkMethodGeneric(0);
330 void BaseClassMustBeDerivedFromService(const Service *service) {}
333 ::grpc::Service::MarkMethodGeneric(1);
347 void BaseClassMustBeDerivedFromService(const Service *service) {}
350 ::grpc::Service::MarkMethodGeneric(2);
364 void BaseClassMustBeDerivedFromService(const Service *service) {}
367 ::grpc::Service::MarkMethodGeneric(3);
381 void BaseClassMustBeDerivedFromService(const Service *service) {}
384 ::grpc::Service::MarkMethodRaw(0);
395 …::grpc::Service::RequestAsyncUnary(0, context, request, response, new_call_cq, notification_cq, ta…
401 void BaseClassMustBeDerivedFromService(const Service *service) {}
404 ::grpc::Service::MarkMethodRaw(1);
415 …::grpc::Service::RequestAsyncClientStreaming(1, context, reader, new_call_cq, notification_cq, tag…
421 void BaseClassMustBeDerivedFromService(const Service *service) {}
424 ::grpc::Service::MarkMethodRaw(2);
435 …::grpc::Service::RequestAsyncServerStreaming(2, context, request, writer, new_call_cq, notificatio…
441 void BaseClassMustBeDerivedFromService(const Service *service) {}
444 ::grpc::Service::MarkMethodRaw(3);
455 … ::grpc::Service::RequestAsyncBidiStreaming(3, context, stream, new_call_cq, notification_cq, tag);
461 void BaseClassMustBeDerivedFromService(const Service *service) {}
464 ::grpc::Service::MarkMethodStreamed(0,
478 typedef WithStreamedUnaryMethod_MethodA1<Service > StreamedUnaryService;
482 void BaseClassMustBeDerivedFromService(const Service *service) {}
485 ::grpc::Service::MarkMethodStreamed(2,
499 typedef WithSplitStreamingMethod_MethodA3<Service > SplitStreamedService;
500 …typedef WithStreamedUnaryMethod_MethodA1<WithSplitStreamingMethod_MethodA3<Service > > StreamedSer…
564 class Service : public ::grpc::Service {
566 Service();
567 virtual ~Service();
575 void BaseClassMustBeDerivedFromService(const Service *service) {}
578 ::grpc::Service::MarkMethodAsync(0);
589 …::grpc::Service::RequestAsyncUnary(0, context, request, response, new_call_cq, notification_cq, ta…
592 typedef WithAsyncMethod_MethodB1<Service > AsyncService;
596 void BaseClassMustBeDerivedFromService(const Service *service) {}
599 ::grpc::Service::MarkMethodGeneric(0);
613 void BaseClassMustBeDerivedFromService(const Service *service) {}
616 ::grpc::Service::MarkMethodRaw(0);
627 …::grpc::Service::RequestAsyncUnary(0, context, request, response, new_call_cq, notification_cq, ta…
633 void BaseClassMustBeDerivedFromService(const Service *service) {}
636 ::grpc::Service::MarkMethodStreamed(0,
650 typedef WithStreamedUnaryMethod_MethodB1<Service > StreamedUnaryService;
651 typedef Service SplitStreamedService;
652 typedef WithStreamedUnaryMethod_MethodB1<Service > StreamedService;