Lines Matching refs:Clone

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