Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs327 repeatedString_ = other.repeatedString_.Clone(); in TestAllTypesProto3()
862 private readonly pbc::RepeatedField<string> repeatedString_ = new pbc::RepeatedField<string>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
865 get { return repeatedString_; }
2139 if(!repeatedString_.Equals(other.repeatedString_)) return false; in Equals()
2295 hash ^= repeatedString_.GetHashCode(); in GetHashCode()
2530 repeatedString_.WriteTo(output, _repeated_repeatedString_codec); in WriteTo()
2874 repeatedString_.WriteTo(ref output, _repeated_repeatedString_codec); in IBufferMessage.InternalWriteTo()
3195 size += repeatedString_ in CalculateSize()
[all...]
H A DTestMessagesProto2.cs317 repeatedString_ = other.repeatedString_.Clone(); in TestAllTypesProto2()
1055 private readonly pbc::RepeatedField<string> repeatedString_ = new pbc::RepeatedField<string>(); field in ProtobufTestMessages.Proto2.TestAllTypesProto2
1058 get { return repeatedString_; }
2336 if(!repeatedString_.Equals(other.repeatedString_)) return false; in Equals()
2464 hash ^= repeatedString_.GetHashCode(); in GetHashCode()
2668 repeatedString_.WriteTo(output, _repeated_repeatedString_codec); in WriteTo()
2949 repeatedString_.WriteTo(ref output, _repeated_repeatedString_codec); in IBufferMessage.InternalWriteTo()
3208 size += repeatedString_ in CalculateSize()
[all...]
H A DUnittestProto3.cs321 repeatedString_ = other.repeatedString_.Clone(); in TestAllTypes()
738 private readonly pbc::RepeatedField<string> repeatedString_ = new pbc::RepeatedField<string>(); field in Google.Protobuf.TestProtos.TestAllTypes
741 get { return repeatedString_; }
940 if(!repeatedString_.Equals(other.repeatedString_)) return false; in Equals()
995 hash ^= repeatedString_.GetHashCode(); in GetHashCode()
1126 repeatedString_.WriteTo(output, _repeated_repeatedString_codec); in WriteTo()
1261 repeatedString_.WriteTo(ref output, _repeated_repeatedString_codec); in IBufferMessage.InternalWriteTo()
1374 size += repeatedString_ in CalculateSize()
[all...]
H A DUnittest.cs1195 repeatedString_ = other.repeatedString_.Clone(); in TestAllTypes()
1945 private readonly pbc::RepeatedField<string> repeatedString_ = new pbc::RepeatedField<string>(); field in Google.Protobuf.TestProtos.Proto2.TestAllTypes
1948 get { return repeatedString_; }
2693 if(!repeatedString_.Equals(other.repeatedString_)) return false; in Equals()
2775 hash ^= repeatedString_.GetHashCode(); in GetHashCode()
2946 repeatedString_.WriteTo(output, _repeated_repeatedString_codec); in WriteTo()
3181 repeatedString_.WriteTo(ref output, _repeated_repeatedString_codec); in IBufferMessage.InternalWriteTo()
3389 size += repeatedString_ in CalculateSize()
[all...]

Completed in 42 milliseconds