Lines Matching refs:Clone

255     public ConformanceRequest Clone() {  in Clone()  method in Conformance.ConformanceRequest
458 public ConformanceResponse Clone() { in Clone() method in Conformance.ConformanceResponse
762 …lNestedMessage = other.optionalNestedMessage_ != null ? other.OptionalNestedMessage.Clone() : null; in TestAllTypes()
763 …reignMessage = other.optionalForeignMessage_ != null ? other.OptionalForeignMessage.Clone() : null; in TestAllTypes()
768 RecursiveMessage = other.recursiveMessage_ != null ? other.RecursiveMessage.Clone() : null; in TestAllTypes()
769 repeatedInt32_ = other.repeatedInt32_.Clone(); in TestAllTypes()
770 repeatedInt64_ = other.repeatedInt64_.Clone(); in TestAllTypes()
771 repeatedUint32_ = other.repeatedUint32_.Clone(); in TestAllTypes()
772 repeatedUint64_ = other.repeatedUint64_.Clone(); in TestAllTypes()
773 repeatedSint32_ = other.repeatedSint32_.Clone(); in TestAllTypes()
774 repeatedSint64_ = other.repeatedSint64_.Clone(); in TestAllTypes()
775 repeatedFixed32_ = other.repeatedFixed32_.Clone(); in TestAllTypes()
776 repeatedFixed64_ = other.repeatedFixed64_.Clone(); in TestAllTypes()
777 repeatedSfixed32_ = other.repeatedSfixed32_.Clone(); in TestAllTypes()
778 repeatedSfixed64_ = other.repeatedSfixed64_.Clone(); in TestAllTypes()
779 repeatedFloat_ = other.repeatedFloat_.Clone(); in TestAllTypes()
780 repeatedDouble_ = other.repeatedDouble_.Clone(); in TestAllTypes()
781 repeatedBool_ = other.repeatedBool_.Clone(); in TestAllTypes()
782 repeatedString_ = other.repeatedString_.Clone(); in TestAllTypes()
783 repeatedBytes_ = other.repeatedBytes_.Clone(); in TestAllTypes()
784 repeatedNestedMessage_ = other.repeatedNestedMessage_.Clone(); in TestAllTypes()
785 repeatedForeignMessage_ = other.repeatedForeignMessage_.Clone(); in TestAllTypes()
786 repeatedNestedEnum_ = other.repeatedNestedEnum_.Clone(); in TestAllTypes()
787 repeatedForeignEnum_ = other.repeatedForeignEnum_.Clone(); in TestAllTypes()
788 repeatedStringPiece_ = other.repeatedStringPiece_.Clone(); in TestAllTypes()
789 repeatedCord_ = other.repeatedCord_.Clone(); in TestAllTypes()
790 mapInt32Int32_ = other.mapInt32Int32_.Clone(); in TestAllTypes()
791 mapInt64Int64_ = other.mapInt64Int64_.Clone(); in TestAllTypes()
792 mapUint32Uint32_ = other.mapUint32Uint32_.Clone(); in TestAllTypes()
793 mapUint64Uint64_ = other.mapUint64Uint64_.Clone(); in TestAllTypes()
794 mapSint32Sint32_ = other.mapSint32Sint32_.Clone(); in TestAllTypes()
795 mapSint64Sint64_ = other.mapSint64Sint64_.Clone(); in TestAllTypes()
796 mapFixed32Fixed32_ = other.mapFixed32Fixed32_.Clone(); in TestAllTypes()
797 mapFixed64Fixed64_ = other.mapFixed64Fixed64_.Clone(); in TestAllTypes()
798 mapSfixed32Sfixed32_ = other.mapSfixed32Sfixed32_.Clone(); in TestAllTypes()
799 mapSfixed64Sfixed64_ = other.mapSfixed64Sfixed64_.Clone(); in TestAllTypes()
800 mapInt32Float_ = other.mapInt32Float_.Clone(); in TestAllTypes()
801 mapInt32Double_ = other.mapInt32Double_.Clone(); in TestAllTypes()
802 mapBoolBool_ = other.mapBoolBool_.Clone(); in TestAllTypes()
803 mapStringString_ = other.mapStringString_.Clone(); in TestAllTypes()
804 mapStringBytes_ = other.mapStringBytes_.Clone(); in TestAllTypes()
805 mapStringNestedMessage_ = other.mapStringNestedMessage_.Clone(); in TestAllTypes()
806 mapStringForeignMessage_ = other.mapStringForeignMessage_.Clone(); in TestAllTypes()
807 mapStringNestedEnum_ = other.mapStringNestedEnum_.Clone(); in TestAllTypes()
808 mapStringForeignEnum_ = other.mapStringForeignEnum_.Clone(); in TestAllTypes()
818 repeatedBoolWrapper_ = other.repeatedBoolWrapper_.Clone(); in TestAllTypes()
819 repeatedInt32Wrapper_ = other.repeatedInt32Wrapper_.Clone(); in TestAllTypes()
820 repeatedInt64Wrapper_ = other.repeatedInt64Wrapper_.Clone(); in TestAllTypes()
821 repeatedUint32Wrapper_ = other.repeatedUint32Wrapper_.Clone(); in TestAllTypes()
822 repeatedUint64Wrapper_ = other.repeatedUint64Wrapper_.Clone(); in TestAllTypes()
823 repeatedFloatWrapper_ = other.repeatedFloatWrapper_.Clone(); in TestAllTypes()
824 repeatedDoubleWrapper_ = other.repeatedDoubleWrapper_.Clone(); in TestAllTypes()
825 repeatedStringWrapper_ = other.repeatedStringWrapper_.Clone(); in TestAllTypes()
826 repeatedBytesWrapper_ = other.repeatedBytesWrapper_.Clone(); in TestAllTypes()
827 OptionalDuration = other.optionalDuration_ != null ? other.OptionalDuration.Clone() : null; in TestAllTypes()
828 OptionalTimestamp = other.optionalTimestamp_ != null ? other.OptionalTimestamp.Clone() : null; in TestAllTypes()
829 OptionalFieldMask = other.optionalFieldMask_ != null ? other.OptionalFieldMask.Clone() : null; in TestAllTypes()
830 OptionalStruct = other.optionalStruct_ != null ? other.OptionalStruct.Clone() : null; in TestAllTypes()
831 OptionalAny = other.optionalAny_ != null ? other.OptionalAny.Clone() : null; in TestAllTypes()
832 OptionalValue = other.optionalValue_ != null ? other.OptionalValue.Clone() : null; in TestAllTypes()
833 repeatedDuration_ = other.repeatedDuration_.Clone(); in TestAllTypes()
834 repeatedTimestamp_ = other.repeatedTimestamp_.Clone(); in TestAllTypes()
835 repeatedFieldmask_ = other.repeatedFieldmask_.Clone(); in TestAllTypes()
836 repeatedStruct_ = other.repeatedStruct_.Clone(); in TestAllTypes()
837 repeatedAny_ = other.repeatedAny_.Clone(); in TestAllTypes()
838 repeatedValue_ = other.repeatedValue_.Clone(); in TestAllTypes()
856 OneofNestedMessage = other.OneofNestedMessage.Clone(); in TestAllTypes()
868 public TestAllTypes Clone() { in Clone() method in Conformance.TestAllTypes
3481 Corecursive = other.corecursive_ != null ? other.Corecursive.Clone() : null; in NestedMessage()
3484 public NestedMessage Clone() { in Clone() method in Conformance.TestAllTypes.Types.NestedMessage
3624 public ForeignMessage Clone() { in Clone() method in Conformance.ForeignMessage