Searched refs:RpcController (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/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/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 DBlockingRpcChannel.java48 RpcController controller,
H A DRpcChannel.java42 * RpcController controller = rpcImpl.newController();
67 RpcController controller,
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
H A DBlockingService.java52 RpcController controller,
H A DService.java68 * {@code RpcController} the server-side RPC implementation uses.
85 RpcController controller,
/external/chromium_org/third_party/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()
/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()
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DServiceTest.java61 private RpcController mockController;
72 mockController = control.createMock(RpcController.class);
172 RpcController controller = control.createMock(RpcController.class);
201 RpcController controller = control.createMock(RpcController.class);
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dservice_reflection_test.py53 class MockRpcController(service.RpcController):
/external/protobuf/python/google/protobuf/internal/
H A Dservice_reflection_test.py53 class MockRpcController(service.RpcController):
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc1017 void Foo(RpcController* controller,
1030 void Bar(RpcController* controller,
1047 RpcController* controller_;
1073 RpcController* controller,
1090 RpcController* controller_;
1097 class MockController : public RpcController {
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc893 void Foo(RpcController* controller,
906 void Bar(RpcController* controller,
923 RpcController* controller_;
949 RpcController* controller,
966 RpcController* controller_;
973 class MockController : public RpcController {
/external/protobuf/
H A DMakefile.am91 java/src/main/java/com/google/protobuf/RpcController.java \
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 328 milliseconds