Home
last modified time | relevance | path

Searched refs:repeatedMessageField_ (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3.cs4172 repeatedMessageField_ = other.repeatedMessageField_.Clone(); in TestCamelCaseFieldNames()
4259 private readonly pbc::RepeatedField<global::Google.Protobuf.TestProtos.ForeignMessage> repeatedMessageField_ = new pbc::RepeatedField<global::Google.Protobuf.TestProtos.ForeignMessage>(); field in Google.Protobuf.TestProtos.TestCamelCaseFieldNames
4262 get { return repeatedMessageField_; }
4285 if(!repeatedMessageField_.Equals(other.repeatedMessageField_)) return false; in Equals()
4299 hash ^= repeatedMessageField_.GetHashCode(); in GetHashCode()
4335 repeatedMessageField_.WriteTo(output, _repeated_repeatedMessageField_codec); in WriteTo()
4364 repeatedMessageField_.WriteTo(ref output, _repeated_repeatedMessageField_codec); in IBufferMessage.InternalWriteTo()
4389 size += repeatedMessageField_ in CalculateSize()
[all...]
H A DUnittest.cs13977 repeatedMessageField_ = other.repeatedMessageField_.Clone(); in TestCamelCaseFieldNames()
14150 private readonly pbc::RepeatedField<global::Google.Protobuf.TestProtos.Proto2.ForeignMessage> repeatedMessageField_ = new pbc::RepeatedField<global::Google.Protobuf.TestProtos.Proto2.ForeignMessage>(); field in Google.Protobuf.TestProtos.Proto2.TestCamelCaseFieldNames
14153 get { return repeatedMessageField_; }
14198 if(!repeatedMessageField_.Equals(other.repeatedMessageField_)) return false; in Equals()
14216 hash ^= repeatedMessageField_.GetHashCode(); in GetHashCode()
14262 repeatedMessageField_.WriteTo(output, _repeated_repeatedMessageField_codec); in WriteTo()
14301 repeatedMessageField_.WriteTo(ref output, _repeated_repeatedMessageField_codec); in IBufferMessage.InternalWriteTo()
14334 size += repeatedMessageField_ in CalculateSize()
[all...]

Completed in 41 milliseconds