Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs341 packedFixed32_ = other.packedFixed32_.Clone(); in TestAllTypesProto3()
1005 private readonly pbc::RepeatedField<uint> packedFixed32_ = new pbc::RepeatedField<uint>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
1008 get { return packedFixed32_; }
2153 if(!packedFixed32_.Equals(other.packedFixed32_)) return false; in Equals()
2309 hash ^= packedFixed32_.GetHashCode(); in GetHashCode()
2563 packedFixed32_.WriteTo(output, _repeated_packedFixed32_codec); in WriteTo()
2907 packedFixed32_.WriteTo(ref output, _repeated_packedFixed32_codec); in IBufferMessage.InternalWriteTo()
3209 size += packedFixed32_ in CalculateSize()
[all...]
H A DTestMessagesProto2.cs331 packedFixed32_ = other.packedFixed32_.Clone(); in TestAllTypesProto2()
1198 private readonly pbc::RepeatedField<uint> packedFixed32_ = new pbc::RepeatedField<uint>(); field in ProtobufTestMessages.Proto2.TestAllTypesProto2
1201 get { return packedFixed32_; }
2350 if(!packedFixed32_.Equals(other.packedFixed32_)) return false; in Equals()
2478 hash ^= packedFixed32_.GetHashCode(); in GetHashCode()
2701 packedFixed32_.WriteTo(output, _repeated_packedFixed32_codec); in WriteTo()
2982 packedFixed32_.WriteTo(ref output, _repeated_packedFixed32_codec); in IBufferMessage.InternalWriteTo()
3222 size += packedFixed32_ in CalculateSize()
[all...]
H A DUnittestProto3.cs7086 packedFixed32_ = other.packedFixed32_.Clone(); in TestPackedTypes()
7166 private readonly pbc::RepeatedField<uint> packedFixed32_ = new pbc::RepeatedField<uint>(); field in Google.Protobuf.TestProtos.TestPackedTypes
7169 get { return packedFixed32_; }
7261 if(!packedFixed32_.Equals(other.packedFixed32_)) return false; in Equals()
7281 hash ^= packedFixed32_.GetHashCode(); in GetHashCode()
7311 packedFixed32_.WriteTo(output, _repeated_packedFixed32_codec); in WriteTo()
7334 packedFixed32_.WriteTo(ref output, _repeated_packedFixed32_codec); in IBufferMessage.InternalWriteTo()
7357 size += packedFixed32_ in CalculateSize()
[all...]
H A DUnittest.cs22672 packedFixed32_ = other.packedFixed32_.Clone(); in TestPackedTypes()
22752 private readonly pbc::RepeatedField<uint> packedFixed32_ = new pbc::RepeatedField<uint>(); field in Google.Protobuf.TestProtos.Proto2.TestPackedTypes
22755 get { return packedFixed32_; }
22847 if(!packedFixed32_.Equals(other.packedFixed32_)) return false; in Equals()
22867 hash ^= packedFixed32_.GetHashCode(); in GetHashCode()
22897 packedFixed32_.WriteTo(output, _repeated_packedFixed32_codec); in WriteTo()
22920 packedFixed32_.WriteTo(ref output, _repeated_packedFixed32_codec); in IBufferMessage.InternalWriteTo()
22943 size += packedFixed32_ in CalculateSize()
[all...]

Completed in 61 milliseconds