Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs342 packedFixed64_ = other.packedFixed64_.Clone(); in TestAllTypesProto3()
1015 private readonly pbc::RepeatedField<ulong> packedFixed64_ = new pbc::RepeatedField<ulong>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
1018 get { return packedFixed64_; }
2154 if(!packedFixed64_.Equals(other.packedFixed64_)) return false; in Equals()
2310 hash ^= packedFixed64_.GetHashCode(); in GetHashCode()
2564 packedFixed64_.WriteTo(output, _repeated_packedFixed64_codec); in WriteTo()
2908 packedFixed64_.WriteTo(ref output, _repeated_packedFixed64_codec); in IBufferMessage.InternalWriteTo()
3210 size += packedFixed64_ in CalculateSize()
[all...]
H A DTestMessagesProto2.cs332 packedFixed64_ = other.packedFixed64_.Clone(); in TestAllTypesProto2()
1208 private readonly pbc::RepeatedField<ulong> packedFixed64_ = new pbc::RepeatedField<ulong>(); field in ProtobufTestMessages.Proto2.TestAllTypesProto2
1211 get { return packedFixed64_; }
2351 if(!packedFixed64_.Equals(other.packedFixed64_)) return false; in Equals()
2479 hash ^= packedFixed64_.GetHashCode(); in GetHashCode()
2702 packedFixed64_.WriteTo(output, _repeated_packedFixed64_codec); in WriteTo()
2983 packedFixed64_.WriteTo(ref output, _repeated_packedFixed64_codec); in IBufferMessage.InternalWriteTo()
3223 size += packedFixed64_ in CalculateSize()
[all...]
H A DUnittestProto3.cs7087 packedFixed64_ = other.packedFixed64_.Clone(); in TestPackedTypes()
7176 private readonly pbc::RepeatedField<ulong> packedFixed64_ = new pbc::RepeatedField<ulong>(); field in Google.Protobuf.TestProtos.TestPackedTypes
7179 get { return packedFixed64_; }
7262 if(!packedFixed64_.Equals(other.packedFixed64_)) return false; in Equals()
7282 hash ^= packedFixed64_.GetHashCode(); in GetHashCode()
7312 packedFixed64_.WriteTo(output, _repeated_packedFixed64_codec); in WriteTo()
7335 packedFixed64_.WriteTo(ref output, _repeated_packedFixed64_codec); in IBufferMessage.InternalWriteTo()
7358 size += packedFixed64_ in CalculateSize()
[all...]
H A DUnittest.cs22673 packedFixed64_ = other.packedFixed64_.Clone(); in TestPackedTypes()
22762 private readonly pbc::RepeatedField<ulong> packedFixed64_ = new pbc::RepeatedField<ulong>(); field in Google.Protobuf.TestProtos.Proto2.TestPackedTypes
22765 get { return packedFixed64_; }
22848 if(!packedFixed64_.Equals(other.packedFixed64_)) return false; in Equals()
22868 hash ^= packedFixed64_.GetHashCode(); in GetHashCode()
22898 packedFixed64_.WriteTo(output, _repeated_packedFixed64_codec); in WriteTo()
22921 packedFixed64_.WriteTo(ref output, _repeated_packedFixed64_codec); in IBufferMessage.InternalWriteTo()
22944 size += packedFixed64_ in CalculateSize()
[all...]

Completed in 58 milliseconds