Home
last modified time | relevance | path

Searched refs:SimpleProtoParams (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DPayloads.cs40 …neratedClrTypeInfo(typeof(global::Grpc.Testing.SimpleProtoParams), global::Grpc.Testing.SimpleProt… in PayloadsReflection()
206 public sealed partial class SimpleProtoParams : pb::IMessage<SimpleProtoParams> { class
207 … readonly pb::MessageParser<SimpleProtoParams> _parser = new pb::MessageParser<SimpleProtoParams>(…
210 public static pb::MessageParser<SimpleProtoParams> Parser { get { return _parser; } }
223 public SimpleProtoParams() { in SimpleProtoParams() method in Grpc.Testing.SimpleProtoParams
230 public SimpleProtoParams(SimpleProtoParams other) : this() { in SimpleProtoParams() method in Grpc.Testing.SimpleProtoParams
237 public SimpleProtoParams Clone() { in Clone()
238 return new SimpleProtoParams(this); in Clone()
265 return Equals(other as SimpleProtoParams); in Equals()
269 public bool Equals(SimpleProtoParams other) { in Equals()
[all …]
DRunnerClientServerTest.cs67 SimpleParams = new SimpleProtoParams in ClientServerRunner()
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DPayloads.java548 public static final class SimpleProtoParams extends class in Payloads
554 private SimpleProtoParams(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in SimpleProtoParams() method in Payloads.SimpleProtoParams
557 private SimpleProtoParams() { in SimpleProtoParams() method in Payloads.SimpleProtoParams
567 private SimpleProtoParams( in SimpleProtoParams() method in Payloads.SimpleProtoParams
624 …io.grpc.benchmarks.proto.Payloads.SimpleProtoParams.class, io.grpc.benchmarks.proto.Payloads.Simpl… in internalGetFieldAccessorTable()
689 if (!(obj instanceof io.grpc.benchmarks.proto.Payloads.SimpleProtoParams)) { in equals()
692 …io.grpc.benchmarks.proto.Payloads.SimpleProtoParams other = (io.grpc.benchmarks.proto.Payloads.Sim… in equals()
719 public static io.grpc.benchmarks.proto.Payloads.SimpleProtoParams parseFrom( in parseFrom()
724 public static io.grpc.benchmarks.proto.Payloads.SimpleProtoParams parseFrom( in parseFrom()
730 public static io.grpc.benchmarks.proto.Payloads.SimpleProtoParams parseFrom( in parseFrom()
[all …]
/external/grpc-grpc/src/proto/grpc/testing/
Dpayloads.proto24 message SimpleProtoParams { message
37 SimpleProtoParams simple_params = 2;
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dpayloads.proto24 message SimpleProtoParams { message
37 SimpleProtoParams simple_params = 2;
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dpayloads.proto26 message SimpleProtoParams { message
39 SimpleProtoParams simple_params = 2;
/external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
Dpayloads_pb.rb29SimpleProtoParams = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.SimplePro… constant
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DSimpleProtoParams.php14 class SimpleProtoParams extends \Google\Protobuf\Internal\Message class
DPayloadConfig.php61 GPBUtil::checkMessage($var, \Grpc\Testing\SimpleProtoParams::class);
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/driver/
DLoadClient.java140 Payloads.SimpleProtoParams simpleParams = config.getPayloadConfig().getSimpleParams(); in LoadClient()