Searched defs:repeatedFixed32_ (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
H A DConformance.cs775 repeatedFixed32_ = other.repeatedFixed32_.Clone();
1156 private readonly pbc::RepeatedField<uint> repeatedFixed32_ = new pbc::RepeatedField<uint>(); field in class:Conformance.TestAllTypes
1158 get { return repeatedFixed32_; }
1979 if(!repeatedFixed32_.Equals(other.repeatedFixed32_)) return false;
2093 hash ^= repeatedFixed32_.GetHashCode();
2276 repeatedFixed32_.WriteTo(output, _repeated_repeatedFixed32_codec);
2516 size += repeatedFixed32_.CalculateSize(_repeated_repeatedFixed32_codec);
2746 repeatedFixed32_
[all...]
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
H A DUnittestProto3.cs286 repeatedFixed32_ = other.repeatedFixed32_.Clone();
610 private readonly pbc::RepeatedField<uint> repeatedFixed32_ = new pbc::RepeatedField<uint>(); field in class:Google.Protobuf.TestProtos.TestAllTypes
612 get { return repeatedFixed32_; }
851 if(!repeatedFixed32_.Equals(other.repeatedFixed32_)) return false;
905 hash ^= repeatedFixed32_.GetHashCode();
1028 repeatedFixed32_.WriteTo(output, _repeated_repeatedFixed32_codec);
1136 size += repeatedFixed32_.CalculateSize(_repeated_repeatedFixed32_codec);
1255 repeatedFixed32_
5321 private readonly pbc::RepeatedField<uint> repeatedFixed32_ = new pbc::RepeatedField<uint>(); field in class:Google.Protobuf.TestProtos.TestRepeatedScalarDifferentTagSizes
[all...]

Completed in 2967 milliseconds