Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs346 packedDouble_ = other.packedDouble_.Clone(); in TestAllTypesProto3()
1055 private readonly pbc::RepeatedField<double> packedDouble_ = new pbc::RepeatedField<double>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
1058 get { return packedDouble_; }
2158 if(!packedDouble_.Equals(other.packedDouble_)) return false; in Equals()
2314 hash ^= packedDouble_.GetHashCode(); in GetHashCode()
2568 packedDouble_.WriteTo(output, _repeated_packedDouble_codec); in WriteTo()
2912 packedDouble_.WriteTo(ref output, _repeated_packedDouble_codec); in IBufferMessage.InternalWriteTo()
3214 size += packedDouble_ in CalculateSize()
[all...]
H A DTestMessagesProto2.cs336 packedDouble_ = other.packedDouble_.Clone(); in TestAllTypesProto2()
1248 private readonly pbc::RepeatedField<double> packedDouble_ = new pbc::RepeatedField<double>(); field in ProtobufTestMessages.Proto2.TestAllTypesProto2
1251 get { return packedDouble_; }
2355 if(!packedDouble_.Equals(other.packedDouble_)) return false; in Equals()
2483 hash ^= packedDouble_.GetHashCode(); in GetHashCode()
2706 packedDouble_.WriteTo(output, _repeated_packedDouble_codec); in WriteTo()
2987 packedDouble_.WriteTo(ref output, _repeated_packedDouble_codec); in IBufferMessage.InternalWriteTo()
3227 size += packedDouble_ in CalculateSize()
[all...]
H A DUnittestProto3.cs7091 packedDouble_ = other.packedDouble_.Clone(); in TestPackedTypes()
7216 private readonly pbc::RepeatedField<double> packedDouble_ = new pbc::RepeatedField<double>(); field in Google.Protobuf.TestProtos.TestPackedTypes
7219 get { return packedDouble_; }
7266 if(!packedDouble_.Equals(other.packedDouble_)) return false; in Equals()
7286 hash ^= packedDouble_.GetHashCode(); in GetHashCode()
7316 packedDouble_.WriteTo(output, _repeated_packedDouble_codec); in WriteTo()
7339 packedDouble_.WriteTo(ref output, _repeated_packedDouble_codec); in IBufferMessage.InternalWriteTo()
7362 size += packedDouble_ in CalculateSize()
[all...]
H A DUnittest.cs22677 packedDouble_ = other.packedDouble_.Clone(); in TestPackedTypes()
22802 private readonly pbc::RepeatedField<double> packedDouble_ = new pbc::RepeatedField<double>(); field in Google.Protobuf.TestProtos.Proto2.TestPackedTypes
22805 get { return packedDouble_; }
22852 if(!packedDouble_.Equals(other.packedDouble_)) return false; in Equals()
22872 hash ^= packedDouble_.GetHashCode(); in GetHashCode()
22902 packedDouble_.WriteTo(output, _repeated_packedDouble_codec); in WriteTo()
22925 packedDouble_.WriteTo(ref output, _repeated_packedDouble_codec); in IBufferMessage.InternalWriteTo()
22948 size += packedDouble_ in CalculateSize()
[all...]

Completed in 65 milliseconds