Home
last modified time | relevance | path

Searched refs:DeleteFunction (Results 1 – 25 of 574) sorted by relevance

12345678910>>...23

/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/
H A DStorageBasic.cxx112 , DeleteFunction(deleteFunction) in StorageBasicBase()
125 , DeleteFunction(src.DeleteFunction) in StorageBasicBase()
131 src.DeleteFunction = nullptr; in StorageBasicBase()
138 , DeleteFunction(src.DeleteFunction) in StorageBasicBase()
141 if (src.DeleteFunction) in StorageBasicBase()
155 this->DeleteFunction = src.DeleteFunction; in operator =()
160 src.DeleteFunction = nullptr; in operator =()
166 if (src.DeleteFunction) in operator =()
177 this->DeleteFunction = src.DeleteFunction; in operator =()
204 if (!this->DeleteFunction) in AllocateValues()
[all …]
H A DStorageBasic.h127 VTKM_CONT bool WillDeallocate() const { return this->DeleteFunction != nullptr; } in WillDeallocate()
135 DeleteFunctionSignature GetDeleteFunction() const { return this->DeleteFunction; } in GetDeleteFunction()
158 void (*DeleteFunction)(void*); variable
/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkBitArray.cxx64 if(this->DeleteFunction) in ~vtkBitArray()
66 this->DeleteFunction(this->Array); in ~vtkBitArray()
117 this->DeleteFunction = nullptr; in SetArray()
129 this->DeleteFunction = free; in SetArray()
134 this->DeleteFunction = free; in SetArray()
143 this->DeleteFunction = callback; in SetArrayFreeFunction()
163 if(this->DeleteFunction) in Allocate()
185 if(this->DeleteFunction) in Initialize()
223 if(this->DeleteFunction) in DeepCopy()
294 if(this->DeleteFunction) in ResizeAndExtend()
[all …]
H A DvtkBuffer.h81 DeleteFunction(free) in vtkBuffer()
92 void (*DeleteFunction)(void*); variable
111 if(this->DeleteFunction) in SetBuffer()
113 this->DeleteFunction(this->Pointer); in SetBuffer()
125 this->DeleteFunction = nullptr; in SetFreeFunction()
129 this->DeleteFunction = deleteFunction; in SetFreeFunction()
146 this->DeleteFunction = free; in Allocate()
160 if (this->Pointer && this->DeleteFunction != free) in Reallocate()
172 this->DeleteFunction = free; in Reallocate()
H A DvtkStringArray.cxx92 if (this->DeleteFunction) in ~vtkStringArray()
94 this->DeleteFunction(this->Array); in ~vtkStringArray()
136 this->DeleteFunction = nullptr; in SetArray()
148 this->DeleteFunction = free; in SetArray()
153 this->DeleteFunction = free; in SetArray()
162 this->DeleteFunction = callback; in SetArrayFreeFunction()
172 if(this->DeleteFunction) in Allocate()
197 if(this->DeleteFunction) in Initialize()
242 if(this->DeleteFunction) in DeepCopy()
388 if(this->DeleteFunction) in ResizeAndExtend()
[all …]
H A DvtkVariantArray.cxx111 if (this->DeleteFunction) in ~vtkVariantArray()
113 this->DeleteFunction(this->Array); in ~vtkVariantArray()
129 if (this->DeleteFunction) in Allocate()
152 if (this->DeleteFunction) in Initialize()
452 if (this->DeleteFunction) in DeepCopy()
572 if (this->DeleteFunction) in Resize()
725 this->DeleteFunction = nullptr; in SetArray()
737 this->DeleteFunction = free; in SetArray()
742 this->DeleteFunction = free; in SetArray()
751 this->DeleteFunction = callback; in SetArrayFreeFunction()
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkBitArray.cxx71 if (this->DeleteFunction) in ~vtkBitArray()
73 this->DeleteFunction(this->Array); in ~vtkBitArray()
132 this->DeleteFunction = nullptr; in SetArray()
143 this->DeleteFunction = free; in SetArray()
148 this->DeleteFunction = free; in SetArray()
157 this->DeleteFunction = callback; in SetArrayFreeFunction()
173 if (this->DeleteFunction) in Allocate()
195 if (this->DeleteFunction) in Initialize()
233 if (this->DeleteFunction) in DeepCopy()
302 if (this->DeleteFunction) in ResizeAndExtend()
[all …]
H A DvtkStringArray.cxx92 if (this->DeleteFunction) in ~vtkStringArray()
94 this->DeleteFunction(this->Array); in ~vtkStringArray()
134 this->DeleteFunction = nullptr; in SetArray()
145 this->DeleteFunction = free; in SetArray()
150 this->DeleteFunction = free; in SetArray()
159 this->DeleteFunction = callback; in SetArrayFreeFunction()
169 if (this->DeleteFunction) in Allocate()
194 if (this->DeleteFunction) in Initialize()
238 if (this->DeleteFunction) in DeepCopy()
384 if (this->DeleteFunction) in ResizeAndExtend()
[all …]
H A DvtkVariantArray.cxx111 if (this->DeleteFunction) in ~vtkVariantArray()
113 this->DeleteFunction(this->Array); in ~vtkVariantArray()
129 if (this->DeleteFunction) in Allocate()
152 if (this->DeleteFunction) in Initialize()
449 if (this->DeleteFunction) in DeepCopy()
566 if (this->DeleteFunction) in Resize()
707 this->DeleteFunction = nullptr; in SetArray()
718 this->DeleteFunction = free; in SetArray()
723 this->DeleteFunction = free; in SetArray()
732 this->DeleteFunction = callback; in SetArrayFreeFunction()
[all …]
H A DvtkBuffer.h106 vtkFreeingFunction DeleteFunction; variable
132 if (this->DeleteFunction) in SetBuffer()
134 this->DeleteFunction(this->Pointer); in SetBuffer()
159 this->DeleteFunction = nullptr; in SetFreeFunction()
163 this->DeleteFunction = deleteFunction; in SetFreeFunction()
189 this->DeleteFunction = free; in Allocate()
207 if (this->Pointer && this->DeleteFunction != free) in Reallocate()
238 this->DeleteFunction = free; in Reallocate()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/internal/
H A DVirtualObjectTransfer.h103 bool WillReleaseHostPointer() const { return this->DeleteFunction != nullptr; } in WillReleaseHostPointer()
112 this->DeleteFunction = deleteFunction; in UpdateHost()
122 if (this->DeleteFunction) in ReleaseResources()
124 this->DeleteFunction(this->HostPointer); in ReleaseResources()
127 this->DeleteFunction = nullptr; in ReleaseResources()
156 void (*DeleteFunction)(void*) = nullptr; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_pages/core/model/
H A Ddelete_page_task.h75 using DeleteFunction =
84 DeleteFunction func,
96 DeleteFunction func_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_pages/core/model/
H A Ddelete_page_task.h75 using DeleteFunction =
84 DeleteFunction func,
96 DeleteFunction func_;
/dports/devel/awless/awless-0.1.11/aws/spec/
H A Dfunction.go56 type DeleteFunction struct { struct
65 func (cmd *DeleteFunction) ParamsSpec() params.Spec { argument
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/functions/apiv1/
H A Dcloud_functions_client.go50 DeleteFunction []gax.CallOption member
111 DeleteFunction: []gax.CallOption{
143DeleteFunction(context.Context, *functionspb.DeleteFunctionRequest, ...gax.CallOption) (*DeleteFun… methodSpec
229 func (c *CloudFunctionsClient) DeleteFunction(ctx context.Context, req *functionspb.DeleteFunctionR… func
230 return c.internalClient.DeleteFunction(ctx, req, opts...)
516 func (c *cloudFunctionsGRPCClient) DeleteFunction(ctx context.Context, req *functionspb.DeleteFunct… func
524 …opts = append((*c.CallOptions).DeleteFunction[0:len((*c.CallOptions).DeleteFunction):len((*c.CallO…
528 resp, err = c.cloudFunctionsClient.DeleteFunction(ctx, req, settings.GRPC...)
/dports/net/drive/drive-0.4.0/vendor/cloud.google.com/go/functions/apiv1/
H A Dcloud_functions_client.go50 DeleteFunction []gax.CallOption member
111 DeleteFunction: []gax.CallOption{
143DeleteFunction(context.Context, *functionspb.DeleteFunctionRequest, ...gax.CallOption) (*DeleteFun… methodSpec
229 func (c *CloudFunctionsClient) DeleteFunction(ctx context.Context, req *functionspb.DeleteFunctionR… func
230 return c.internalClient.DeleteFunction(ctx, req, opts...)
516 func (c *cloudFunctionsGRPCClient) DeleteFunction(ctx context.Context, req *functionspb.DeleteFunct… func
524 …opts = append((*c.CallOptions).DeleteFunction[0:len((*c.CallOptions).DeleteFunction):len((*c.CallO…
528 resp, err = c.cloudFunctionsClient.DeleteFunction(ctx, req, settings.GRPC...)
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/cloud.google.com/go/functions/apiv1/
H A Dcloud_functions_client.go50 DeleteFunction []gax.CallOption member
111 DeleteFunction: []gax.CallOption{
143DeleteFunction(context.Context, *functionspb.DeleteFunctionRequest, ...gax.CallOption) (*DeleteFun… methodSpec
229 func (c *CloudFunctionsClient) DeleteFunction(ctx context.Context, req *functionspb.DeleteFunctionR… func
230 return c.internalClient.DeleteFunction(ctx, req, opts...)
516 func (c *cloudFunctionsGRPCClient) DeleteFunction(ctx context.Context, req *functionspb.DeleteFunct… func
524 …opts = append((*c.CallOptions).DeleteFunction[0:len((*c.CallOptions).DeleteFunction):len((*c.CallO…
528 resp, err = c.cloudFunctionsClient.DeleteFunction(ctx, req, settings.GRPC...)
/dports/net/rclone/rclone-1.57.0/vendor/cloud.google.com/go/functions/apiv1/
H A Dcloud_functions_client.go50 DeleteFunction []gax.CallOption member
111 DeleteFunction: []gax.CallOption{
143DeleteFunction(context.Context, *functionspb.DeleteFunctionRequest, ...gax.CallOption) (*DeleteFun… methodSpec
229 func (c *CloudFunctionsClient) DeleteFunction(ctx context.Context, req *functionspb.DeleteFunctionR… func
230 return c.internalClient.DeleteFunction(ctx, req, opts...)
516 func (c *cloudFunctionsGRPCClient) DeleteFunction(ctx context.Context, req *functionspb.DeleteFunct… func
524 …opts = append((*c.CallOptions).DeleteFunction[0:len((*c.CallOptions).DeleteFunction):len((*c.CallO…
528 resp, err = c.cloudFunctionsClient.DeleteFunction(ctx, req, settings.GRPC...)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/cloud.google.com/go/functions/apiv1/
H A Dcloud_functions_client.go50 DeleteFunction []gax.CallOption member
111 DeleteFunction: []gax.CallOption{
143DeleteFunction(context.Context, *functionspb.DeleteFunctionRequest, ...gax.CallOption) (*DeleteFun… methodSpec
229 func (c *CloudFunctionsClient) DeleteFunction(ctx context.Context, req *functionspb.DeleteFunctionR… func
230 return c.internalClient.DeleteFunction(ctx, req, opts...)
516 func (c *cloudFunctionsGRPCClient) DeleteFunction(ctx context.Context, req *functionspb.DeleteFunct… func
524 …opts = append((*c.CallOptions).DeleteFunction[0:len((*c.CallOptions).DeleteFunction):len((*c.CallO…
528 resp, err = c.cloudFunctionsClient.DeleteFunction(ctx, req, settings.GRPC...)
/dports/www/gohugo/hugo-0.91.2/vendor/cloud.google.com/go/functions/apiv1/
H A Dcloud_functions_client.go50 DeleteFunction []gax.CallOption member
111 DeleteFunction: []gax.CallOption{
143DeleteFunction(context.Context, *functionspb.DeleteFunctionRequest, ...gax.CallOption) (*DeleteFun… methodSpec
229 func (c *CloudFunctionsClient) DeleteFunction(ctx context.Context, req *functionspb.DeleteFunctionR… func
230 return c.internalClient.DeleteFunction(ctx, req, opts...)
516 func (c *cloudFunctionsGRPCClient) DeleteFunction(ctx context.Context, req *functionspb.DeleteFunct… func
524 …opts = append((*c.CallOptions).DeleteFunction[0:len((*c.CallOptions).DeleteFunction):len((*c.CallO…
528 resp, err = c.cloudFunctionsClient.DeleteFunction(ctx, req, settings.GRPC...)
/dports/sysutils/restic/google-cloud-go-storage-v1.16.0/functions/apiv1/
H A Dcloud_functions_client.go50 DeleteFunction []gax.CallOption member
110 DeleteFunction: []gax.CallOption{
142DeleteFunction(context.Context, *functionspb.DeleteFunctionRequest, ...gax.CallOption) (*DeleteFun… methodSpec
228 func (c *CloudFunctionsClient) DeleteFunction(ctx context.Context, req *functionspb.DeleteFunctionR… func
229 return c.internalClient.DeleteFunction(ctx, req, opts...)
511 func (c *cloudFunctionsGRPCClient) DeleteFunction(ctx context.Context, req *functionspb.DeleteFunct… func
519 …opts = append((*c.CallOptions).DeleteFunction[0:len((*c.CallOptions).DeleteFunction):len((*c.CallO…
523 resp, err = c.cloudFunctionsClient.DeleteFunction(ctx, req, settings.GRPC...)
/dports/sysutils/restic/restic-0.12.1/vendor/cloud.google.com/go/functions/apiv1/
H A Dcloud_functions_client.go50 DeleteFunction []gax.CallOption member
110 DeleteFunction: []gax.CallOption{
142DeleteFunction(context.Context, *functionspb.DeleteFunctionRequest, ...gax.CallOption) (*DeleteFun… methodSpec
228 func (c *CloudFunctionsClient) DeleteFunction(ctx context.Context, req *functionspb.DeleteFunctionR… func
229 return c.internalClient.DeleteFunction(ctx, req, opts...)
511 func (c *cloudFunctionsGRPCClient) DeleteFunction(ctx context.Context, req *functionspb.DeleteFunct… func
519 …opts = append((*c.CallOptions).DeleteFunction[0:len((*c.CallOptions).DeleteFunction):len((*c.CallO…
523 resp, err = c.cloudFunctionsClient.DeleteFunction(ctx, req, settings.GRPC...)
/dports/www/tusd/tusd-1.8.0/vendor/cloud.google.com/go/functions/apiv1/
H A Dcloud_functions_client.go50 DeleteFunction []gax.CallOption member
111 DeleteFunction: []gax.CallOption{
143DeleteFunction(context.Context, *functionspb.DeleteFunctionRequest, ...gax.CallOption) (*DeleteFun… methodSpec
229 func (c *CloudFunctionsClient) DeleteFunction(ctx context.Context, req *functionspb.DeleteFunctionR… func
230 return c.internalClient.DeleteFunction(ctx, req, opts...)
516 func (c *cloudFunctionsGRPCClient) DeleteFunction(ctx context.Context, req *functionspb.DeleteFunct… func
524 …opts = append((*c.CallOptions).DeleteFunction[0:len((*c.CallOptions).DeleteFunction):len((*c.CallO…
528 resp, err = c.cloudFunctionsClient.DeleteFunction(ctx, req, settings.GRPC...)
/dports/www/tusd/google-cloud-go-storage-v1.18.2/functions/apiv1/
H A Dcloud_functions_client.go50 DeleteFunction []gax.CallOption member
111 DeleteFunction: []gax.CallOption{
143DeleteFunction(context.Context, *functionspb.DeleteFunctionRequest, ...gax.CallOption) (*DeleteFun… methodSpec
229 func (c *CloudFunctionsClient) DeleteFunction(ctx context.Context, req *functionspb.DeleteFunctionR… func
230 return c.internalClient.DeleteFunction(ctx, req, opts...)
516 func (c *cloudFunctionsGRPCClient) DeleteFunction(ctx context.Context, req *functionspb.DeleteFunct… func
524 …opts = append((*c.CallOptions).DeleteFunction[0:len((*c.CallOptions).DeleteFunction):len((*c.CallO…
528 resp, err = c.cloudFunctionsClient.DeleteFunction(ctx, req, settings.GRPC...)
/dports/www/grafana8/google-cloud-go-storage-v1.14.0/functions/apiv1/
H A Dcloud_functions_client.go49 DeleteFunction []gax.CallOption member
76 DeleteFunction: []gax.CallOption{},
279 func (c *CloudFunctionsClient) DeleteFunction(ctx context.Context, req *functionspb.DeleteFunctionR… func
282 …opts = append(c.CallOptions.DeleteFunction[0:len(c.CallOptions.DeleteFunction):len(c.CallOptions.D…
286 resp, err = c.cloudFunctionsClient.DeleteFunction(ctx, req, settings.GRPC...)

12345678910>>...23