Home
last modified time | relevance | path

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

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