Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs358 unpackedSfixed64_ = other.unpackedSfixed64_.Clone(); in TestAllTypesProto3()
1178 private readonly pbc::RepeatedField<long> unpackedSfixed64_ = new pbc::RepeatedField<long>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
1181 get { return unpackedSfixed64_; }
2170 if(!unpackedSfixed64_.Equals(other.unpackedSfixed64_)) return false; in Equals()
2326 hash ^= unpackedSfixed64_.GetHashCode(); in GetHashCode()
2580 unpackedSfixed64_.WriteTo(output, _repeated_unpackedSfixed64_codec); in WriteTo()
2924 unpackedSfixed64_.WriteTo(ref output, _repeated_unpackedSfixed64_codec); in IBufferMessage.InternalWriteTo()
3226 size += unpackedSfixed64_ in CalculateSize()
[all...]
H A DTestMessagesProto2.cs348 unpackedSfixed64_ = other.unpackedSfixed64_.Clone(); in TestAllTypesProto2()
1371 private readonly pbc::RepeatedField<long> unpackedSfixed64_ = new pbc::RepeatedField<long>(); field in ProtobufTestMessages.Proto2.TestAllTypesProto2
1374 get { return unpackedSfixed64_; }
2367 if(!unpackedSfixed64_.Equals(other.unpackedSfixed64_)) return false; in Equals()
2495 hash ^= unpackedSfixed64_.GetHashCode(); in GetHashCode()
2718 unpackedSfixed64_.WriteTo(output, _repeated_unpackedSfixed64_codec); in WriteTo()
2999 unpackedSfixed64_.WriteTo(ref output, _repeated_unpackedSfixed64_codec); in IBufferMessage.InternalWriteTo()
3239 size += unpackedSfixed64_ in CalculateSize()
[all...]
H A DUnittestProto3.cs7607 unpackedSfixed64_ = other.unpackedSfixed64_.Clone(); in TestUnpackedTypes()
7714 private readonly pbc::RepeatedField<long> unpackedSfixed64_ = new pbc::RepeatedField<long>(); field in Google.Protobuf.TestProtos.TestUnpackedTypes
7717 get { return unpackedSfixed64_; }
7782 if(!unpackedSfixed64_.Equals(other.unpackedSfixed64_)) return false; in Equals()
7802 hash ^= unpackedSfixed64_.GetHashCode(); in GetHashCode()
7832 unpackedSfixed64_.WriteTo(output, _repeated_unpackedSfixed64_codec); in WriteTo()
7855 unpackedSfixed64_.WriteTo(ref output, _repeated_unpackedSfixed64_codec); in IBufferMessage.InternalWriteTo()
7878 size += unpackedSfixed64_ in CalculateSize()
[all...]
H A DUnittest.cs23193 unpackedSfixed64_ = other.unpackedSfixed64_.Clone(); in TestUnpackedTypes()
23300 private readonly pbc::RepeatedField<long> unpackedSfixed64_ = new pbc::RepeatedField<long>(); field in Google.Protobuf.TestProtos.Proto2.TestUnpackedTypes
23303 get { return unpackedSfixed64_; }
23368 if(!unpackedSfixed64_.Equals(other.unpackedSfixed64_)) return false; in Equals()
23388 hash ^= unpackedSfixed64_.GetHashCode(); in GetHashCode()
23418 unpackedSfixed64_.WriteTo(output, _repeated_unpackedSfixed64_codec); in WriteTo()
23441 unpackedSfixed64_.WriteTo(ref output, _repeated_unpackedSfixed64_codec); in IBufferMessage.InternalWriteTo()
23464 size += unpackedSfixed64_ in CalculateSize()
[all...]

Completed in 71 milliseconds