Searched refs:repeatedString_ (Results 1 – 2 of 2) sorted by relevance
824 repeatedString_ = other.repeatedString_.Clone(); in TestAllTypes()1297 private readonly pbc::RepeatedField<string> repeatedString_ = new pbc::RepeatedField<string>(); field in Conformance.TestAllTypes1300 get { return repeatedString_; }2141 if(!repeatedString_.Equals(other.repeatedString_)) return false; in Equals()2256 hash ^= repeatedString_.GetHashCode(); in GetHashCode()2441 repeatedString_.WriteTo(output, _repeated_repeatedString_codec); in WriteTo()2682 size += repeatedString_.CalculateSize(_repeated_repeatedString_codec); in CalculateSize()2913 repeatedString_.Add(other.repeatedString_); in MergeFrom()3260 repeatedString_.AddEntriesFrom(input, _repeated_repeatedString_codec); in MergeFrom()
296 repeatedString_ = other.repeatedString_.Clone(); in TestAllTypes()712 private readonly pbc::RepeatedField<string> repeatedString_ = new pbc::RepeatedField<string>(); field in Google.Protobuf.TestProtos.TestAllTypes715 get { return repeatedString_; }914 if(!repeatedString_.Equals(other.repeatedString_)) return false; in Equals()969 hash ^= repeatedString_.GetHashCode(); in GetHashCode()1094 repeatedString_.WriteTo(output, _repeated_repeatedString_codec); in WriteTo()1203 size += repeatedString_.CalculateSize(_repeated_repeatedString_codec); in CalculateSize()1323 repeatedString_.Add(other.repeatedString_); in MergeFrom()1523 repeatedString_.AddEntriesFrom(input, _repeated_repeatedString_codec); in MergeFrom()