Home
last modified time | relevance | path

Searched refs:server_targets (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DClientConfig.php21 private $server_targets; variable in Grpc\\Testing\\ClientConfig
120 return $this->server_targets;
133 $this->server_targets = $arr;
/external/grpc-grpc/src/ruby/qps/
Dproxy-worker.rb53 …ame(__FILE__)) + "/" + @php_client_bin + " " + @mytarget + " #{chan%@config.server_targets.length}"
57 …ame(__FILE__)) + "/" + @php_client_bin + " " + @mytarget + " #{chan%@config.server_targets.length}"
Dclient.rb81 st = config.server_targets
/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
Dworker_server.py113 server = config.server_targets[i % len(config.server_targets)]
/external/grpc-grpc/src/proto/grpc/testing/
Dcontrol.proto80 repeated string server_targets = 1; field
87 // i-th channel will connect to server_target[i % server_targets.size()]
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dcontrol.proto81 repeated string server_targets = 1; field
88 // i-th channel will connect to server_target[i % server_targets.size()]
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dcontrol.proto82 repeated string server_targets = 1; field
89 // i-th channel will connect to server_target[i % server_targets.size()]
/external/grpc-grpc/test/cpp/qps/
Dclient.h427 config.server_targets(i % config.server_targets_size()), config, in ClientImpl()