Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs1757 repeatedChild_ = other.repeatedChild_.Clone(); in NestedTestAllTypes()
1791 …RepeatedField<global::Google.Protobuf.TestProtos.NestedTestAllTypes> repeatedChild_ = new pbc::Rep… field in Google.Protobuf.TestProtos.NestedTestAllTypes
1794 get { return repeatedChild_; }
1812 if(!repeatedChild_.Equals(other.repeatedChild_)) return false; in Equals()
1821 hash ^= repeatedChild_.GetHashCode(); in GetHashCode()
1840 repeatedChild_.WriteTo(output, _repeated_repeatedChild_codec); in WriteTo()
1852 size += repeatedChild_.CalculateSize(_repeated_repeatedChild_codec); in CalculateSize()
1873 repeatedChild_.Add(other.repeatedChild_); in MergeFrom()
1899 repeatedChild_.AddEntriesFrom(input, _repeated_repeatedChild_codec); in MergeFrom()