Searched defs:RpcChannel (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dservice.cc41 RpcChannel::~RpcChannel() {}
H A Dservice.h48 // 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.
112 class RpcChannel;
131 // parameter to the constructor to tell it to delete its RpcChannel when
154 // RpcChannel which the stub is using. Server-side Service
260 // Abstract interface for an RPC channel. An RpcChannel represents a
263 // should not call an RpcChannel directly, but instead construct a stub Service
265 // RpcChannel* channel = new MyRpcChannel("remotehost.example.com:1234");
268 class LIBPROTOBUF_EXPORT RpcChannel { class in namespace:google::protobuf
270 inline RpcChannel() {} function in class:google::protobuf::RpcChannel
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DRpcChannel.java34 * <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 { interface
/external/protobuf/src/google/protobuf/
H A Dservice.cc41 RpcChannel::~RpcChannel() {}
H A Dservice.h48 // 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.
112 class RpcChannel;
131 // parameter to the constructor to tell it to delete its RpcChannel when
154 // RpcChannel which the stub is using. Server-side Service
260 // Abstract interface for an RPC channel. An RpcChannel represents a
263 // should not call an RpcChannel directly, but instead construct a stub Service
265 // RpcChannel* channel = new MyRpcChannel("remotehost.example.com:1234");
268 class LIBPROTOBUF_EXPORT RpcChannel { class in namespace:google::protobuf
270 inline RpcChannel() {} function in class:google::protobuf::RpcChannel
[all...]
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dservice.py82 RpcChannel which the stub is using.
111 This method isn't really needed, as the RpcChannel's CallMethod constructs
201 class RpcChannel(object): class in inherits: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/
H A Dservice.py82 RpcChannel which the stub is using.
111 This method isn't really needed, as the RpcChannel's CallMethod constructs
201 class RpcChannel(object): class in inherits: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/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 276 milliseconds