Searched defs:RpcController (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dservice.cc42 RpcController::~RpcController() {}
H A Dservice.h64 // 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 { class in namespace:google::protobuf
204 inline RpcController() {} function in class:google::protobuf::RpcController
205 virtual ~RpcController();
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DRpcController.java34 * <p>An {@code RpcController} mediates a single method call. The primary
44 * <p>The methods provided by the {@code RpcController} interface are intended
51 public interface RpcController { interface
57 * Resets the RpcController to its initial state so that it may be reused in
81 * canceled, the "done" callback will still be called and the RpcController
/external/protobuf/python/google/protobuf/
H A Dservice.py89 RpcController.
118 class RpcController(object): class in inherits:object
120 """An RpcController mediates a single method call.
124 errors. The methods provided by the RpcController interface are intended
133 """Resets the RpcController to its initial state.
135 After the RpcController has been reset, it may be reused in
160 canceled, the "done" callback will still be called and the RpcController
212 RpcController controller = rpcImpl.Controller()

Completed in 178 milliseconds