Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittest.cs13978 repeatedStringPieceField_ = other.repeatedStringPieceField_.Clone(); in TestCamelCaseFieldNames()
14160 private readonly pbc::RepeatedField<string> repeatedStringPieceField_ = new pbc::RepeatedField<string>(); field in Google.Protobuf.TestProtos.Proto2.TestCamelCaseFieldNames
14163 get { return repeatedStringPieceField_; }
14199 if(!repeatedStringPieceField_.Equals(other.repeatedStringPieceField_)) return false; in Equals()
14217 hash ^= repeatedStringPieceField_.GetHashCode(); in GetHashCode()
14263 repeatedStringPieceField_.WriteTo(output, _repeated_repeatedStringPieceField_codec); in WriteTo()
14302 repeatedStringPieceField_.WriteTo(ref output, _repeated_repeatedStringPieceField_codec); in IBufferMessage.InternalWriteTo()
14335 size += repeatedStringPieceField_ in CalculateSize()
[all...]

Completed in 30 milliseconds