Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs355 unpackedFixed32_ = other.unpackedFixed32_.Clone(); in TestAllTypesProto3()
1148 private readonly pbc::RepeatedField<uint> unpackedFixed32_ = new pbc::RepeatedField<uint>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
1151 get { return unpackedFixed32_; }
2167 if(!unpackedFixed32_.Equals(other.unpackedFixed32_)) return false; in Equals()
2323 hash ^= unpackedFixed32_.GetHashCode(); in GetHashCode()
2577 unpackedFixed32_.WriteTo(output, _repeated_unpackedFixed32_codec); in WriteTo()
2921 unpackedFixed32_.WriteTo(ref output, _repeated_unpackedFixed32_codec); in IBufferMessage.InternalWriteTo()
3223 size += unpackedFixed32_ in CalculateSize()
[all...]
H A DTestMessagesProto2.cs345 unpackedFixed32_ = other.unpackedFixed32_.Clone(); in TestAllTypesProto2()
1341 private readonly pbc::RepeatedField<uint> unpackedFixed32_ = new pbc::RepeatedField<uint>(); field in ProtobufTestMessages.Proto2.TestAllTypesProto2
1344 get { return unpackedFixed32_; }
2364 if(!unpackedFixed32_.Equals(other.unpackedFixed32_)) return false; in Equals()
2492 hash ^= unpackedFixed32_.GetHashCode(); in GetHashCode()
2715 unpackedFixed32_.WriteTo(output, _repeated_unpackedFixed32_codec); in WriteTo()
2996 unpackedFixed32_.WriteTo(ref output, _repeated_unpackedFixed32_codec); in IBufferMessage.InternalWriteTo()
3236 size += unpackedFixed32_ in CalculateSize()
[all...]
H A DUnittestProto3.cs7604 unpackedFixed32_ = other.unpackedFixed32_.Clone(); in TestUnpackedTypes()
7684 private readonly pbc::RepeatedField<uint> unpackedFixed32_ = new pbc::RepeatedField<uint>(); field in Google.Protobuf.TestProtos.TestUnpackedTypes
7687 get { return unpackedFixed32_; }
7779 if(!unpackedFixed32_.Equals(other.unpackedFixed32_)) return false; in Equals()
7799 hash ^= unpackedFixed32_.GetHashCode(); in GetHashCode()
7829 unpackedFixed32_.WriteTo(output, _repeated_unpackedFixed32_codec); in WriteTo()
7852 unpackedFixed32_.WriteTo(ref output, _repeated_unpackedFixed32_codec); in IBufferMessage.InternalWriteTo()
7875 size += unpackedFixed32_ in CalculateSize()
[all...]
H A DUnittest.cs23190 unpackedFixed32_ = other.unpackedFixed32_.Clone(); in TestUnpackedTypes()
23270 private readonly pbc::RepeatedField<uint> unpackedFixed32_ = new pbc::RepeatedField<uint>(); field in Google.Protobuf.TestProtos.Proto2.TestUnpackedTypes
23273 get { return unpackedFixed32_; }
23365 if(!unpackedFixed32_.Equals(other.unpackedFixed32_)) return false; in Equals()
23385 hash ^= unpackedFixed32_.GetHashCode(); in GetHashCode()
23415 unpackedFixed32_.WriteTo(output, _repeated_unpackedFixed32_codec); in WriteTo()
23438 unpackedFixed32_.WriteTo(ref output, _repeated_unpackedFixed32_codec); in IBufferMessage.InternalWriteTo()
23461 size += unpackedFixed32_ in CalculateSize()
[all...]

Completed in 59 milliseconds