Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs320 repeatedFixed32_ = other.repeatedFixed32_.Clone(); in TestAllTypesProto3()
792 private readonly pbc::RepeatedField<uint> repeatedFixed32_ = new pbc::RepeatedField<uint>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
795 get { return repeatedFixed32_; }
2132 if(!repeatedFixed32_.Equals(other.repeatedFixed32_)) return false; in Equals()
2288 hash ^= repeatedFixed32_.GetHashCode(); in GetHashCode()
2523 repeatedFixed32_.WriteTo(output, _repeated_repeatedFixed32_codec); in WriteTo()
2867 repeatedFixed32_.WriteTo(ref output, _repeated_repeatedFixed32_codec); in IBufferMessage.InternalWriteTo()
3188 size += repeatedFixed32_ in CalculateSize()
[all...]
H A DUnittestProto3.cs314 repeatedFixed32_ = other.repeatedFixed32_.Clone(); in TestAllTypes()
668 private readonly pbc::RepeatedField<uint> repeatedFixed32_ = new pbc::RepeatedField<uint>(); field in Google.Protobuf.TestProtos.TestAllTypes
671 get { return repeatedFixed32_; }
933 if(!repeatedFixed32_.Equals(other.repeatedFixed32_)) return false; in Equals()
988 hash ^= repeatedFixed32_.GetHashCode(); in GetHashCode()
1119 repeatedFixed32_.WriteTo(output, _repeated_repeatedFixed32_codec); in WriteTo()
1254 repeatedFixed32_.WriteTo(ref output, _repeated_repeatedFixed32_codec); in IBufferMessage.InternalWriteTo()
1367 size += repeatedFixed32_ in CalculateSize()
8130 private readonly pbc::RepeatedField<uint> repeatedFixed32_ = new pbc::RepeatedField<uint>(); global() field in Google.Protobuf.TestProtos.TestRepeatedScalarDifferentTagSizes
[all...]
H A DTestMessagesProto2.cs310 repeatedFixed32_ = other.repeatedFixed32_.Clone(); in TestAllTypesProto2()
985 private readonly pbc::RepeatedField<uint> repeatedFixed32_ = new pbc::RepeatedField<uint>(); field in ProtobufTestMessages.Proto2.TestAllTypesProto2
988 get { return repeatedFixed32_; }
2329 if(!repeatedFixed32_.Equals(other.repeatedFixed32_)) return false; in Equals()
2457 hash ^= repeatedFixed32_.GetHashCode(); in GetHashCode()
2661 repeatedFixed32_.WriteTo(output, _repeated_repeatedFixed32_codec); in WriteTo()
2942 repeatedFixed32_.WriteTo(ref output, _repeated_repeatedFixed32_codec); in IBufferMessage.InternalWriteTo()
3201 size += repeatedFixed32_ in CalculateSize()
[all...]
H A DUnittest.cs1188 repeatedFixed32_ = other.repeatedFixed32_.Clone(); in TestAllTypes()
1875 private readonly pbc::RepeatedField<uint> repeatedFixed32_ = new pbc::RepeatedField<uint>(); field in Google.Protobuf.TestProtos.Proto2.TestAllTypes
1878 get { return repeatedFixed32_; }
2686 if(!repeatedFixed32_.Equals(other.repeatedFixed32_)) return false; in Equals()
2768 hash ^= repeatedFixed32_.GetHashCode(); in GetHashCode()
2939 repeatedFixed32_.WriteTo(output, _repeated_repeatedFixed32_codec); in WriteTo()
3174 repeatedFixed32_.WriteTo(ref output, _repeated_repeatedFixed32_codec); in IBufferMessage.InternalWriteTo()
3382 size += repeatedFixed32_ in CalculateSize()
24710 private readonly pbc::RepeatedField<uint> repeatedFixed32_ = new pbc::RepeatedField<uint>(); global() field in Google.Protobuf.TestProtos.Proto2.TestRepeatedScalarDifferentTagSizes
[all...]

Completed in 42 milliseconds