Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto2.cs304 repeatedInt32_ = other.repeatedInt32_.Clone(); in TestAllTypesProto2()
922 private readonly pbc::RepeatedField<int> repeatedInt32_ = new pbc::RepeatedField<int>(); field in ProtobufTestMessages.Proto2.TestAllTypesProto2
928 get { return repeatedInt32_; }
2323 if(!repeatedInt32_.Equals(other.repeatedInt32_)) return false; in Equals()
2451 hash ^= repeatedInt32_.GetHashCode(); in GetHashCode()
2655 repeatedInt32_.WriteTo(output, _repeated_repeatedInt32_codec); in WriteTo()
2936 repeatedInt32_.WriteTo(ref output, _repeated_repeatedInt32_codec); in IBufferMessage.InternalWriteTo()
3195 size += repeatedInt32_ in CalculateSize()
6129 private readonly pbc::RepeatedField<int> repeatedInt32_ = new pbc::RepeatedField<int>(); global() field in ProtobufTestMessages.Proto2.UnknownToTestAllTypes
[all...]
H A DTestMessagesProto3.cs314 repeatedInt32_ = other.repeatedInt32_.Clone(); in TestAllTypesProto3()
729 private readonly pbc::RepeatedField<int> repeatedInt32_ = new pbc::RepeatedField<int>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
735 get { return repeatedInt32_; }
2126 if(!repeatedInt32_.Equals(other.repeatedInt32_)) return false; in Equals()
2282 hash ^= repeatedInt32_.GetHashCode(); in GetHashCode()
2517 repeatedInt32_.WriteTo(output, _repeated_repeatedInt32_codec); in WriteTo()
2861 repeatedInt32_.WriteTo(ref output, _repeated_repeatedInt32_codec); in IBufferMessage.InternalWriteTo()
3182 size += repeatedInt32_ in CalculateSize()
[all...]
H A DUnittestProto3.cs308 repeatedInt32_ = other.repeatedInt32_.Clone(); in TestAllTypes()
605 private readonly pbc::RepeatedField<int> repeatedInt32_ = new pbc::RepeatedField<int>(); field in Google.Protobuf.TestProtos.TestAllTypes
611 get { return repeatedInt32_; }
927 if(!repeatedInt32_.Equals(other.repeatedInt32_)) return false; in Equals()
982 hash ^= repeatedInt32_.GetHashCode(); in GetHashCode()
1113 repeatedInt32_.WriteTo(output, _repeated_repeatedInt32_codec); in WriteTo()
1248 repeatedInt32_.WriteTo(ref output, _repeated_repeatedInt32_codec); in IBufferMessage.InternalWriteTo()
1361 size += repeatedInt32_ in CalculateSize()
8145 private readonly pbc::RepeatedField<int> repeatedInt32_ = new pbc::RepeatedField<int>(); global() field in Google.Protobuf.TestProtos.TestRepeatedScalarDifferentTagSizes
[all...]
H A DUnittest.cs1182 repeatedInt32_ = other.repeatedInt32_.Clone(); in TestAllTypes()
1812 private readonly pbc::RepeatedField<int> repeatedInt32_ = new pbc::RepeatedField<int>(); field in Google.Protobuf.TestProtos.Proto2.TestAllTypes
1818 get { return repeatedInt32_; }
2680 if(!repeatedInt32_.Equals(other.repeatedInt32_)) return false; in Equals()
2762 hash ^= repeatedInt32_.GetHashCode(); in GetHashCode()
2933 repeatedInt32_.WriteTo(output, _repeated_repeatedInt32_codec); in WriteTo()
3168 repeatedInt32_.WriteTo(ref output, _repeated_repeatedInt32_codec); in IBufferMessage.InternalWriteTo()
3376 size += repeatedInt32_ in CalculateSize()
24725 private readonly pbc::RepeatedField<int> repeatedInt32_ = new pbc::RepeatedField<int>(); global() field in Google.Protobuf.TestProtos.Proto2.TestRepeatedScalarDifferentTagSizes
27997 private readonly pbc::RepeatedField<int> repeatedInt32_ = new pbc::RepeatedField<int>(); global() field in Google.Protobuf.TestProtos.Proto2.TestHugeFieldNumbers
[all...]

Completed in 43 milliseconds