Searched refs:ComplexProtoParams (Results 1 – 7 of 7) sorted by relevance
41 …eratedClrTypeInfo(typeof(global::Grpc.Testing.ComplexProtoParams), global::Grpc.Testing.ComplexPro… in PayloadsReflection()367 public sealed partial class ComplexProtoParams : pb::IMessage<ComplexProtoParams> { class368 …eadonly pb::MessageParser<ComplexProtoParams> _parser = new pb::MessageParser<ComplexProtoParams>(…371 public static pb::MessageParser<ComplexProtoParams> Parser { get { return _parser; } }384 public ComplexProtoParams() { in ComplexProtoParams() method in Grpc.Testing.ComplexProtoParams391 public ComplexProtoParams(ComplexProtoParams other) : this() { in ComplexProtoParams() method in Grpc.Testing.ComplexProtoParams396 public ComplexProtoParams Clone() { in Clone()397 return new ComplexProtoParams(this); in Clone()402 return Equals(other as ComplexProtoParams); in Equals()406 public bool Equals(ComplexProtoParams other) { in Equals()[all …]
1057 public static final class ComplexProtoParams extends class in Payloads1063 private ComplexProtoParams(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in ComplexProtoParams() method in Payloads.ComplexProtoParams1066 private ComplexProtoParams() { in ComplexProtoParams() method in Payloads.ComplexProtoParams1074 private ComplexProtoParams( in ComplexProtoParams() method in Payloads.ComplexProtoParams1120 …io.grpc.benchmarks.proto.Payloads.ComplexProtoParams.class, io.grpc.benchmarks.proto.Payloads.Comp… in internalGetFieldAccessorTable()1153 if (!(obj instanceof io.grpc.benchmarks.proto.Payloads.ComplexProtoParams)) { in equals()1156 …io.grpc.benchmarks.proto.Payloads.ComplexProtoParams other = (io.grpc.benchmarks.proto.Payloads.Co… in equals()1175 public static io.grpc.benchmarks.proto.Payloads.ComplexProtoParams parseFrom( in parseFrom()1180 public static io.grpc.benchmarks.proto.Payloads.ComplexProtoParams parseFrom( in parseFrom()1186 public static io.grpc.benchmarks.proto.Payloads.ComplexProtoParams parseFrom( in parseFrom()[all …]
29 message ComplexProtoParams { message38 ComplexProtoParams complex_params = 3;
31 message ComplexProtoParams { message40 ComplexProtoParams complex_params = 3;
17 class ComplexProtoParams extends \Google\Protobuf\Internal\Message class
83 GPBUtil::checkMessage($var, \Grpc\Testing\ComplexProtoParams::class);
30 …ComplexProtoParams = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.ComplexP… constant