Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs334 repeatedCord_ = other.repeatedCord_.Clone(); in TestAllTypesProto3()
932 private readonly pbc::RepeatedField<string> repeatedCord_ = new pbc::RepeatedField<string>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
935 get { return repeatedCord_; }
2146 if(!repeatedCord_.Equals(other.repeatedCord_)) return false; in Equals()
2302 hash ^= repeatedCord_.GetHashCode(); in GetHashCode()
2537 repeatedCord_.WriteTo(output, _repeated_repeatedCord_codec); in WriteTo()
2881 repeatedCord_.WriteTo(ref output, _repeated_repeatedCord_codec); in IBufferMessage.InternalWriteTo()
3202 size += repeatedCord_ in CalculateSize()
[all...]
H A DTestMessagesProto2.cs324 repeatedCord_ = other.repeatedCord_.Clone(); in TestAllTypesProto2()
1125 private readonly pbc::RepeatedField<string> repeatedCord_ = new pbc::RepeatedField<string>(); field in ProtobufTestMessages.Proto2.TestAllTypesProto2
1128 get { return repeatedCord_; }
2343 if(!repeatedCord_.Equals(other.repeatedCord_)) return false; in Equals()
2471 hash ^= repeatedCord_.GetHashCode(); in GetHashCode()
2675 repeatedCord_.WriteTo(output, _repeated_repeatedCord_codec); in WriteTo()
2956 repeatedCord_.WriteTo(ref output, _repeated_repeatedCord_codec); in IBufferMessage.InternalWriteTo()
3215 size += repeatedCord_ in CalculateSize()
[all...]
H A DUnittest.cs1205 repeatedCord_ = other.repeatedCord_.Clone(); in TestAllTypes()
2045 private readonly pbc::RepeatedField<string> repeatedCord_ = new pbc::RepeatedField<string>(); field in Google.Protobuf.TestProtos.Proto2.TestAllTypes
2048 get { return repeatedCord_; }
2703 if(!repeatedCord_.Equals(other.repeatedCord_)) return false; in Equals()
2785 hash ^= repeatedCord_.GetHashCode(); in GetHashCode()
2956 repeatedCord_.WriteTo(output, _repeated_repeatedCord_codec); in WriteTo()
3191 repeatedCord_.WriteTo(ref output, _repeated_repeatedCord_codec); in IBufferMessage.InternalWriteTo()
3399 size += repeatedCord_ in CalculateSize()
[all...]

Completed in 36 milliseconds