HomeSort by relevance Sort by last modified time
    Searched refs:PayloadConfig (Results 1 - 13 of 13) sorted by null

  /external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
payloads_pb.rb 17 add_message "grpc.testing.PayloadConfig" do
31 PayloadConfig = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.PayloadConfig").msgclass
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
RunnerClientServerTest.cs 65 PayloadConfig = new PayloadConfig
Payloads.cs 42 new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.PayloadConfig), global::Grpc.Testing.PayloadConfig.Parser, new[]{ "BytebufParams", "SimpleParams", "ComplexParams" }, new[]{ "Payload" }, null, null)
468 public sealed partial class PayloadConfig : pb::IMessage<PayloadConfig> {
469 private static readonly pb::MessageParser<PayloadConfig> _parser = new pb::MessageParser<PayloadConfig>(() => new PayloadConfig());
472 public static pb::MessageParser<PayloadConfig> Parser { get { return _parser; } }
485 public PayloadConfig() {
492 public PayloadConfig(PayloadConfig other) : this()
    [all...]
ServerRunners.cs 67 GrpcPreconditions.CheckArgument(config.PayloadConfig == null,
68 "ServerConfig.PayloadConfig shouldn't be set for BenchmarkService based server.");
73 var genericService = new GenericServiceImpl(config.PayloadConfig.BytebufParams.RespSize);
ClientRunners.cs 82 config.PayloadConfig,
128 readonly PayloadConfig payloadConfig;
137 public ClientRunnerImpl(List<Channel> channels, ClientType clientType, RpcType rpcType, int outstandingRpcsPerChannel, LoadParams loadParams, PayloadConfig payloadConfig, HistogramParams histogramParams, Func<BasicProfiler> profilerFactory)
144 this.payloadConfig = payloadConfig;
145 this.cachedByteBufferRequest = new Lazy<byte[]>(() => new byte[payloadConfig.BytebufParams.ReqSize]);
309 if (payloadConfig.PayloadCase == PayloadConfig.PayloadOneofCase.BytebufParams
    [all...]
Control.cs 112 new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.ClientConfig), global::Grpc.Testing.ClientConfig.Parser, new[]{ "ServerTargets", "ClientType", "SecurityParams", "OutstandingRpcsPerChannel", "ClientChannels", "AsyncClientThreads", "RpcType", "LoadParams", "PayloadConfig", "HistogramParams", "CoreList", "CoreLimit", "OtherClientApi", "ChannelArgs", "ThreadsPerCq", "MessagesPerStream", "UseCoalesceApi" }, null, null, null),
116 new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.ServerConfig), global::Grpc.Testing.ServerConfig.Parser, new[]{ "ServerType", "SecurityParams", "Port", "AsyncServerThreads", "CoreLimit", "PayloadConfig", "CoreList", "OtherServerApi", "ThreadsPerCq", "ResourceQuotaSize", "ChannelArgs" }, null, null, null),
    [all...]
  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
PayloadConfig.php 12 * Generated from protobuf message <code>grpc.testing.PayloadConfig</code>
14 class PayloadConfig extends \Google\Protobuf\Internal\Message
ServerConfig.php 48 * Generated from protobuf field <code>.grpc.testing.PayloadConfig payload_config = 9;</code>
213 * Generated from protobuf field <code>.grpc.testing.PayloadConfig payload_config = 9;</code>
214 * @return \Grpc\Testing\PayloadConfig
227 * Generated from protobuf field <code>.grpc.testing.PayloadConfig payload_config = 9;</code>
228 * @param \Grpc\Testing\PayloadConfig $var
233 GPBUtil::checkMessage($var, \Grpc\Testing\PayloadConfig::class);
ClientConfig.php 61 * Generated from protobuf field <code>.grpc.testing.PayloadConfig payload_config = 11;</code>
313 * Generated from protobuf field <code>.grpc.testing.PayloadConfig payload_config = 11;</code>
314 * @return \Grpc\Testing\PayloadConfig
322 * Generated from protobuf field <code>.grpc.testing.PayloadConfig payload_config = 11;</code>
323 * @param \Grpc\Testing\PayloadConfig $var
328 GPBUtil::checkMessage($var, \Grpc\Testing\PayloadConfig::class);
  /external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
Payloads.java     [all...]
Control.java     [all...]
  /external/grpc-grpc/test/cpp/qps/
client.h 57 ClientRequestCreator(RequestType* req, const PayloadConfig&) {
69 const PayloadConfig& payload_config) {
95 ClientRequestCreator(ByteBuffer* req, const PayloadConfig& payload_config) {
server_async.cc 74 std::function<grpc::Status(const PayloadConfig&, RequestType*,
544 static Status ProcessSimpleRPC(const PayloadConfig&, SimpleRequest* request,
558 static Status ProcessGenericRPC(const PayloadConfig& payload_config,

Completed in 827 milliseconds