Searched refs:nestedmessageRepeatedInt32_ (Results 1 – 2 of 2) sorted by relevance
14771 nestedmessageRepeatedInt32_ = other.nestedmessageRepeatedInt32_.Clone(); in NestedMessage()14786 …private readonly pbc::RepeatedField<int> nestedmessageRepeatedInt32_ = new pbc::RepeatedField<int>… field in Google.Protobuf.TestProtos.Proto2.TestNestedMessageHasBits.Types.NestedMessage14790 get { return nestedmessageRepeatedInt32_; }14819 if(!nestedmessageRepeatedInt32_.Equals(other.nestedmessageRepeatedInt32_)) return false; in Equals()14828 hash ^= nestedmessageRepeatedInt32_.GetHashCode(); in GetHashCode()14848 nestedmessageRepeatedInt32_.WriteTo(output, _repeated_nestedmessageRepeatedInt32_codec); in WriteTo()14860 … nestedmessageRepeatedInt32_.WriteTo(ref output, _repeated_nestedmessageRepeatedInt32_codec); in IBufferMessage.InternalWriteTo()14872 … size += nestedmessageRepeatedInt32_.CalculateSize(_repeated_nestedmessageRepeatedInt32_codec); in CalculateSize()14886 nestedmessageRepeatedInt32_.Add(other.nestedmessageRepeatedInt32_); in MergeFrom()14905 … nestedmessageRepeatedInt32_.AddEntriesFrom(input, _repeated_nestedmessageRepeatedInt32_codec); in MergeFrom()[all …]