Home
last modified time | relevance | path

Searched refs:nestedmessageRepeatedInt32_ (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittest.cs13769 nestedmessageRepeatedInt32_ = other.nestedmessageRepeatedInt32_.Clone(); in NestedMessage()
13783 private readonly pbc::RepeatedField<int> nestedmessageRepeatedInt32_ = new pbc::RepeatedField<int>(); field in Google.Protobuf.TestProtos.Proto2.TestNestedMessageHasBits.Types.NestedMessage
13786 get { return nestedmessageRepeatedInt32_; }
13812 if(!nestedmessageRepeatedInt32_.Equals(other.nestedmessageRepeatedInt32_)) return false; in Equals()
13820 hash ^= nestedmessageRepeatedInt32_.GetHashCode(); in GetHashCode()
13838 nestedmessageRepeatedInt32_.WriteTo(output, _repeated_nestedmessageRepeatedInt32_codec); in WriteTo()
13849 nestedmessageRepeatedInt32_.WriteTo(ref output, _repeated_nestedmessageRepeatedInt32_codec); in IBufferMessage.InternalWriteTo()
13860 size += nestedmessageRepeatedInt32_ in CalculateSize()
[all...]

Completed in 30 milliseconds