Lines Matching refs:ComplexProtoParams
41 …eratedClrTypeInfo(typeof(global::Grpc.Testing.ComplexProtoParams), global::Grpc.Testing.ComplexPro… in PayloadsReflection()
367 public sealed partial class ComplexProtoParams : pb::IMessage<ComplexProtoParams> { class
368 …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.ComplexProtoParams
391 public ComplexProtoParams(ComplexProtoParams other) : this() { in ComplexProtoParams() method in Grpc.Testing.ComplexProtoParams
396 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()
447 public void MergeFrom(ComplexProtoParams other) { in MergeFrom()
538 public global::Grpc.Testing.ComplexProtoParams ComplexParams {
539 …oadCase_ == PayloadOneofCase.ComplexParams ? (global::Grpc.Testing.ComplexProtoParams) payload_ : …
661 ComplexParams = new global::Grpc.Testing.ComplexProtoParams(); in MergeFrom()
697 …global::Grpc.Testing.ComplexProtoParams subBuilder = new global::Grpc.Testing.ComplexProtoParams(); in MergeFrom()