Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs360 unpackedDouble_ = other.unpackedDouble_.Clone(); in TestAllTypesProto3()
1198 private readonly pbc::RepeatedField<double> unpackedDouble_ = new pbc::RepeatedField<double>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
1201 get { return unpackedDouble_; }
2172 if(!unpackedDouble_.Equals(other.unpackedDouble_)) return false; in Equals()
2328 hash ^= unpackedDouble_.GetHashCode(); in GetHashCode()
2582 unpackedDouble_.WriteTo(output, _repeated_unpackedDouble_codec); in WriteTo()
2926 unpackedDouble_.WriteTo(ref output, _repeated_unpackedDouble_codec); in IBufferMessage.InternalWriteTo()
3228 size += unpackedDouble_ in CalculateSize()
[all...]
H A DTestMessagesProto2.cs350 unpackedDouble_ = other.unpackedDouble_.Clone(); in TestAllTypesProto2()
1391 private readonly pbc::RepeatedField<double> unpackedDouble_ = new pbc::RepeatedField<double>(); field in ProtobufTestMessages.Proto2.TestAllTypesProto2
1394 get { return unpackedDouble_; }
2369 if(!unpackedDouble_.Equals(other.unpackedDouble_)) return false; in Equals()
2497 hash ^= unpackedDouble_.GetHashCode(); in GetHashCode()
2720 unpackedDouble_.WriteTo(output, _repeated_unpackedDouble_codec); in WriteTo()
3001 unpackedDouble_.WriteTo(ref output, _repeated_unpackedDouble_codec); in IBufferMessage.InternalWriteTo()
3241 size += unpackedDouble_ in CalculateSize()
[all...]
H A DUnittestProto3.cs7609 unpackedDouble_ = other.unpackedDouble_.Clone(); in TestUnpackedTypes()
7734 private readonly pbc::RepeatedField<double> unpackedDouble_ = new pbc::RepeatedField<double>(); field in Google.Protobuf.TestProtos.TestUnpackedTypes
7737 get { return unpackedDouble_; }
7784 if(!unpackedDouble_.Equals(other.unpackedDouble_)) return false; in Equals()
7804 hash ^= unpackedDouble_.GetHashCode(); in GetHashCode()
7834 unpackedDouble_.WriteTo(output, _repeated_unpackedDouble_codec); in WriteTo()
7857 unpackedDouble_.WriteTo(ref output, _repeated_unpackedDouble_codec); in IBufferMessage.InternalWriteTo()
7880 size += unpackedDouble_ in CalculateSize()
[all...]
H A DUnittest.cs23195 unpackedDouble_ = other.unpackedDouble_.Clone(); in TestUnpackedTypes()
23320 private readonly pbc::RepeatedField<double> unpackedDouble_ = new pbc::RepeatedField<double>(); field in Google.Protobuf.TestProtos.Proto2.TestUnpackedTypes
23323 get { return unpackedDouble_; }
23370 if(!unpackedDouble_.Equals(other.unpackedDouble_)) return false; in Equals()
23390 hash ^= unpackedDouble_.GetHashCode(); in GetHashCode()
23420 unpackedDouble_.WriteTo(output, _repeated_unpackedDouble_codec); in WriteTo()
23443 unpackedDouble_.WriteTo(ref output, _repeated_unpackedDouble_codec); in IBufferMessage.InternalWriteTo()
23466 size += unpackedDouble_ in CalculateSize()
[all...]

Completed in 72 milliseconds