Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs1677 repeatedChild_ = other.repeatedChild_.Clone(); in NestedTestAllTypes()
1708 …RepeatedField<global::Google.Protobuf.TestProtos.NestedTestAllTypes> repeatedChild_ = new pbc::Rep… field in Google.Protobuf.TestProtos.NestedTestAllTypes
1710 get { return repeatedChild_; }
1726 if(!repeatedChild_.Equals(other.repeatedChild_)) return false; in Equals()
1734 hash ^= repeatedChild_.GetHashCode(); in GetHashCode()
1751 repeatedChild_.WriteTo(output, _repeated_repeatedChild_codec); in WriteTo()
1762 size += repeatedChild_.CalculateSize(_repeated_repeatedChild_codec); in CalculateSize()
1782 repeatedChild_.Add(other.repeatedChild_); in MergeFrom()
1807 repeatedChild_.AddEntriesFrom(input, _repeated_repeatedChild_codec); in MergeFrom()