Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs329 repeatedNestedMessage_ = other.repeatedNestedMessage_.Clone(); in TestAllTypesProto3()
882 private readonly pbc::RepeatedField<global::ProtobufTestMessages.Proto3.TestAllTypesProto3.Types.NestedMessage> repeatedNestedMessage_ = new pbc::RepeatedField<global::ProtobufTestMessages.Proto3.TestAllTypesProto3.Types.NestedMessage>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
885 get { return repeatedNestedMessage_; }
2141 if(!repeatedNestedMessage_.Equals(other.repeatedNestedMessage_)) return false; in Equals()
2297 hash ^= repeatedNestedMessage_.GetHashCode(); in GetHashCode()
2532 repeatedNestedMessage_.WriteTo(output, _repeated_repeatedNestedMessage_codec); in WriteTo()
2876 repeatedNestedMessage_.WriteTo(ref output, _repeated_repeatedNestedMessage_codec); in IBufferMessage.InternalWriteTo()
3197 size += repeatedNestedMessage_ in CalculateSize()
[all...]
H A DTestMessagesProto2.cs319 repeatedNestedMessage_ = other.repeatedNestedMessage_.Clone(); in TestAllTypesProto2()
1075 private readonly pbc::RepeatedField<global::ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.NestedMessage> repeatedNestedMessage_ = new pbc::RepeatedField<global::ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.NestedMessage>(); field in ProtobufTestMessages.Proto2.TestAllTypesProto2
1078 get { return repeatedNestedMessage_; }
2338 if(!repeatedNestedMessage_.Equals(other.repeatedNestedMessage_)) return false; in Equals()
2466 hash ^= repeatedNestedMessage_.GetHashCode(); in GetHashCode()
2670 repeatedNestedMessage_.WriteTo(output, _repeated_repeatedNestedMessage_codec); in WriteTo()
2951 repeatedNestedMessage_.WriteTo(ref output, _repeated_repeatedNestedMessage_codec); in IBufferMessage.InternalWriteTo()
3210 size += repeatedNestedMessage_ in CalculateSize()
[all...]
H A DUnittestProto3.cs323 repeatedNestedMessage_ = other.repeatedNestedMessage_.Clone(); in TestAllTypes()
758 private readonly pbc::RepeatedField<global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage> repeatedNestedMessage_ = new pbc::RepeatedField<global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage>(); field in Google.Protobuf.TestProtos.TestAllTypes
761 get { return repeatedNestedMessage_; }
942 if(!repeatedNestedMessage_.Equals(other.repeatedNestedMessage_)) return false; in Equals()
997 hash ^= repeatedNestedMessage_.GetHashCode(); in GetHashCode()
1128 repeatedNestedMessage_.WriteTo(output, _repeated_repeatedNestedMessage_codec); in WriteTo()
1263 repeatedNestedMessage_.WriteTo(ref output, _repeated_repeatedNestedMessage_codec); in IBufferMessage.InternalWriteTo()
1376 size += repeatedNestedMessage_ in CalculateSize()
[all...]
H A DUnittest.cs1198 repeatedNestedMessage_ = other.repeatedNestedMessage_.Clone(); in TestAllTypes()
1975 private readonly pbc::RepeatedField<global::Google.Protobuf.TestProtos.Proto2.TestAllTypes.Types.NestedMessage> repeatedNestedMessage_ = new pbc::RepeatedField<global::Google.Protobuf.TestProtos.Proto2.TestAllTypes.Types.NestedMessage>(); field in Google.Protobuf.TestProtos.Proto2.TestAllTypes
1978 get { return repeatedNestedMessage_; }
2696 if(!repeatedNestedMessage_.Equals(other.repeatedNestedMessage_)) return false; in Equals()
2778 hash ^= repeatedNestedMessage_.GetHashCode(); in GetHashCode()
2949 repeatedNestedMessage_.WriteTo(output, _repeated_repeatedNestedMessage_codec); in WriteTo()
3184 repeatedNestedMessage_.WriteTo(ref output, _repeated_repeatedNestedMessage_codec); in IBufferMessage.InternalWriteTo()
3392 size += repeatedNestedMessage_ in CalculateSize()
[all...]

Completed in 44 milliseconds