Home
last modified time | relevance | path

Searched refs:getRpcType (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/driver/
DLoadClient.java181 if (config.getRpcType() == Control.RpcType.UNARY) { in start()
185 if (config.getRpcType() == Control.RpcType.UNARY) { in start()
187 } else if (config.getRpcType() == Control.RpcType.STREAMING) { in start()
195 if (config.getRpcType() == Control.RpcType.UNARY) { in start()
199 if (config.getRpcType() == Control.RpcType.UNARY) { in start()
201 } else if (config.getRpcType() == Control.RpcType.STREAMING) { in start()
215 throw new IllegalStateException(config.getRpcType().name() in start()
/external/grpc-grpc/src/php/tests/qps/
Dclient.php124 if ($config->getRpcType() == Grpc\Testing\RpcType::UNARY) {
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DClientConfig.php268 public function getRpcType() function in Grpc\\Testing\\ClientConfig
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java3694 io.grpc.benchmarks.proto.Control.RpcType getRpcType(); in getRpcType() method
4187 public io.grpc.benchmarks.proto.Control.RpcType getRpcType() { in getRpcType() method in Control.ClientConfig
5488 public io.grpc.benchmarks.proto.Control.RpcType getRpcType() { in getRpcType() method in Control.ClientConfig.Builder