Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs335 packedInt32_ = other.packedInt32_.Clone(); in TestAllTypesProto3()
942 private readonly pbc::RepeatedField<int> packedInt32_ = new pbc::RepeatedField<int>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
948 get { return packedInt32_; }
2147 if(!packedInt32_.Equals(other.packedInt32_)) return false; in Equals()
2303 hash ^= packedInt32_.GetHashCode(); in GetHashCode()
2557 packedInt32_.WriteTo(output, _repeated_packedInt32_codec); in WriteTo()
2901 packedInt32_.WriteTo(ref output, _repeated_packedInt32_codec); in IBufferMessage.InternalWriteTo()
3203 size += packedInt32_ in CalculateSize()
[all...]
H A DTestMessagesProto2.cs325 packedInt32_ = other.packedInt32_.Clone(); in TestAllTypesProto2()
1135 private readonly pbc::RepeatedField<int> packedInt32_ = new pbc::RepeatedField<int>(); field in ProtobufTestMessages.Proto2.TestAllTypesProto2
1141 get { return packedInt32_; }
2344 if(!packedInt32_.Equals(other.packedInt32_)) return false; in Equals()
2472 hash ^= packedInt32_.GetHashCode(); in GetHashCode()
2695 packedInt32_.WriteTo(output, _repeated_packedInt32_codec); in WriteTo()
2976 packedInt32_.WriteTo(ref output, _repeated_packedInt32_codec); in IBufferMessage.InternalWriteTo()
3216 size += packedInt32_ in CalculateSize()
[all...]
H A DUnittestProto3.cs7080 packedInt32_ = other.packedInt32_.Clone(); in TestPackedTypes()
7106 private readonly pbc::RepeatedField<int> packedInt32_ = new pbc::RepeatedField<int>(); field in Google.Protobuf.TestProtos.TestPackedTypes
7109 get { return packedInt32_; }
7255 if(!packedInt32_.Equals(other.packedInt32_)) return false; in Equals()
7275 hash ^= packedInt32_.GetHashCode(); in GetHashCode()
7305 packedInt32_.WriteTo(output, _repeated_packedInt32_codec); in WriteTo()
7328 packedInt32_.WriteTo(ref output, _repeated_packedInt32_codec); in IBufferMessage.InternalWriteTo()
7351 size += packedInt32_ in CalculateSize()
[all...]
H A DUnittest.cs22666 packedInt32_ = other.packedInt32_.Clone(); in TestPackedTypes()
22692 private readonly pbc::RepeatedField<int> packedInt32_ = new pbc::RepeatedField<int>(); field in Google.Protobuf.TestProtos.Proto2.TestPackedTypes
22695 get { return packedInt32_; }
22841 if(!packedInt32_.Equals(other.packedInt32_)) return false; in Equals()
22861 hash ^= packedInt32_.GetHashCode(); in GetHashCode()
22891 packedInt32_.WriteTo(output, _repeated_packedInt32_codec); in WriteTo()
22914 packedInt32_.WriteTo(ref output, _repeated_packedInt32_codec); in IBufferMessage.InternalWriteTo()
22937 size += packedInt32_ in CalculateSize()
28007 private readonly pbc::RepeatedField<int> packedInt32_ = new pbc::RepeatedField<int>(); global() field in Google.Protobuf.TestProtos.Proto2.TestHugeFieldNumbers
[all...]

Completed in 59 milliseconds