Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittest.cs14771 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.NestedMessage
14790 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()
14860nestedmessageRepeatedInt32_.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()
14905nestedmessageRepeatedInt32_.AddEntriesFrom(input, _repeated_nestedmessageRepeatedInt32_codec); in MergeFrom()
[all …]
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittest.cs14771 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.NestedMessage
14790 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()
14860nestedmessageRepeatedInt32_.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()
14905nestedmessageRepeatedInt32_.AddEntriesFrom(input, _repeated_nestedmessageRepeatedInt32_codec); in MergeFrom()
[all …]