Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs328 repeatedBytes_ = other.repeatedBytes_.Clone(); in TestAllTypesProto3()
872 private readonly pbc::RepeatedField<pb::ByteString> repeatedBytes_ = new pbc::RepeatedField<pb::ByteString>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
875 get { return repeatedBytes_; }
2140 if(!repeatedBytes_.Equals(other.repeatedBytes_)) return false; in Equals()
2296 hash ^= repeatedBytes_.GetHashCode(); in GetHashCode()
2531 repeatedBytes_.WriteTo(output, _repeated_repeatedBytes_codec); in WriteTo()
2875 repeatedBytes_.WriteTo(ref output, _repeated_repeatedBytes_codec); in IBufferMessage.InternalWriteTo()
3196 size += repeatedBytes_ in CalculateSize()
[all...]
H A DTestMessagesProto2.cs318 repeatedBytes_ = other.repeatedBytes_.Clone(); in TestAllTypesProto2()
1065 private readonly pbc::RepeatedField<pb::ByteString> repeatedBytes_ = new pbc::RepeatedField<pb::ByteString>(); field in ProtobufTestMessages.Proto2.TestAllTypesProto2
1068 get { return repeatedBytes_; }
2337 if(!repeatedBytes_.Equals(other.repeatedBytes_)) return false; in Equals()
2465 hash ^= repeatedBytes_.GetHashCode(); in GetHashCode()
2669 repeatedBytes_.WriteTo(output, _repeated_repeatedBytes_codec); in WriteTo()
2950 repeatedBytes_.WriteTo(ref output, _repeated_repeatedBytes_codec); in IBufferMessage.InternalWriteTo()
3209 size += repeatedBytes_ in CalculateSize()
[all...]
H A DUnittestProto3.cs322 repeatedBytes_ = other.repeatedBytes_.Clone(); in TestAllTypes()
748 private readonly pbc::RepeatedField<pb::ByteString> repeatedBytes_ = new pbc::RepeatedField<pb::ByteString>(); field in Google.Protobuf.TestProtos.TestAllTypes
751 get { return repeatedBytes_; }
941 if(!repeatedBytes_.Equals(other.repeatedBytes_)) return false; in Equals()
996 hash ^= repeatedBytes_.GetHashCode(); in GetHashCode()
1127 repeatedBytes_.WriteTo(output, _repeated_repeatedBytes_codec); in WriteTo()
1262 repeatedBytes_.WriteTo(ref output, _repeated_repeatedBytes_codec); in IBufferMessage.InternalWriteTo()
1375 size += repeatedBytes_ in CalculateSize()
[all...]
H A DUnittest.cs1196 repeatedBytes_ = other.repeatedBytes_.Clone(); in TestAllTypes()
1955 private readonly pbc::RepeatedField<pb::ByteString> repeatedBytes_ = new pbc::RepeatedField<pb::ByteString>(); field in Google.Protobuf.TestProtos.Proto2.TestAllTypes
1958 get { return repeatedBytes_; }
2694 if(!repeatedBytes_.Equals(other.repeatedBytes_)) return false; in Equals()
2776 hash ^= repeatedBytes_.GetHashCode(); in GetHashCode()
2947 repeatedBytes_.WriteTo(output, _repeated_repeatedBytes_codec); in WriteTo()
3182 repeatedBytes_.WriteTo(ref output, _repeated_repeatedBytes_codec); in IBufferMessage.InternalWriteTo()
3390 size += repeatedBytes_ in CalculateSize()
[all...]

Completed in 57 milliseconds