Home | History | Annotate | Download | only in protobuf

Lines Matching refs:method

141   // Call a method of the service specified by MethodDescriptor.  This is
146 // * method->service() == GetDescriptor()
148 // returned by GetRequestPrototype(method) and
149 // GetResponsePrototype(method).
159 // * "done" will be called when the method is complete. This may be
166 virtual void CallMethod(const MethodDescriptor* method,
179 // const MethodDescriptor* method =
181 // Message* request = stub->GetRequestPrototype (method)->New();
182 // Message* response = stub->GetResponsePrototype(method)->New();
184 // service->CallMethod(method, *request, response, callback);
186 const MethodDescriptor* method) const = 0;
188 const MethodDescriptor* method) const = 0;
194 // An RpcController mediates a single method call. The primary purpose of
273 // Call the given method of the remote service. The signature of this
277 // method->input_type() and method->output_type().
278 virtual void CallMethod(const MethodDescriptor* method,