Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs309 repeatedCord_ = other.repeatedCord_.Clone(); in TestAllTypesProto3()
879 private readonly pbc::RepeatedField<string> repeatedCord_ = new pbc::RepeatedField<string>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
882 get { return repeatedCord_; }
1807 if(!repeatedCord_.Equals(other.repeatedCord_)) return false; in Equals()
1935 hash ^= repeatedCord_.GetHashCode(); in GetHashCode()
2139 repeatedCord_.WriteTo(output, _repeated_repeatedCord_codec); in WriteTo()
2431 size += repeatedCord_.CalculateSize(_repeated_repeatedCord_codec); in CalculateSize()
2702 repeatedCord_.Add(other.repeatedCord_); in MergeFrom()
3114 repeatedCord_.AddEntriesFrom(input, _repeated_repeatedCord_codec); in MergeFrom()