Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs824 repeatedString_ = other.repeatedString_.Clone(); in TestAllTypes()
1297 private readonly pbc::RepeatedField<string> repeatedString_ = new pbc::RepeatedField<string>(); field in Conformance.TestAllTypes
1300 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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs296 repeatedString_ = other.repeatedString_.Clone(); in TestAllTypes()
712 private readonly pbc::RepeatedField<string> repeatedString_ = new pbc::RepeatedField<string>(); field in Google.Protobuf.TestProtos.TestAllTypes
715 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()