Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs339 packedSint32_ = other.packedSint32_.Clone(); in TestAllTypesProto3()
985 private readonly pbc::RepeatedField<int> packedSint32_ = new pbc::RepeatedField<int>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
988 get { return packedSint32_; }
2151 if(!packedSint32_.Equals(other.packedSint32_)) return false; in Equals()
2307 hash ^= packedSint32_.GetHashCode(); in GetHashCode()
2561 packedSint32_.WriteTo(output, _repeated_packedSint32_codec); in WriteTo()
2905 packedSint32_.WriteTo(ref output, _repeated_packedSint32_codec); in IBufferMessage.InternalWriteTo()
3207 size += packedSint32_ in CalculateSize()
[all...]
H A DTestMessagesProto2.cs329 packedSint32_ = other.packedSint32_.Clone(); in TestAllTypesProto2()
1178 private readonly pbc::RepeatedField<int> packedSint32_ = new pbc::RepeatedField<int>(); field in ProtobufTestMessages.Proto2.TestAllTypesProto2
1181 get { return packedSint32_; }
2348 if(!packedSint32_.Equals(other.packedSint32_)) return false; in Equals()
2476 hash ^= packedSint32_.GetHashCode(); in GetHashCode()
2699 packedSint32_.WriteTo(output, _repeated_packedSint32_codec); in WriteTo()
2980 packedSint32_.WriteTo(ref output, _repeated_packedSint32_codec); in IBufferMessage.InternalWriteTo()
3220 size += packedSint32_ in CalculateSize()
[all...]
H A DUnittestProto3.cs7084 packedSint32_ = other.packedSint32_.Clone(); in TestPackedTypes()
7146 private readonly pbc::RepeatedField<int> packedSint32_ = new pbc::RepeatedField<int>(); field in Google.Protobuf.TestProtos.TestPackedTypes
7149 get { return packedSint32_; }
7259 if(!packedSint32_.Equals(other.packedSint32_)) return false; in Equals()
7279 hash ^= packedSint32_.GetHashCode(); in GetHashCode()
7309 packedSint32_.WriteTo(output, _repeated_packedSint32_codec); in WriteTo()
7332 packedSint32_.WriteTo(ref output, _repeated_packedSint32_codec); in IBufferMessage.InternalWriteTo()
7355 size += packedSint32_ in CalculateSize()
[all...]
H A DUnittest.cs22670 packedSint32_ = other.packedSint32_.Clone(); in TestPackedTypes()
22732 private readonly pbc::RepeatedField<int> packedSint32_ = new pbc::RepeatedField<int>(); field in Google.Protobuf.TestProtos.Proto2.TestPackedTypes
22735 get { return packedSint32_; }
22845 if(!packedSint32_.Equals(other.packedSint32_)) return false; in Equals()
22865 hash ^= packedSint32_.GetHashCode(); in GetHashCode()
22895 packedSint32_.WriteTo(output, _repeated_packedSint32_codec); in WriteTo()
22918 packedSint32_.WriteTo(ref output, _repeated_packedSint32_codec); in IBufferMessage.InternalWriteTo()
22941 size += packedSint32_ in CalculateSize()
[all...]

Completed in 61 milliseconds