Home
last modified time | relevance | path

Searched defs:ServerConfig (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/ruby/qps/src/proto/grpc/testing/
Dcontrol_pb.rb176ServerConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.ServerConfig… constant
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DServerConfig.php14 class ServerConfig extends \Google\Protobuf\Internal\Message class
/third_party/grpc/src/python/grpcio_tests/tests_aio/benchmark/
Dworker_servicer.py68 def _create_server(config: control_pb2.ServerConfig) -> Tuple[aio.Server, int]:
/third_party/grpc/src/proto/grpc/testing/
Dcontrol.proto140 message ServerConfig { message
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DControl.cs2765 public sealed partial class ServerConfig : pb::IMessage<ServerConfig> class
2786 public ServerConfig() { in ServerConfig() method in Grpc.Testing.ServerConfig
2793 public ServerConfig(ServerConfig other) : this() { in ServerConfig() method in Grpc.Testing.ServerConfig
4429 public global::Grpc.Testing.ServerConfig ServerConfig { property in Grpc.Testing.Scenario