Lines Matching refs:BytebufParams
494 case PayloadOneofCase.BytebufParams: in PayloadConfig()
495 BytebufParams = other.BytebufParams.Clone(); in PayloadConfig()
516 public global::Grpc.Testing.ByteBufferParams BytebufParams { property in Grpc.Testing.PayloadConfig
517 …get { return payloadCase_ == PayloadOneofCase.BytebufParams ? (global::Grpc.Testing.ByteBufferPara…
520 payloadCase_ = value == null ? PayloadOneofCase.None : PayloadOneofCase.BytebufParams;
550 BytebufParams = 1, enumerator
579 if (!object.Equals(BytebufParams, other.BytebufParams)) return false; in Equals()
589 if (payloadCase_ == PayloadOneofCase.BytebufParams) hash ^= BytebufParams.GetHashCode(); in GetHashCode()
606 if (payloadCase_ == PayloadOneofCase.BytebufParams) { in WriteTo()
608 output.WriteMessage(BytebufParams); in WriteTo()
626 if (payloadCase_ == PayloadOneofCase.BytebufParams) { in CalculateSize()
627 size += 1 + pb::CodedOutputStream.ComputeMessageSize(BytebufParams); in CalculateSize()
647 case PayloadOneofCase.BytebufParams: in MergeFrom()
648 if (BytebufParams == null) { in MergeFrom()
649 BytebufParams = new global::Grpc.Testing.ByteBufferParams(); in MergeFrom()
651 BytebufParams.MergeFrom(other.BytebufParams); in MergeFrom()
680 if (payloadCase_ == PayloadOneofCase.BytebufParams) { in MergeFrom()
681 subBuilder.MergeFrom(BytebufParams); in MergeFrom()
684 BytebufParams = subBuilder; in MergeFrom()