Home
last modified time | relevance | path

Searched refs:RpcChannel (Results 1 – 11 of 11) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dservice.h119 class RpcChannel; variable
270 class PROTOBUF_EXPORT RpcChannel {
272 inline RpcChannel() {} in RpcChannel() function
273 virtual ~RpcChannel();
285 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(RpcChannel);
Dservice.cc41 RpcChannel::~RpcChannel() {} in ~RpcChannel()
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dservice_reflection_test.py46 class MockRpcChannel(service.RpcChannel):
103 class MockRpcChannel(service.RpcChannel):
/third_party/protobuf/python/google/protobuf/internal/
Dservice_reflection_test.py51 class MockRpcChannel(service.RpcChannel):
112 class MockRpcChannel(service.RpcChannel):
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DRpcChannel.java53 public interface RpcChannel { interface
/third_party/protobuf/python/google/protobuf/
Dservice.py203 class RpcChannel(object): class
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DServiceTest.java117 RpcChannel mockChannel = control.createMock(RpcChannel.class); in testStub()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DServiceTest.java119 RpcChannel mockChannel = control.createMock(RpcChannel.class); in testStub()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc1188 class MockRpcChannel : public RpcChannel {
/third_party/protobuf/
DMakefile.am374 java/core/src/main/java/com/google/protobuf/RpcChannel.java \
DCHANGES.txt2453 * Fixed doc comments for RpcController and RpcChannel, which had somehow been