Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dservice.h113 class RpcChannel; variable
269 class LIBPROTOBUF_EXPORT RpcChannel {
271 inline RpcChannel() {} in RpcChannel() function
272 virtual ~RpcChannel();
286 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(RpcChannel);
Dservice.cc41 RpcChannel::~RpcChannel() {} in ~RpcChannel()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DRpcChannel.java55 public interface RpcChannel { interface
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dservice_reflection_test.py51 class MockRpcChannel(service.RpcChannel):
108 class MockRpcChannel(service.RpcChannel):
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Dservice.py201 class RpcChannel(object): class
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DServiceTest.java119 RpcChannel mockChannel = control.createMock(RpcChannel.class); in testStub()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DServiceTest.java118 RpcChannel mockChannel = control.createMock(RpcChannel.class); in testStub()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1178 class MockRpcChannel : public RpcChannel {
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DMakefile.am248 java/core/src/main/java/com/google/protobuf/RpcChannel.java \
DCHANGES.txt1302 * Fixed doc comments for RpcController and RpcChannel, which had somehow been