Lines Matching refs:Clone
111 FileContainingExtension = other.FileContainingExtension.Clone(); in ServerReflectionRequest()
121 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); in ServerReflectionRequest()
125 public ServerReflectionRequest Clone() { in Clone() method in Grpc.Reflection.V1Alpha.ServerReflectionRequest
451 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); in ExtensionRequest()
455 public ExtensionRequest Clone() { in Clone() method in Grpc.Reflection.V1Alpha.ExtensionRequest
613 originalRequest_ = other.originalRequest_ != null ? other.originalRequest_.Clone() : null; in ServerReflectionResponse()
616 FileDescriptorResponse = other.FileDescriptorResponse.Clone(); in ServerReflectionResponse()
619 AllExtensionNumbersResponse = other.AllExtensionNumbersResponse.Clone(); in ServerReflectionResponse()
622 ListServicesResponse = other.ListServicesResponse.Clone(); in ServerReflectionResponse()
625 ErrorResponse = other.ErrorResponse.Clone(); in ServerReflectionResponse()
629 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); in ServerReflectionResponse()
633 public ServerReflectionResponse Clone() { in Clone() method in Grpc.Reflection.V1Alpha.ServerReflectionResponse
978 fileDescriptorProto_ = other.fileDescriptorProto_.Clone(); in FileDescriptorResponse()
979 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); in FileDescriptorResponse()
983 public FileDescriptorResponse Clone() { in Clone() method in Grpc.Reflection.V1Alpha.FileDescriptorResponse
1109 extensionNumber_ = other.extensionNumber_.Clone(); in ExtensionNumberResponse()
1110 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); in ExtensionNumberResponse()
1114 public ExtensionNumberResponse Clone() { in Clone() method in Grpc.Reflection.V1Alpha.ExtensionNumberResponse
1265 service_ = other.service_.Clone(); in ListServiceResponse()
1266 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); in ListServiceResponse()
1270 public ListServiceResponse Clone() { in Clone() method in Grpc.Reflection.V1Alpha.ListServiceResponse
1395 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); in ServiceResponse()
1399 public ServiceResponse Clone() { in Clone() method in Grpc.Reflection.V1Alpha.ServiceResponse
1532 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); in ErrorResponse()
1536 public ErrorResponse Clone() { in Clone() method in Grpc.Reflection.V1Alpha.ErrorResponse