Lines Matching defs:RpcController
64 // void Foo(google::protobuf::RpcController* controller,
111 class RpcController;
155 // implementations are expected to accept whatever type of RpcController
164 // RpcController can be queried to determine if an error occurred and
167 RpcController* controller,
194 // An RpcController mediates a single method call. The primary purpose of
198 // The methods provided by the RpcController interface are intended to be a
202 class LIBPROTOBUF_EXPORT RpcController {
204 inline RpcController() {}
205 virtual ~RpcController();
211 // Resets the RpcController to its initial state so that it may be reused in
227 // canceled, the "done" callback will still be called and the RpcController
257 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(RpcController);
279 RpcController* controller,