Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dservice.h118 class RpcController; variable
206 inline RpcController() {} in RpcController() function
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DRpcController.java49 public interface RpcController { interface
/external/protobuf/python/google/protobuf/
Dservice.py118 class RpcController(object): class