Lines Matching refs:Clone

273 …SingleNestedMessage = other.singleNestedMessage_ != null ? other.SingleNestedMessage.Clone() : nul…  in TestAllTypes()
274 …SingleForeignMessage = other.singleForeignMessage_ != null ? other.SingleForeignMessage.Clone() : … in TestAllTypes()
275 …SingleImportMessage = other.singleImportMessage_ != null ? other.SingleImportMessage.Clone() : nul… in TestAllTypes()
279 …essage = other.singlePublicImportMessage_ != null ? other.SinglePublicImportMessage.Clone() : null; in TestAllTypes()
280 repeatedInt32_ = other.repeatedInt32_.Clone(); in TestAllTypes()
281 repeatedInt64_ = other.repeatedInt64_.Clone(); in TestAllTypes()
282 repeatedUint32_ = other.repeatedUint32_.Clone(); in TestAllTypes()
283 repeatedUint64_ = other.repeatedUint64_.Clone(); in TestAllTypes()
284 repeatedSint32_ = other.repeatedSint32_.Clone(); in TestAllTypes()
285 repeatedSint64_ = other.repeatedSint64_.Clone(); in TestAllTypes()
286 repeatedFixed32_ = other.repeatedFixed32_.Clone(); in TestAllTypes()
287 repeatedFixed64_ = other.repeatedFixed64_.Clone(); in TestAllTypes()
288 repeatedSfixed32_ = other.repeatedSfixed32_.Clone(); in TestAllTypes()
289 repeatedSfixed64_ = other.repeatedSfixed64_.Clone(); in TestAllTypes()
290 repeatedFloat_ = other.repeatedFloat_.Clone(); in TestAllTypes()
291 repeatedDouble_ = other.repeatedDouble_.Clone(); in TestAllTypes()
292 repeatedBool_ = other.repeatedBool_.Clone(); in TestAllTypes()
293 repeatedString_ = other.repeatedString_.Clone(); in TestAllTypes()
294 repeatedBytes_ = other.repeatedBytes_.Clone(); in TestAllTypes()
295 repeatedNestedMessage_ = other.repeatedNestedMessage_.Clone(); in TestAllTypes()
296 repeatedForeignMessage_ = other.repeatedForeignMessage_.Clone(); in TestAllTypes()
297 repeatedImportMessage_ = other.repeatedImportMessage_.Clone(); in TestAllTypes()
298 repeatedNestedEnum_ = other.repeatedNestedEnum_.Clone(); in TestAllTypes()
299 repeatedForeignEnum_ = other.repeatedForeignEnum_.Clone(); in TestAllTypes()
300 repeatedImportEnum_ = other.repeatedImportEnum_.Clone(); in TestAllTypes()
301 repeatedPublicImportMessage_ = other.repeatedPublicImportMessage_.Clone(); in TestAllTypes()
307 OneofNestedMessage = other.OneofNestedMessage.Clone(); in TestAllTypes()
319 public TestAllTypes Clone() { in Clone() method in Google.Protobuf.TestProtos.TestAllTypes
1562 public NestedMessage Clone() { in Clone() method in Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage
1675 Child = other.child_ != null ? other.Child.Clone() : null; in NestedTestAllTypes()
1676 Payload = other.payload_ != null ? other.Payload.Clone() : null; in NestedTestAllTypes()
1677 repeatedChild_ = other.repeatedChild_.Clone(); in NestedTestAllTypes()
1680 public NestedTestAllTypes Clone() { in Clone() method in Google.Protobuf.TestProtos.NestedTestAllTypes
1839 public TestDeprecatedFields Clone() { in Clone() method in Google.Protobuf.TestProtos.TestDeprecatedFields
1947 public ForeignMessage Clone() { in Clone() method in Google.Protobuf.TestProtos.ForeignMessage
2049 public TestReservedFields Clone() { in Clone() method in Google.Protobuf.TestProtos.TestReservedFields
2126 ForeignNested = other.foreignNested_ != null ? other.ForeignNested.Clone() : null; in TestForeignNested()
2129 public TestForeignNested Clone() { in Clone() method in Google.Protobuf.TestProtos.TestForeignNested
2242 public TestReallyLargeTagNumber Clone() { in Clone() method in Google.Protobuf.TestProtos.TestReallyLargeTagNumber
2372 A = other.a_ != null ? other.A.Clone() : null; in TestRecursiveMessage()
2376 public TestRecursiveMessage Clone() { in Clone() method in Google.Protobuf.TestProtos.TestRecursiveMessage
2511 Bb = other.bb_ != null ? other.Bb.Clone() : null; in TestMutualRecursionA()
2514 public TestMutualRecursionA Clone() { in Clone() method in Google.Protobuf.TestProtos.TestMutualRecursionA
2620 A = other.a_ != null ? other.A.Clone() : null; in TestMutualRecursionB()
2624 public TestMutualRecursionB Clone() { in Clone() method in Google.Protobuf.TestProtos.TestMutualRecursionB
2763 MessageField = other.messageField_ != null ? other.MessageField.Clone() : null; in TestCamelCaseFieldNames()
2764 repeatedPrimitiveField_ = other.repeatedPrimitiveField_.Clone(); in TestCamelCaseFieldNames()
2765 repeatedStringField_ = other.repeatedStringField_.Clone(); in TestCamelCaseFieldNames()
2766 repeatedEnumField_ = other.repeatedEnumField_.Clone(); in TestCamelCaseFieldNames()
2767 repeatedMessageField_ = other.repeatedMessageField_.Clone(); in TestCamelCaseFieldNames()
2770 public TestCamelCaseFieldNames Clone() { in Clone() method in Google.Protobuf.TestProtos.TestCamelCaseFieldNames
3035 …SingleNestedMessage = other.singleNestedMessage_ != null ? other.SingleNestedMessage.Clone() : nul… in TestFieldOrderings()
3038 public TestFieldOrderings Clone() { in Clone() method in Google.Protobuf.TestProtos.TestFieldOrderings
3228 public NestedMessage Clone() { in Clone() method in Google.Protobuf.TestProtos.TestFieldOrderings.Types.NestedMessage
3367 public SparseEnumMessage Clone() { in Clone() method in Google.Protobuf.TestProtos.SparseEnumMessage
3473 public OneString Clone() { in Clone() method in Google.Protobuf.TestProtos.OneString
3573 data_ = other.data_.Clone(); in MoreString()
3576 public MoreString Clone() { in Clone() method in Google.Protobuf.TestProtos.MoreString
3671 public OneBytes Clone() { in Clone() method in Google.Protobuf.TestProtos.OneBytes
3774 public MoreBytes Clone() { in Clone() method in Google.Protobuf.TestProtos.MoreBytes
3880 public Int32Message Clone() { in Clone() method in Google.Protobuf.TestProtos.Int32Message
3983 public Uint32Message Clone() { in Clone() method in Google.Protobuf.TestProtos.Uint32Message
4086 public Int64Message Clone() { in Clone() method in Google.Protobuf.TestProtos.Int64Message
4189 public Uint64Message Clone() { in Clone() method in Google.Protobuf.TestProtos.Uint64Message
4292 public BoolMessage Clone() { in Clone() method in Google.Protobuf.TestProtos.BoolMessage
4403 FooMessage = other.FooMessage.Clone(); in TestOneof()
4409 public TestOneof Clone() { in Clone() method in Google.Protobuf.TestProtos.TestOneof
4589 packedInt32_ = other.packedInt32_.Clone(); in TestPackedTypes()
4590 packedInt64_ = other.packedInt64_.Clone(); in TestPackedTypes()
4591 packedUint32_ = other.packedUint32_.Clone(); in TestPackedTypes()
4592 packedUint64_ = other.packedUint64_.Clone(); in TestPackedTypes()
4593 packedSint32_ = other.packedSint32_.Clone(); in TestPackedTypes()
4594 packedSint64_ = other.packedSint64_.Clone(); in TestPackedTypes()
4595 packedFixed32_ = other.packedFixed32_.Clone(); in TestPackedTypes()
4596 packedFixed64_ = other.packedFixed64_.Clone(); in TestPackedTypes()
4597 packedSfixed32_ = other.packedSfixed32_.Clone(); in TestPackedTypes()
4598 packedSfixed64_ = other.packedSfixed64_.Clone(); in TestPackedTypes()
4599 packedFloat_ = other.packedFloat_.Clone(); in TestPackedTypes()
4600 packedDouble_ = other.packedDouble_.Clone(); in TestPackedTypes()
4601 packedBool_ = other.packedBool_.Clone(); in TestPackedTypes()
4602 packedEnum_ = other.packedEnum_.Clone(); in TestPackedTypes()
4605 public TestPackedTypes Clone() { in Clone() method in Google.Protobuf.TestProtos.TestPackedTypes
4949 unpackedInt32_ = other.unpackedInt32_.Clone(); in TestUnpackedTypes()
4950 unpackedInt64_ = other.unpackedInt64_.Clone(); in TestUnpackedTypes()
4951 unpackedUint32_ = other.unpackedUint32_.Clone(); in TestUnpackedTypes()
4952 unpackedUint64_ = other.unpackedUint64_.Clone(); in TestUnpackedTypes()
4953 unpackedSint32_ = other.unpackedSint32_.Clone(); in TestUnpackedTypes()
4954 unpackedSint64_ = other.unpackedSint64_.Clone(); in TestUnpackedTypes()
4955 unpackedFixed32_ = other.unpackedFixed32_.Clone(); in TestUnpackedTypes()
4956 unpackedFixed64_ = other.unpackedFixed64_.Clone(); in TestUnpackedTypes()
4957 unpackedSfixed32_ = other.unpackedSfixed32_.Clone(); in TestUnpackedTypes()
4958 unpackedSfixed64_ = other.unpackedSfixed64_.Clone(); in TestUnpackedTypes()
4959 unpackedFloat_ = other.unpackedFloat_.Clone(); in TestUnpackedTypes()
4960 unpackedDouble_ = other.unpackedDouble_.Clone(); in TestUnpackedTypes()
4961 unpackedBool_ = other.unpackedBool_.Clone(); in TestUnpackedTypes()
4962 unpackedEnum_ = other.unpackedEnum_.Clone(); in TestUnpackedTypes()
4965 public TestUnpackedTypes Clone() { in Clone() method in Google.Protobuf.TestProtos.TestUnpackedTypes
5305 repeatedFixed32_ = other.repeatedFixed32_.Clone(); in TestRepeatedScalarDifferentTagSizes()
5306 repeatedInt32_ = other.repeatedInt32_.Clone(); in TestRepeatedScalarDifferentTagSizes()
5307 repeatedFixed64_ = other.repeatedFixed64_.Clone(); in TestRepeatedScalarDifferentTagSizes()
5308 repeatedInt64_ = other.repeatedInt64_.Clone(); in TestRepeatedScalarDifferentTagSizes()
5309 repeatedFloat_ = other.repeatedFloat_.Clone(); in TestRepeatedScalarDifferentTagSizes()
5310 repeatedUint64_ = other.repeatedUint64_.Clone(); in TestRepeatedScalarDifferentTagSizes()
5313 public TestRepeatedScalarDifferentTagSizes Clone() { in Clone() method in Google.Protobuf.TestProtos.TestRepeatedScalarDifferentTagSizes
5518 public TestCommentInjectionMessage Clone() { in Clone() method in Google.Protobuf.TestProtos.TestCommentInjectionMessage
5626 public FooRequest Clone() { in Clone() method in Google.Protobuf.TestProtos.FooRequest
5702 public FooResponse Clone() { in Clone() method in Google.Protobuf.TestProtos.FooResponse
5778 public FooClientMessage Clone() { in Clone() method in Google.Protobuf.TestProtos.FooClientMessage
5854 public FooServerMessage Clone() { in Clone() method in Google.Protobuf.TestProtos.FooServerMessage
5930 public BarRequest Clone() { in Clone() method in Google.Protobuf.TestProtos.BarRequest
6006 public BarResponse Clone() { in Clone() method in Google.Protobuf.TestProtos.BarResponse