Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs782 repeatedString_ = other.repeatedString_.Clone(); in TestAllTypes()
1219 private readonly pbc::RepeatedField<string> repeatedString_ = new pbc::RepeatedField<string>(); field in Conformance.TestAllTypes
1221 get { return repeatedString_; }
1986 if(!repeatedString_.Equals(other.repeatedString_)) return false; in Equals()
2100 hash ^= repeatedString_.GetHashCode(); in GetHashCode()
2283 repeatedString_.WriteTo(output, _repeated_repeatedString_codec); in WriteTo()
2523 size += repeatedString_.CalculateSize(_repeated_repeatedString_codec); in CalculateSize()
2753 repeatedString_.Add(other.repeatedString_); in MergeFrom()
3099 repeatedString_.AddEntriesFrom(input, _repeated_repeatedString_codec); in MergeFrom()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs293 repeatedString_ = other.repeatedString_.Clone(); in TestAllTypes()
673 private readonly pbc::RepeatedField<string> repeatedString_ = new pbc::RepeatedField<string>(); field in Google.Protobuf.TestProtos.TestAllTypes
675 get { return repeatedString_; }
858 if(!repeatedString_.Equals(other.repeatedString_)) return false; in Equals()
912 hash ^= repeatedString_.GetHashCode(); in GetHashCode()
1035 repeatedString_.WriteTo(output, _repeated_repeatedString_codec); in WriteTo()
1143 size += repeatedString_.CalculateSize(_repeated_repeatedString_codec); in CalculateSize()
1262 repeatedString_.Add(other.repeatedString_); in MergeFrom()
1461 repeatedString_.AddEntriesFrom(input, _repeated_repeatedString_codec); in MergeFrom()