Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs830 repeatedStringPiece_ = other.repeatedStringPiece_.Clone(); in TestAllTypes()
1357 …private readonly pbc::RepeatedField<string> repeatedStringPiece_ = new pbc::RepeatedField<string>(… field in Conformance.TestAllTypes
1360 get { return repeatedStringPiece_; }
2147 if(!repeatedStringPiece_.Equals(other.repeatedStringPiece_)) return false; in Equals()
2262 hash ^= repeatedStringPiece_.GetHashCode(); in GetHashCode()
2447 repeatedStringPiece_.WriteTo(output, _repeated_repeatedStringPiece_codec); in WriteTo()
2688 size += repeatedStringPiece_.CalculateSize(_repeated_repeatedStringPiece_codec); in CalculateSize()
2919 repeatedStringPiece_.Add(other.repeatedStringPiece_); in MergeFrom()
3286 repeatedStringPiece_.AddEntriesFrom(input, _repeated_repeatedStringPiece_codec); in MergeFrom()