Home
last modified time | relevance | path

Searched refs:repeatedFixed32_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs289 repeatedFixed32_ = other.repeatedFixed32_.Clone(); in TestAllTypes()
642 private readonly pbc::RepeatedField<uint> repeatedFixed32_ = new pbc::RepeatedField<uint>(); field in Google.Protobuf.TestProtos.TestAllTypes
645 get { return repeatedFixed32_; }
907 if(!repeatedFixed32_.Equals(other.repeatedFixed32_)) return false; in Equals()
962 hash ^= repeatedFixed32_.GetHashCode(); in GetHashCode()
1087 repeatedFixed32_.WriteTo(output, _repeated_repeatedFixed32_codec); in WriteTo()
1196 size += repeatedFixed32_.CalculateSize(_repeated_repeatedFixed32_codec); in CalculateSize()
1316 repeatedFixed32_.Add(other.repeatedFixed32_); in MergeFrom()
1489 repeatedFixed32_.AddEntriesFrom(input, _repeated_repeatedFixed32_codec); in MergeFrom()
5780 repeatedFixed32_ = other.repeatedFixed32_.Clone(); in TestRepeatedScalarDifferentTagSizes()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs817 repeatedFixed32_ = other.repeatedFixed32_.Clone(); in TestAllTypes()
1227 private readonly pbc::RepeatedField<uint> repeatedFixed32_ = new pbc::RepeatedField<uint>(); field in Conformance.TestAllTypes
1230 get { return repeatedFixed32_; }
2134 if(!repeatedFixed32_.Equals(other.repeatedFixed32_)) return false; in Equals()
2249 hash ^= repeatedFixed32_.GetHashCode(); in GetHashCode()
2434 repeatedFixed32_.WriteTo(output, _repeated_repeatedFixed32_codec); in WriteTo()
2675 size += repeatedFixed32_.CalculateSize(_repeated_repeatedFixed32_codec); in CalculateSize()
2906 repeatedFixed32_.Add(other.repeatedFixed32_); in MergeFrom()
3226 repeatedFixed32_.AddEntriesFrom(input, _repeated_repeatedFixed32_codec); in MergeFrom()