Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs358 repeatedValue_ = other.repeatedValue_.Clone(); in TestAllTypesProto3()
1507 …nly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Value> repeatedValue_ = new pbc::Rep… field in ProtobufTestMessages.Proto3.TestAllTypesProto3
1510 get { return repeatedValue_; }
1865 if(!repeatedValue_.Equals(other.repeatedValue_)) return false; in Equals()
1993 hash ^= repeatedValue_.GetHashCode(); in GetHashCode()
2259 repeatedValue_.WriteTo(output, _repeated_repeatedValue_codec); in WriteTo()
2537 size += repeatedValue_.CalculateSize(_repeated_repeatedValue_codec); in CalculateSize()
2817 repeatedValue_.Add(other.repeatedValue_); in MergeFrom()
3393 repeatedValue_.AddEntriesFrom(input, _repeated_repeatedValue_codec); in MergeFrom()