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

  /external/protobuf/src/google/protobuf/
service.cc 41 RpcChannel::~RpcChannel() {}
service.h 48 // A stub is just a type-safe wrapper around an RpcChannel which emulates a
75 // To call a remote MyServiceImpl, first you need an RpcChannel connected to it.
113 class RpcChannel;
132 // parameter to the constructor to tell it to delete its RpcChannel when
155 // RpcChannel which the stub is using. Server-side Service
261 // Abstract interface for an RPC channel. An RpcChannel represents a
264 // should not call an RpcChannel directly, but instead construct a stub Service
266 // RpcChannel* channel = new MyRpcChannel("remotehost.example.com:1234");
269 class LIBPROTOBUF_EXPORT RpcChannel {
271 inline RpcChannel() {}
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
RpcChannel.java 34 * <p>Abstract interface for an RPC channel. An {@code RpcChannel} represents a
37 * machine. Normally, you should not call an {@code RpcChannel} directly, but
41 * RpcChannel channel = rpcImpl.newChannel("remotehost.example.com:1234");
55 public interface RpcChannel {
  /external/protobuf/python/google/protobuf/
service.py 82 RpcChannel which the stub is using.
111 This method isn't really needed, as the RpcChannel's CallMethod constructs
201 class RpcChannel(object):
205 An RpcChannel represents a communication line to a service which can be used
207 machine. Normally, you should not use an RpcChannel directly, but instead
211 RpcChannel channel = rpcImpl.Channel("remotehost.example.com:1234")
  /external/protobuf/python/google/protobuf/internal/
service_reflection_test.py 51 class MockRpcChannel(service.RpcChannel):
108 class MockRpcChannel(service.RpcChannel):
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
ServiceTest.java 118 RpcChannel mockChannel = control.createMock(RpcChannel.class);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]
  /external/protobuf/
Makefile.am 244 java/core/src/main/java/com/google/protobuf/RpcChannel.java \
    [all...]

Completed in 103 milliseconds