Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs333 repeatedStringPiece_ = other.repeatedStringPiece_.Clone(); in TestAllTypesProto3()
922 private readonly pbc::RepeatedField<string> repeatedStringPiece_ = new pbc::RepeatedField<string>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
925 get { return repeatedStringPiece_; }
2145 if(!repeatedStringPiece_.Equals(other.repeatedStringPiece_)) return false; in Equals()
2301 hash ^= repeatedStringPiece_.GetHashCode(); in GetHashCode()
2536 repeatedStringPiece_.WriteTo(output, _repeated_repeatedStringPiece_codec); in WriteTo()
2880 repeatedStringPiece_.WriteTo(ref output, _repeated_repeatedStringPiece_codec); in IBufferMessage.InternalWriteTo()
3201 size += repeatedStringPiece_ in CalculateSize()
[all...]
H A DTestMessagesProto2.cs323 repeatedStringPiece_ = other.repeatedStringPiece_.Clone(); in TestAllTypesProto2()
1115 private readonly pbc::RepeatedField<string> repeatedStringPiece_ = new pbc::RepeatedField<string>(); field in ProtobufTestMessages.Proto2.TestAllTypesProto2
1118 get { return repeatedStringPiece_; }
2342 if(!repeatedStringPiece_.Equals(other.repeatedStringPiece_)) return false; in Equals()
2470 hash ^= repeatedStringPiece_.GetHashCode(); in GetHashCode()
2674 repeatedStringPiece_.WriteTo(output, _repeated_repeatedStringPiece_codec); in WriteTo()
2955 repeatedStringPiece_.WriteTo(ref output, _repeated_repeatedStringPiece_codec); in IBufferMessage.InternalWriteTo()
3214 size += repeatedStringPiece_ in CalculateSize()
[all...]
H A DUnittest.cs1204 repeatedStringPiece_ = other.repeatedStringPiece_.Clone(); in TestAllTypes()
2035 private readonly pbc::RepeatedField<string> repeatedStringPiece_ = new pbc::RepeatedField<string>(); field in Google.Protobuf.TestProtos.Proto2.TestAllTypes
2038 get { return repeatedStringPiece_; }
2702 if(!repeatedStringPiece_.Equals(other.repeatedStringPiece_)) return false; in Equals()
2784 hash ^= repeatedStringPiece_.GetHashCode(); in GetHashCode()
2955 repeatedStringPiece_.WriteTo(output, _repeated_repeatedStringPiece_codec); in WriteTo()
3190 repeatedStringPiece_.WriteTo(ref output, _repeated_repeatedStringPiece_codec); in IBufferMessage.InternalWriteTo()
3398 size += repeatedStringPiece_ in CalculateSize()
[all...]

Completed in 35 milliseconds