Home
last modified time | relevance | path

Searched defs:deleteFunc (Results 1 – 25 of 60) sorted by relevance

123

/dports/astro/celestia/celestia-1.6.1/src/celutil/
H A Dutil.h64 template <class T> struct deleteFunc : public std::unary_function<T, void> struct
66 deleteFunc() {}; in deleteFunc() function
67 void operator() (T x) { delete x; }; in operator()
68 int dummy;
/dports/astro/celestia-gtk/celestia-1.6.1/src/celutil/
H A Dutil.h64 template <class T> struct deleteFunc : public std::unary_function<T, void> struct
66 deleteFunc() {}; in deleteFunc() function
67 void operator() (T x) { delete x; }; in operator()
68 int dummy;
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkSingleton.h63 …ar * globalName, T * global, std::function<void(void*)> func, std::function<void(void)> deleteFunc) in SetGlobalInstance()
97 …eton(const char *globalName, std::function<void(void*)> func, std::function<void(void)> deleteFunc) in Singleton()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/main/
H A Dobjpool.c28 objPoolDeleteFunc deleteFunc; member
37 objPoolCreateFunc createFunc, objPoolDeleteFunc deleteFunc, objPoolClearFunc clearFunc, in objPoolNew()
/dports/devel/geany-legacy/geany-1.37.1/ctags/main/
H A Dobjpool.c27 objPoolDeleteFunc deleteFunc; member
36 objPoolCreateFunc createFunc, objPoolDeleteFunc deleteFunc, objPoolClearFunc clearFunc, in objPoolNew()
H A Dptrarray.c30 ptrArrayDeleteFunc deleteFunc; member
37 extern ptrArray *ptrArrayNew (ptrArrayDeleteFunc deleteFunc) in ptrArrayNew()
/dports/devel/geany/geany-1.38/ctags/main/
H A Dobjpool.c28 objPoolDeleteFunc deleteFunc; member
37 objPoolCreateFunc createFunc, objPoolDeleteFunc deleteFunc, objPoolClearFunc clearFunc, in objPoolNew()
H A Dptrarray.c30 ptrArrayDeleteFunc deleteFunc; member
37 extern ptrArray *ptrArrayNew (ptrArrayDeleteFunc deleteFunc) in ptrArrayNew()
/dports/security/vault/vault-1.8.2/vendor/github.com/mitchellh/pointerstructure/
H A Ddelete.go65 type deleteFunc func(interface{}, reflect.Value) (interface{}, error) type
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/mitchellh/pointerstructure/
H A Ddelete.go65 type deleteFunc func(interface{}, reflect.Value) (interface{}, error) type
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-jwt/vendor/github.com/mitchellh/pointerstructure/
H A Ddelete.go65 type deleteFunc func(interface{}, reflect.Value) (interface{}, error) type
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/mitchellh/pointerstructure/
H A Ddelete.go65 type deleteFunc func(interface{}, reflect.Value) (interface{}, error) type
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/mitchellh/pointerstructure/
H A Ddelete.go65 type deleteFunc func(interface{}, reflect.Value) (interface{}, error) type
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/mitchellh/pointerstructure/
H A Ddelete.go65 type deleteFunc func(interface{}, reflect.Value) (interface{}, error) type
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/mitchellh/pointerstructure/
H A Ddelete.go65 type deleteFunc func(interface{}, reflect.Value) (interface{}, error) type
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/mitchellh/pointerstructure/
H A Ddelete.go65 type deleteFunc func(interface{}, reflect.Value) (interface{}, error) type
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/mitchellh/pointerstructure/
H A Ddelete.go65 type deleteFunc func(interface{}, reflect.Value) (interface{}, error) type
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/github.com/mitchellh/pointerstructure/
H A Ddelete.go65 type deleteFunc func(interface{}, reflect.Value) (interface{}, error) type
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/mitchellh/pointerstructure/
H A Ddelete.go65 type deleteFunc func(interface{}, reflect.Value) (interface{}, error) type
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/mitchellh/pointerstructure/
H A Ddelete.go65 type deleteFunc func(interface{}, reflect.Value) (interface{}, error) type
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/mitchellh/pointerstructure/
H A Ddelete.go65 type deleteFunc func(interface{}, reflect.Value) (interface{}, error) type
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/mitchellh/pointerstructure/
H A Ddelete.go65 type deleteFunc func(interface{}, reflect.Value) (interface{}, error) type
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/github.com/mitchellh/pointerstructure/
H A Ddelete.go65 type deleteFunc func(interface{}, reflect.Value) (interface{}, error) type
/dports/sysutils/istio/vault-sdk-v0.1.12/vendor/github.com/mitchellh/pointerstructure/
H A Ddelete.go65 type deleteFunc func(interface{}, reflect.Value) (interface{}, error) type
/dports/games/xblast/xblast-2.10.4/
H A Dcom_base.c51 XBCommFunc writeFunc, XBCommFunc deleteFunc) in CommInit()

123