Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs350 unpackedInt64_ = other.unpackedInt64_.Clone(); in TestAllTypesProto3()
1098 private readonly pbc::RepeatedField<long> unpackedInt64_ = new pbc::RepeatedField<long>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
1101 get { return unpackedInt64_; }
2162 if(!unpackedInt64_.Equals(other.unpackedInt64_)) return false; in Equals()
2318 hash ^= unpackedInt64_.GetHashCode(); in GetHashCode()
2572 unpackedInt64_.WriteTo(output, _repeated_unpackedInt64_codec); in WriteTo()
2916 unpackedInt64_.WriteTo(ref output, _repeated_unpackedInt64_codec); in IBufferMessage.InternalWriteTo()
3218 size += unpackedInt64_ in CalculateSize()
[all...]
H A DTestMessagesProto2.cs340 unpackedInt64_ = other.unpackedInt64_.Clone(); in TestAllTypesProto2()
1291 private readonly pbc::RepeatedField<long> unpackedInt64_ = new pbc::RepeatedField<long>(); field in ProtobufTestMessages.Proto2.TestAllTypesProto2
1294 get { return unpackedInt64_; }
2359 if(!unpackedInt64_.Equals(other.unpackedInt64_)) return false; in Equals()
2487 hash ^= unpackedInt64_.GetHashCode(); in GetHashCode()
2710 unpackedInt64_.WriteTo(output, _repeated_unpackedInt64_codec); in WriteTo()
2991 unpackedInt64_.WriteTo(ref output, _repeated_unpackedInt64_codec); in IBufferMessage.InternalWriteTo()
3231 size += unpackedInt64_ in CalculateSize()
[all...]
H A DUnittestProto3.cs7599 unpackedInt64_ = other.unpackedInt64_.Clone(); in TestUnpackedTypes()
7634 private readonly pbc::RepeatedField<long> unpackedInt64_ = new pbc::RepeatedField<long>(); field in Google.Protobuf.TestProtos.TestUnpackedTypes
7637 get { return unpackedInt64_; }
7774 if(!unpackedInt64_.Equals(other.unpackedInt64_)) return false; in Equals()
7794 hash ^= unpackedInt64_.GetHashCode(); in GetHashCode()
7824 unpackedInt64_.WriteTo(output, _repeated_unpackedInt64_codec); in WriteTo()
7847 unpackedInt64_.WriteTo(ref output, _repeated_unpackedInt64_codec); in IBufferMessage.InternalWriteTo()
7870 size += unpackedInt64_ in CalculateSize()
[all...]
H A DUnittest.cs23185 unpackedInt64_ = other.unpackedInt64_.Clone(); in TestUnpackedTypes()
23220 private readonly pbc::RepeatedField<long> unpackedInt64_ = new pbc::RepeatedField<long>(); field in Google.Protobuf.TestProtos.Proto2.TestUnpackedTypes
23223 get { return unpackedInt64_; }
23360 if(!unpackedInt64_.Equals(other.unpackedInt64_)) return false; in Equals()
23380 hash ^= unpackedInt64_.GetHashCode(); in GetHashCode()
23410 unpackedInt64_.WriteTo(output, _repeated_unpackedInt64_codec); in WriteTo()
23433 unpackedInt64_.WriteTo(ref output, _repeated_unpackedInt64_codec); in IBufferMessage.InternalWriteTo()
23456 size += unpackedInt64_ in CalculateSize()
[all...]

Completed in 59 milliseconds