Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs357 unpackedSfixed32_ = other.unpackedSfixed32_.Clone(); in TestAllTypesProto3()
1168 private readonly pbc::RepeatedField<int> unpackedSfixed32_ = new pbc::RepeatedField<int>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
1171 get { return unpackedSfixed32_; }
2169 if(!unpackedSfixed32_.Equals(other.unpackedSfixed32_)) return false; in Equals()
2325 hash ^= unpackedSfixed32_.GetHashCode(); in GetHashCode()
2579 unpackedSfixed32_.WriteTo(output, _repeated_unpackedSfixed32_codec); in WriteTo()
2923 unpackedSfixed32_.WriteTo(ref output, _repeated_unpackedSfixed32_codec); in IBufferMessage.InternalWriteTo()
3225 size += unpackedSfixed32_ in CalculateSize()
[all...]
H A DTestMessagesProto2.cs347 unpackedSfixed32_ = other.unpackedSfixed32_.Clone(); in TestAllTypesProto2()
1361 private readonly pbc::RepeatedField<int> unpackedSfixed32_ = new pbc::RepeatedField<int>(); field in ProtobufTestMessages.Proto2.TestAllTypesProto2
1364 get { return unpackedSfixed32_; }
2366 if(!unpackedSfixed32_.Equals(other.unpackedSfixed32_)) return false; in Equals()
2494 hash ^= unpackedSfixed32_.GetHashCode(); in GetHashCode()
2717 unpackedSfixed32_.WriteTo(output, _repeated_unpackedSfixed32_codec); in WriteTo()
2998 unpackedSfixed32_.WriteTo(ref output, _repeated_unpackedSfixed32_codec); in IBufferMessage.InternalWriteTo()
3238 size += unpackedSfixed32_ in CalculateSize()
[all...]
H A DUnittestProto3.cs7606 unpackedSfixed32_ = other.unpackedSfixed32_.Clone(); in TestUnpackedTypes()
7704 private readonly pbc::RepeatedField<int> unpackedSfixed32_ = new pbc::RepeatedField<int>(); field in Google.Protobuf.TestProtos.TestUnpackedTypes
7707 get { return unpackedSfixed32_; }
7781 if(!unpackedSfixed32_.Equals(other.unpackedSfixed32_)) return false; in Equals()
7801 hash ^= unpackedSfixed32_.GetHashCode(); in GetHashCode()
7831 unpackedSfixed32_.WriteTo(output, _repeated_unpackedSfixed32_codec); in WriteTo()
7854 unpackedSfixed32_.WriteTo(ref output, _repeated_unpackedSfixed32_codec); in IBufferMessage.InternalWriteTo()
7877 size += unpackedSfixed32_ in CalculateSize()
[all...]
H A DUnittest.cs23192 unpackedSfixed32_ = other.unpackedSfixed32_.Clone(); in TestUnpackedTypes()
23290 private readonly pbc::RepeatedField<int> unpackedSfixed32_ = new pbc::RepeatedField<int>(); field in Google.Protobuf.TestProtos.Proto2.TestUnpackedTypes
23293 get { return unpackedSfixed32_; }
23367 if(!unpackedSfixed32_.Equals(other.unpackedSfixed32_)) return false; in Equals()
23387 hash ^= unpackedSfixed32_.GetHashCode(); in GetHashCode()
23417 unpackedSfixed32_.WriteTo(output, _repeated_unpackedSfixed32_codec); in WriteTo()
23440 unpackedSfixed32_.WriteTo(ref output, _repeated_unpackedSfixed32_codec); in IBufferMessage.InternalWriteTo()
23463 size += unpackedSfixed32_ in CalculateSize()
[all...]

Completed in 58 milliseconds