Lines Matching refs:Service
117 class Service;
130 // interface can be used to call the methods of the Service without knowing
132 class PROTOBUF_EXPORT Service {
134 inline Service() {}
135 virtual ~Service();
157 // used by this Service. For stubs, the "correct type" depends on the
158 // RpcChannel which the stub is using. Server-side Service
193 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Service);
263 // communication line to a Service which can be used to call that Service's
264 // methods. The Service may be running on another machine. Normally, you
265 // should not call an RpcChannel directly, but instead construct a stub Service
276 // procedure looks the same as Service::CallMethod(), but the requirements