Lines Matching refs:Clone

194       file_ = other.file_.Clone();  in FileDescriptorSet()
197 public FileDescriptorSet Clone() { in Clone() method in Google.Protobuf.Reflection.FileDescriptorSet
294 dependency_ = other.dependency_.Clone(); in FileDescriptorProto()
295 publicDependency_ = other.publicDependency_.Clone(); in FileDescriptorProto()
296 weakDependency_ = other.weakDependency_.Clone(); in FileDescriptorProto()
297 messageType_ = other.messageType_.Clone(); in FileDescriptorProto()
298 enumType_ = other.enumType_.Clone(); in FileDescriptorProto()
299 service_ = other.service_.Clone(); in FileDescriptorProto()
300 extension_ = other.extension_.Clone(); in FileDescriptorProto()
301 Options = other.options_ != null ? other.Options.Clone() : null; in FileDescriptorProto()
302 SourceCodeInfo = other.sourceCodeInfo_ != null ? other.SourceCodeInfo.Clone() : null; in FileDescriptorProto()
306 public FileDescriptorProto Clone() { in Clone() method in Google.Protobuf.Reflection.FileDescriptorProto
683 field_ = other.field_.Clone(); in DescriptorProto()
684 extension_ = other.extension_.Clone(); in DescriptorProto()
685 nestedType_ = other.nestedType_.Clone(); in DescriptorProto()
686 enumType_ = other.enumType_.Clone(); in DescriptorProto()
687 extensionRange_ = other.extensionRange_.Clone(); in DescriptorProto()
688 oneofDecl_ = other.oneofDecl_.Clone(); in DescriptorProto()
689 Options = other.options_ != null ? other.Options.Clone() : null; in DescriptorProto()
690 reservedRange_ = other.reservedRange_.Clone(); in DescriptorProto()
691 reservedName_ = other.reservedName_.Clone(); in DescriptorProto()
694 public DescriptorProto Clone() { in Clone() method in Google.Protobuf.Reflection.DescriptorProto
980 public ExtensionRange Clone() { in Clone() method in Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange
1115 public ReservedRange Clone() { in Clone() method in Google.Protobuf.Reflection.DescriptorProto.Types.ReservedRange
1264 Options = other.options_ != null ? other.Options.Clone() : null; in FieldDescriptorProto()
1267 public FieldDescriptorProto Clone() { in Clone() method in Google.Protobuf.Reflection.FieldDescriptorProto
1712 public OneofDescriptorProto Clone() { in Clone() method in Google.Protobuf.Reflection.OneofDescriptorProto
1816 value_ = other.value_.Clone(); in EnumDescriptorProto()
1817 Options = other.options_ != null ? other.Options.Clone() : null; in EnumDescriptorProto()
1820 public EnumDescriptorProto Clone() { in Clone() method in Google.Protobuf.Reflection.EnumDescriptorProto
1975 Options = other.options_ != null ? other.Options.Clone() : null; in EnumValueDescriptorProto()
1978 public EnumValueDescriptorProto Clone() { in Clone() method in Google.Protobuf.Reflection.EnumValueDescriptorProto
2140 method_ = other.method_.Clone(); in ServiceDescriptorProto()
2141 Options = other.options_ != null ? other.Options.Clone() : null; in ServiceDescriptorProto()
2144 public ServiceDescriptorProto Clone() { in Clone() method in Google.Protobuf.Reflection.ServiceDescriptorProto
2300 Options = other.options_ != null ? other.Options.Clone() : null; in MethodDescriptorProto()
2305 public MethodDescriptorProto Clone() { in Clone() method in Google.Protobuf.Reflection.MethodDescriptorProto
2565 uninterpretedOption_ = other.uninterpretedOption_.Clone(); in FileOptions()
2568 public FileOptions Clone() { in Clone() method in Google.Protobuf.Reflection.FileOptions
3135 uninterpretedOption_ = other.uninterpretedOption_.Clone(); in MessageOptions()
3138 public MessageOptions Clone() { in Clone() method in Google.Protobuf.Reflection.MessageOptions
3397 uninterpretedOption_ = other.uninterpretedOption_.Clone(); in FieldOptions()
3400 public FieldOptions Clone() { in Clone() method in Google.Protobuf.Reflection.FieldOptions
3746 uninterpretedOption_ = other.uninterpretedOption_.Clone(); in EnumOptions()
3749 public EnumOptions Clone() { in Clone() method in Google.Protobuf.Reflection.EnumOptions
3907 uninterpretedOption_ = other.uninterpretedOption_.Clone(); in EnumValueOptions()
3910 public EnumValueOptions Clone() { in Clone() method in Google.Protobuf.Reflection.EnumValueOptions
4038 uninterpretedOption_ = other.uninterpretedOption_.Clone(); in ServiceOptions()
4041 public ServiceOptions Clone() { in Clone() method in Google.Protobuf.Reflection.ServiceOptions
4169 uninterpretedOption_ = other.uninterpretedOption_.Clone(); in MethodOptions()
4172 public MethodOptions Clone() { in Clone() method in Google.Protobuf.Reflection.MethodOptions
4307 name_ = other.name_.Clone(); in UninterpretedOption()
4316 public UninterpretedOption Clone() { in Clone() method in Google.Protobuf.Reflection.UninterpretedOption
4581 public NamePart Clone() { in Clone() method in Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart
4716 location_ = other.location_.Clone(); in SourceCodeInfo()
4719 public SourceCodeInfo Clone() { in Clone() method in Google.Protobuf.Reflection.SourceCodeInfo
4858 path_ = other.path_.Clone(); in Location()
4859 span_ = other.span_.Clone(); in Location()
4862 leadingDetachedComments_ = other.leadingDetachedComments_.Clone(); in Location()
4865 public Location Clone() { in Clone() method in Google.Protobuf.Reflection.SourceCodeInfo.Types.Location
5138 annotation_ = other.annotation_.Clone(); in GeneratedCodeInfo()
5141 public GeneratedCodeInfo Clone() { in Clone() method in Google.Protobuf.Reflection.GeneratedCodeInfo
5239 path_ = other.path_.Clone(); in Annotation()
5245 public Annotation Clone() { in Clone() method in Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation