Home
last modified time | relevance | path

Searched defs:RpcChannel (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dservice.h119 class RpcChannel; variable
272 inline RpcChannel() {} in RpcChannel() function
/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