Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs838 repeatedValue_ = other.repeatedValue_.Clone(); in TestAllTypes()
1793 …nly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Value> repeatedValue_ = new pbc::Rep… field in Conformance.TestAllTypes
1795 get { return repeatedValue_; }
2046 if(!repeatedValue_.Equals(other.repeatedValue_)) return false; in Equals()
2160 hash ^= repeatedValue_.GetHashCode(); in GetHashCode()
2390 repeatedValue_.WriteTo(output, _repeated_repeatedValue_codec); in WriteTo()
2621 size += repeatedValue_.CalculateSize(_repeated_repeatedValue_codec); in CalculateSize()
2875 repeatedValue_.Add(other.repeatedValue_); in MergeFrom()
3387 repeatedValue_.AddEntriesFrom(input, _repeated_repeatedValue_codec); in MergeFrom()