Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs338 packedUint64_ = other.packedUint64_.Clone(); in TestAllTypesProto3()
975 private readonly pbc::RepeatedField<ulong> packedUint64_ = new pbc::RepeatedField<ulong>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
978 get { return packedUint64_; }
2150 if(!packedUint64_.Equals(other.packedUint64_)) return false; in Equals()
2306 hash ^= packedUint64_.GetHashCode(); in GetHashCode()
2560 packedUint64_.WriteTo(output, _repeated_packedUint64_codec); in WriteTo()
2904 packedUint64_.WriteTo(ref output, _repeated_packedUint64_codec); in IBufferMessage.InternalWriteTo()
3206 size += packedUint64_ in CalculateSize()
[all...]
H A DTestMessagesProto2.cs328 packedUint64_ = other.packedUint64_.Clone(); in TestAllTypesProto2()
1168 private readonly pbc::RepeatedField<ulong> packedUint64_ = new pbc::RepeatedField<ulong>(); field in ProtobufTestMessages.Proto2.TestAllTypesProto2
1171 get { return packedUint64_; }
2347 if(!packedUint64_.Equals(other.packedUint64_)) return false; in Equals()
2475 hash ^= packedUint64_.GetHashCode(); in GetHashCode()
2698 packedUint64_.WriteTo(output, _repeated_packedUint64_codec); in WriteTo()
2979 packedUint64_.WriteTo(ref output, _repeated_packedUint64_codec); in IBufferMessage.InternalWriteTo()
3219 size += packedUint64_ in CalculateSize()
[all...]
H A DUnittestProto3.cs7083 packedUint64_ = other.packedUint64_.Clone(); in TestPackedTypes()
7136 private readonly pbc::RepeatedField<ulong> packedUint64_ = new pbc::RepeatedField<ulong>(); field in Google.Protobuf.TestProtos.TestPackedTypes
7139 get { return packedUint64_; }
7258 if(!packedUint64_.Equals(other.packedUint64_)) return false; in Equals()
7278 hash ^= packedUint64_.GetHashCode(); in GetHashCode()
7308 packedUint64_.WriteTo(output, _repeated_packedUint64_codec); in WriteTo()
7331 packedUint64_.WriteTo(ref output, _repeated_packedUint64_codec); in IBufferMessage.InternalWriteTo()
7354 size += packedUint64_ in CalculateSize()
[all...]
H A DUnittest.cs22669 packedUint64_ = other.packedUint64_.Clone(); in TestPackedTypes()
22722 private readonly pbc::RepeatedField<ulong> packedUint64_ = new pbc::RepeatedField<ulong>(); field in Google.Protobuf.TestProtos.Proto2.TestPackedTypes
22725 get { return packedUint64_; }
22844 if(!packedUint64_.Equals(other.packedUint64_)) return false; in Equals()
22864 hash ^= packedUint64_.GetHashCode(); in GetHashCode()
22894 packedUint64_.WriteTo(output, _repeated_packedUint64_codec); in WriteTo()
22917 packedUint64_.WriteTo(ref output, _repeated_packedUint64_codec); in IBufferMessage.InternalWriteTo()
22940 size += packedUint64_ in CalculateSize()
[all...]

Completed in 60 milliseconds