Home
last modified time | relevance | path

Searched defs:rpcType (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DClientRunners.cs127 readonly RpcType rpcType; field in Grpc.IntegrationTesting.ClientRunnerImpl
137 …public ClientRunnerImpl(List<Channel> channels, ClientType clientType, RpcType rpcType, int outsta… in ClientRunnerImpl()
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/qps/
DClientConfiguration.java62 RpcType rpcType = RpcType.UNARY; field in ClientConfiguration