Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs788 repeatedStringPiece_ = other.repeatedStringPiece_.Clone(); in TestAllTypes()
1273 …private readonly pbc::RepeatedField<string> repeatedStringPiece_ = new pbc::RepeatedField<string>(… field in Conformance.TestAllTypes
1275 get { return repeatedStringPiece_; }
1992 if(!repeatedStringPiece_.Equals(other.repeatedStringPiece_)) return false; in Equals()
2106 hash ^= repeatedStringPiece_.GetHashCode(); in GetHashCode()
2289 repeatedStringPiece_.WriteTo(output, _repeated_repeatedStringPiece_codec); in WriteTo()
2529 size += repeatedStringPiece_.CalculateSize(_repeated_repeatedStringPiece_codec); in CalculateSize()
2759 repeatedStringPiece_.Add(other.repeatedStringPiece_); in MergeFrom()
3125 repeatedStringPiece_.AddEntriesFrom(input, _repeated_repeatedStringPiece_codec); in MergeFrom()