Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs340 packedSint64_ = other.packedSint64_.Clone(); in TestAllTypesProto3()
995 private readonly pbc::RepeatedField<long> packedSint64_ = new pbc::RepeatedField<long>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
998 get { return packedSint64_; }
2152 if(!packedSint64_.Equals(other.packedSint64_)) return false; in Equals()
2308 hash ^= packedSint64_.GetHashCode(); in GetHashCode()
2562 packedSint64_.WriteTo(output, _repeated_packedSint64_codec); in WriteTo()
2906 packedSint64_.WriteTo(ref output, _repeated_packedSint64_codec); in IBufferMessage.InternalWriteTo()
3208 size += packedSint64_ in CalculateSize()
[all...]
H A DTestMessagesProto2.cs330 packedSint64_ = other.packedSint64_.Clone(); in TestAllTypesProto2()
1188 private readonly pbc::RepeatedField<long> packedSint64_ = new pbc::RepeatedField<long>(); field in ProtobufTestMessages.Proto2.TestAllTypesProto2
1191 get { return packedSint64_; }
2349 if(!packedSint64_.Equals(other.packedSint64_)) return false; in Equals()
2477 hash ^= packedSint64_.GetHashCode(); in GetHashCode()
2700 packedSint64_.WriteTo(output, _repeated_packedSint64_codec); in WriteTo()
2981 packedSint64_.WriteTo(ref output, _repeated_packedSint64_codec); in IBufferMessage.InternalWriteTo()
3221 size += packedSint64_ in CalculateSize()
[all...]
H A DUnittestProto3.cs7085 packedSint64_ = other.packedSint64_.Clone(); in TestPackedTypes()
7156 private readonly pbc::RepeatedField<long> packedSint64_ = new pbc::RepeatedField<long>(); field in Google.Protobuf.TestProtos.TestPackedTypes
7159 get { return packedSint64_; }
7260 if(!packedSint64_.Equals(other.packedSint64_)) return false; in Equals()
7280 hash ^= packedSint64_.GetHashCode(); in GetHashCode()
7310 packedSint64_.WriteTo(output, _repeated_packedSint64_codec); in WriteTo()
7333 packedSint64_.WriteTo(ref output, _repeated_packedSint64_codec); in IBufferMessage.InternalWriteTo()
7356 size += packedSint64_ in CalculateSize()
[all...]
H A DUnittest.cs22671 packedSint64_ = other.packedSint64_.Clone(); in TestPackedTypes()
22742 private readonly pbc::RepeatedField<long> packedSint64_ = new pbc::RepeatedField<long>(); field in Google.Protobuf.TestProtos.Proto2.TestPackedTypes
22745 get { return packedSint64_; }
22846 if(!packedSint64_.Equals(other.packedSint64_)) return false; in Equals()
22866 hash ^= packedSint64_.GetHashCode(); in GetHashCode()
22896 packedSint64_.WriteTo(output, _repeated_packedSint64_codec); in WriteTo()
22919 packedSint64_.WriteTo(ref output, _repeated_packedSint64_codec); in IBufferMessage.InternalWriteTo()
22942 size += packedSint64_ in CalculateSize()
[all...]

Completed in 67 milliseconds