Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs325 repeatedDouble_ = other.repeatedDouble_.Clone(); in TestAllTypesProto3()
842 private readonly pbc::RepeatedField<double> repeatedDouble_ = new pbc::RepeatedField<double>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
845 get { return repeatedDouble_; }
2137 if(!repeatedDouble_.Equals(other.repeatedDouble_)) return false; in Equals()
2293 hash ^= repeatedDouble_.GetHashCode(); in GetHashCode()
2528 repeatedDouble_.WriteTo(output, _repeated_repeatedDouble_codec); in WriteTo()
2872 repeatedDouble_.WriteTo(ref output, _repeated_repeatedDouble_codec); in IBufferMessage.InternalWriteTo()
3193 size += repeatedDouble_ in CalculateSize()
[all...]
H A DTestMessagesProto2.cs315 repeatedDouble_ = other.repeatedDouble_.Clone(); in TestAllTypesProto2()
1035 private readonly pbc::RepeatedField<double> repeatedDouble_ = new pbc::RepeatedField<double>(); field in ProtobufTestMessages.Proto2.TestAllTypesProto2
1038 get { return repeatedDouble_; }
2334 if(!repeatedDouble_.Equals(other.repeatedDouble_)) return false; in Equals()
2462 hash ^= repeatedDouble_.GetHashCode(); in GetHashCode()
2666 repeatedDouble_.WriteTo(output, _repeated_repeatedDouble_codec); in WriteTo()
2947 repeatedDouble_.WriteTo(ref output, _repeated_repeatedDouble_codec); in IBufferMessage.InternalWriteTo()
3206 size += repeatedDouble_ in CalculateSize()
[all...]
H A DUnittestProto3.cs319 repeatedDouble_ = other.repeatedDouble_.Clone(); in TestAllTypes()
718 private readonly pbc::RepeatedField<double> repeatedDouble_ = new pbc::RepeatedField<double>(); field in Google.Protobuf.TestProtos.TestAllTypes
721 get { return repeatedDouble_; }
938 if(!repeatedDouble_.Equals(other.repeatedDouble_)) return false; in Equals()
993 hash ^= repeatedDouble_.GetHashCode(); in GetHashCode()
1124 repeatedDouble_.WriteTo(output, _repeated_repeatedDouble_codec); in WriteTo()
1259 repeatedDouble_.WriteTo(ref output, _repeated_repeatedDouble_codec); in IBufferMessage.InternalWriteTo()
1372 size += repeatedDouble_ in CalculateSize()
[all...]
H A DUnittest.cs1193 repeatedDouble_ = other.repeatedDouble_.Clone(); in TestAllTypes()
1925 private readonly pbc::RepeatedField<double> repeatedDouble_ = new pbc::RepeatedField<double>(); field in Google.Protobuf.TestProtos.Proto2.TestAllTypes
1928 get { return repeatedDouble_; }
2691 if(!repeatedDouble_.Equals(other.repeatedDouble_)) return false; in Equals()
2773 hash ^= repeatedDouble_.GetHashCode(); in GetHashCode()
2944 repeatedDouble_.WriteTo(output, _repeated_repeatedDouble_codec); in WriteTo()
3179 repeatedDouble_.WriteTo(ref output, _repeated_repeatedDouble_codec); in IBufferMessage.InternalWriteTo()
3387 size += repeatedDouble_ in CalculateSize()
[all...]

Completed in 45 milliseconds