HomeSort by relevance Sort by last modified time
    Searched refs:RpcController (Results 1 - 12 of 12) sorted by null

  /external/protobuf/src/google/protobuf/
service.cc 42 RpcController::~RpcController() {}
service.h 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();
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
BlockingRpcChannel.java 48 RpcController controller,
RpcChannel.java 42 * RpcController controller = rpcImpl.newController();
67 RpcController controller,
RpcController.java 34 * <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 {
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
BlockingService.java 52 RpcController controller,
Service.java 68 * {@code RpcController} the server-side RPC implementation uses.
85 RpcController controller,
  /external/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 61 private RpcController mockController;
72 mockController = control.createMock(RpcController.class);
172 RpcController controller = control.createMock(RpcController.class);
201 RpcController controller = control.createMock(RpcController.class);
  /external/protobuf/python/google/protobuf/
service.py 89 RpcController.
118 class RpcController(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()
  /external/protobuf/python/google/protobuf/internal/
service_reflection_test.py 53 class MockRpcController(service.RpcController):
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]
  /external/protobuf/
Makefile.am 91 java/src/main/java/com/google/protobuf/RpcController.java \

Completed in 486 milliseconds