Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs352 unpackedUint64_ = other.unpackedUint64_.Clone(); in TestAllTypesProto3()
1118 private readonly pbc::RepeatedField<ulong> unpackedUint64_ = new pbc::RepeatedField<ulong>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
1121 get { return unpackedUint64_; }
2164 if(!unpackedUint64_.Equals(other.unpackedUint64_)) return false; in Equals()
2320 hash ^= unpackedUint64_.GetHashCode(); in GetHashCode()
2574 unpackedUint64_.WriteTo(output, _repeated_unpackedUint64_codec); in WriteTo()
2918 unpackedUint64_.WriteTo(ref output, _repeated_unpackedUint64_codec); in IBufferMessage.InternalWriteTo()
3220 size += unpackedUint64_ in CalculateSize()
[all...]
H A DTestMessagesProto2.cs342 unpackedUint64_ = other.unpackedUint64_.Clone(); in TestAllTypesProto2()
1311 private readonly pbc::RepeatedField<ulong> unpackedUint64_ = new pbc::RepeatedField<ulong>(); field in ProtobufTestMessages.Proto2.TestAllTypesProto2
1314 get { return unpackedUint64_; }
2361 if(!unpackedUint64_.Equals(other.unpackedUint64_)) return false; in Equals()
2489 hash ^= unpackedUint64_.GetHashCode(); in GetHashCode()
2712 unpackedUint64_.WriteTo(output, _repeated_unpackedUint64_codec); in WriteTo()
2993 unpackedUint64_.WriteTo(ref output, _repeated_unpackedUint64_codec); in IBufferMessage.InternalWriteTo()
3233 size += unpackedUint64_ in CalculateSize()
[all...]
H A DUnittestProto3.cs7601 unpackedUint64_ = other.unpackedUint64_.Clone(); in TestUnpackedTypes()
7654 private readonly pbc::RepeatedField<ulong> unpackedUint64_ = new pbc::RepeatedField<ulong>(); field in Google.Protobuf.TestProtos.TestUnpackedTypes
7657 get { return unpackedUint64_; }
7776 if(!unpackedUint64_.Equals(other.unpackedUint64_)) return false; in Equals()
7796 hash ^= unpackedUint64_.GetHashCode(); in GetHashCode()
7826 unpackedUint64_.WriteTo(output, _repeated_unpackedUint64_codec); in WriteTo()
7849 unpackedUint64_.WriteTo(ref output, _repeated_unpackedUint64_codec); in IBufferMessage.InternalWriteTo()
7872 size += unpackedUint64_ in CalculateSize()
[all...]
H A DUnittest.cs23187 unpackedUint64_ = other.unpackedUint64_.Clone(); in TestUnpackedTypes()
23240 private readonly pbc::RepeatedField<ulong> unpackedUint64_ = new pbc::RepeatedField<ulong>(); field in Google.Protobuf.TestProtos.Proto2.TestUnpackedTypes
23243 get { return unpackedUint64_; }
23362 if(!unpackedUint64_.Equals(other.unpackedUint64_)) return false; in Equals()
23382 hash ^= unpackedUint64_.GetHashCode(); in GetHashCode()
23412 unpackedUint64_.WriteTo(output, _repeated_unpackedUint64_codec); in WriteTo()
23435 unpackedUint64_.WriteTo(ref output, _repeated_unpackedUint64_codec); in IBufferMessage.InternalWriteTo()
23458 size += unpackedUint64_ in CalculateSize()
[all...]

Completed in 59 milliseconds