Searched refs:PayloadConfig (Results 1 – 13 of 13) sorted by relevance
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | Payloads.cs | 42 …::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.PayloadConfig), global::Grpc.Testing.PayloadCon… in PayloadsReflection() 605 public sealed partial class PayloadConfig : pb::IMessage<PayloadConfig> class 610 …static readonly pb::MessageParser<PayloadConfig> _parser = new pb::MessageParser<PayloadConfig>(()… 613 public static pb::MessageParser<PayloadConfig> Parser { get { return _parser; } } 626 public PayloadConfig() { in PayloadConfig() method in Grpc.Testing.PayloadConfig 633 public PayloadConfig(PayloadConfig other) : this() { in PayloadConfig() method in Grpc.Testing.PayloadConfig 650 public PayloadConfig Clone() { in Clone() 651 return new PayloadConfig(this); in Clone() 709 return Equals(other as PayloadConfig); in Equals() 713 public bool Equals(PayloadConfig other) { in Equals() [all …]
|
D | RunnerClientServerTest.cs | 65 PayloadConfig = new PayloadConfig in ClientServerRunner()
|
D | ClientRunners.cs | 82 config.PayloadConfig, in CreateStarted() 128 readonly PayloadConfig payloadConfig; 137 …pcType rpcType, int outstandingRpcsPerChannel, LoadParams loadParams, PayloadConfig payloadConfig,… in ClientRunnerImpl() 309 if (payloadConfig.PayloadCase == PayloadConfig.PayloadOneofCase.BytebufParams) in RunClientAsync()
|
D | ServerRunners.cs | 67 GrpcPreconditions.CheckArgument(config.PayloadConfig == null, in CreateStarted() 73 … var genericService = new GenericServiceImpl(config.PayloadConfig.BytebufParams.RespSize); in CreateStarted()
|
D | Control.cs | 1439 private global::Grpc.Testing.PayloadConfig payloadConfig_; 1441 public global::Grpc.Testing.PayloadConfig PayloadConfig { property in Grpc.Testing.ClientConfig 1599 if (!object.Equals(PayloadConfig, other.PayloadConfig)) return false; in Equals() 1624 if (payloadConfig_ != null) hash ^= PayloadConfig.GetHashCode(); in GetHashCode() 1682 output.WriteMessage(PayloadConfig); in WriteTo() 1758 output.WriteMessage(PayloadConfig); in IBufferMessage.InternalWriteTo() 1826 size += 1 + pb::CodedOutputStream.ComputeMessageSize(PayloadConfig); in CalculateSize() 1895 PayloadConfig = new global::Grpc.Testing.PayloadConfig(); in MergeFrom() 1897 PayloadConfig.MergeFrom(other.PayloadConfig); in MergeFrom() 1982 PayloadConfig = new global::Grpc.Testing.PayloadConfig(); in MergeFrom() [all …]
|
/third_party/grpc/src/ruby/qps/src/proto/grpc/testing/ |
D | payloads_pb.rb | 33 …PayloadConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.PayloadConf… constant
|
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | PayloadConfig.php | 14 class PayloadConfig extends \Google\Protobuf\Internal\Message class
|
D | ServerConfig.php | 271 GPBUtil::checkMessage($var, \Grpc\Testing\PayloadConfig::class);
|
D | ClientConfig.php | 383 GPBUtil::checkMessage($var, \Grpc\Testing\PayloadConfig::class);
|
/third_party/grpc/src/proto/grpc/testing/ |
D | payloads.proto | 34 message PayloadConfig { message
|
D | control.proto | 96 PayloadConfig payload_config = 11; 153 PayloadConfig payload_config = 9;
|
/third_party/grpc/test/cpp/qps/ |
D | client.h | 57 ClientRequestCreator(RequestType* /*req*/, const PayloadConfig&) { in ClientRequestCreator() argument 69 const PayloadConfig& payload_config) { in ClientRequestCreator() 95 ClientRequestCreator(ByteBuffer* req, const PayloadConfig& payload_config) { in ClientRequestCreator()
|
D | server_async.cc | 74 std::function<grpc::Status(const PayloadConfig&, RequestType*, in AsyncQpsServerTest() argument 544 static Status ProcessSimpleRPC(const PayloadConfig&, SimpleRequest* request, in ProcessSimpleRPC() argument 558 static Status ProcessGenericRPC(const PayloadConfig& payload_config, in ProcessGenericRPC()
|