Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs322 repeatedSfixed32_ = other.repeatedSfixed32_.Clone(); in TestAllTypesProto3()
812 private readonly pbc::RepeatedField<int> repeatedSfixed32_ = new pbc::RepeatedField<int>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
815 get { return repeatedSfixed32_; }
2134 if(!repeatedSfixed32_.Equals(other.repeatedSfixed32_)) return false; in Equals()
2290 hash ^= repeatedSfixed32_.GetHashCode(); in GetHashCode()
2525 repeatedSfixed32_.WriteTo(output, _repeated_repeatedSfixed32_codec); in WriteTo()
2869 repeatedSfixed32_.WriteTo(ref output, _repeated_repeatedSfixed32_codec); in IBufferMessage.InternalWriteTo()
3190 size += repeatedSfixed32_ in CalculateSize()
[all...]
H A DTestMessagesProto2.cs312 repeatedSfixed32_ = other.repeatedSfixed32_.Clone(); in TestAllTypesProto2()
1005 private readonly pbc::RepeatedField<int> repeatedSfixed32_ = new pbc::RepeatedField<int>(); field in ProtobufTestMessages.Proto2.TestAllTypesProto2
1008 get { return repeatedSfixed32_; }
2331 if(!repeatedSfixed32_.Equals(other.repeatedSfixed32_)) return false; in Equals()
2459 hash ^= repeatedSfixed32_.GetHashCode(); in GetHashCode()
2663 repeatedSfixed32_.WriteTo(output, _repeated_repeatedSfixed32_codec); in WriteTo()
2944 repeatedSfixed32_.WriteTo(ref output, _repeated_repeatedSfixed32_codec); in IBufferMessage.InternalWriteTo()
3203 size += repeatedSfixed32_ in CalculateSize()
[all...]
H A DUnittestProto3.cs316 repeatedSfixed32_ = other.repeatedSfixed32_.Clone(); in TestAllTypes()
688 private readonly pbc::RepeatedField<int> repeatedSfixed32_ = new pbc::RepeatedField<int>(); field in Google.Protobuf.TestProtos.TestAllTypes
691 get { return repeatedSfixed32_; }
935 if(!repeatedSfixed32_.Equals(other.repeatedSfixed32_)) return false; in Equals()
990 hash ^= repeatedSfixed32_.GetHashCode(); in GetHashCode()
1121 repeatedSfixed32_.WriteTo(output, _repeated_repeatedSfixed32_codec); in WriteTo()
1256 repeatedSfixed32_.WriteTo(ref output, _repeated_repeatedSfixed32_codec); in IBufferMessage.InternalWriteTo()
1369 size += repeatedSfixed32_ in CalculateSize()
[all...]
H A DUnittest.cs1190 repeatedSfixed32_ = other.repeatedSfixed32_.Clone(); in TestAllTypes()
1895 private readonly pbc::RepeatedField<int> repeatedSfixed32_ = new pbc::RepeatedField<int>(); field in Google.Protobuf.TestProtos.Proto2.TestAllTypes
1898 get { return repeatedSfixed32_; }
2688 if(!repeatedSfixed32_.Equals(other.repeatedSfixed32_)) return false; in Equals()
2770 hash ^= repeatedSfixed32_.GetHashCode(); in GetHashCode()
2941 repeatedSfixed32_.WriteTo(output, _repeated_repeatedSfixed32_codec); in WriteTo()
3176 repeatedSfixed32_.WriteTo(ref output, _repeated_repeatedSfixed32_codec); in IBufferMessage.InternalWriteTo()
3384 size += repeatedSfixed32_ in CalculateSize()
[all...]

Completed in 43 milliseconds