Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs318 repeatedSint32_ = other.repeatedSint32_.Clone(); in TestAllTypesProto3()
772 private readonly pbc::RepeatedField<int> repeatedSint32_ = new pbc::RepeatedField<int>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
775 get { return repeatedSint32_; }
2130 if(!repeatedSint32_.Equals(other.repeatedSint32_)) return false; in Equals()
2286 hash ^= repeatedSint32_.GetHashCode(); in GetHashCode()
2521 repeatedSint32_.WriteTo(output, _repeated_repeatedSint32_codec); in WriteTo()
2865 repeatedSint32_.WriteTo(ref output, _repeated_repeatedSint32_codec); in IBufferMessage.InternalWriteTo()
3186 size += repeatedSint32_ in CalculateSize()
[all...]
H A DTestMessagesProto2.cs308 repeatedSint32_ = other.repeatedSint32_.Clone(); in TestAllTypesProto2()
965 private readonly pbc::RepeatedField<int> repeatedSint32_ = new pbc::RepeatedField<int>(); field in ProtobufTestMessages.Proto2.TestAllTypesProto2
968 get { return repeatedSint32_; }
2327 if(!repeatedSint32_.Equals(other.repeatedSint32_)) return false; in Equals()
2455 hash ^= repeatedSint32_.GetHashCode(); in GetHashCode()
2659 repeatedSint32_.WriteTo(output, _repeated_repeatedSint32_codec); in WriteTo()
2940 repeatedSint32_.WriteTo(ref output, _repeated_repeatedSint32_codec); in IBufferMessage.InternalWriteTo()
3199 size += repeatedSint32_ in CalculateSize()
[all...]
H A DUnittestProto3.cs312 repeatedSint32_ = other.repeatedSint32_.Clone(); in TestAllTypes()
648 private readonly pbc::RepeatedField<int> repeatedSint32_ = new pbc::RepeatedField<int>(); field in Google.Protobuf.TestProtos.TestAllTypes
651 get { return repeatedSint32_; }
931 if(!repeatedSint32_.Equals(other.repeatedSint32_)) return false; in Equals()
986 hash ^= repeatedSint32_.GetHashCode(); in GetHashCode()
1117 repeatedSint32_.WriteTo(output, _repeated_repeatedSint32_codec); in WriteTo()
1252 repeatedSint32_.WriteTo(ref output, _repeated_repeatedSint32_codec); in IBufferMessage.InternalWriteTo()
1365 size += repeatedSint32_ in CalculateSize()
[all...]
H A DUnittest.cs1186 repeatedSint32_ = other.repeatedSint32_.Clone(); in TestAllTypes()
1855 private readonly pbc::RepeatedField<int> repeatedSint32_ = new pbc::RepeatedField<int>(); field in Google.Protobuf.TestProtos.Proto2.TestAllTypes
1858 get { return repeatedSint32_; }
2684 if(!repeatedSint32_.Equals(other.repeatedSint32_)) return false; in Equals()
2766 hash ^= repeatedSint32_.GetHashCode(); in GetHashCode()
2937 repeatedSint32_.WriteTo(output, _repeated_repeatedSint32_codec); in WriteTo()
3172 repeatedSint32_.WriteTo(ref output, _repeated_repeatedSint32_codec); in IBufferMessage.InternalWriteTo()
3380 size += repeatedSint32_ in CalculateSize()
[all...]

Completed in 41 milliseconds