Home
last modified time | relevance | path

Searched defs:destructor (Results 1 – 25 of 30) sorted by relevance

12

/third_party/boost/boost/dll/detail/
Dctor_dtor.hpp77 struct destructor { struct
79 typedef void(*type)(Class* const);
86 typedef type standard_t;
87 typedef type deleting_t;
90 standard_t standard;
92 deleting_t deleting;
95 void call_standard(Class * const ptr){ standard(ptr); } in call_standard()
98 void call_deleting(Class * const ptr){ deleting(ptr); } in call_deleting()
101 bool has_deleting() const { return deleting != nullptr; } in has_deleting()
104 bool has_standard() const { return standard != nullptr; } in has_standard()
[all …]
/third_party/boost/boost/contract/detail/operation/
Ddestructor.hpp32 class destructor : public cond_inv</* VR = */ none, C> { class
34 explicit destructor(C* obj) : cond_inv</* VR = */ none, C>( in destructor() function in boost::contract::detail::destructor
/third_party/boost/boost/contract/
Ddestructor.hpp93 specify_old_postcondition_except<> destructor(Class* obj) { in destructor() function
/third_party/boost/boost/spirit/home/classic/core/non_terminal/impl/
Dstatic.hpp47 struct destructor struct
49 ~destructor() in ~destructor()
/third_party/python/Objects/
Dcapsule.c11 PyCapsule_Destructor destructor; member
44 PyCapsule_New(void *pointer, const char *name, PyCapsule_Destructor destructor) in PyCapsule_New()
167 PyCapsule_SetDestructor(PyObject *o, PyCapsule_Destructor destructor) in PyCapsule_SetDestructor()
/third_party/boost/boost/lambda/
Dconstruct.hpp119 struct destructor { struct
121 template <class T> struct sig { typedef void type; };
124 void operator()(A1& a1) const { in operator ()()
/third_party/libnl/include/netlink-private/route/
Dnexthop-encap.h13 void (*destructor)(void *priv); member
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
D3-1.c34 static void destructor(void *tmp PTS_ATTRIBUTE_UNUSED) in destructor() function
D3-2.c109 static void destructor(void *arg) in destructor() function
D5-1.c101 static void destructor(void *arg) in destructor() function
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
D2-2.c33 static void destructor(void *tmp PTS_ATTRIBUTE_UNUSED) in destructor() function
D2-3.c40 static void destructor(void *tmp PTS_ATTRIBUTE_UNUSED) in destructor() function
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
Dcommon.c42 FUNC_DESTRUCTOR (destructor)() in FUNC_DESTRUCTOR() argument
/third_party/gettext/gettext-tools/src/
Dread-desktop.h50 void (*destructor) (struct desktop_reader_ty *pop); member
Dread-catalog-abstract.h62 void (*destructor) (struct abstract_catalog_reader_ty *pop); member
/third_party/skia/third_party/externals/angle2/src/common/
Dtls.cpp39 TLSIndex CreateTLSIndex(PthreadKeyDestructor destructor) in CreateTLSIndex()
/third_party/boost/libs/exception/src/
Dclone_current_exception_non_intrusive.cpp89 destructor_ptr destructor; member
125 int destructor; member
149 cpp_destructor destructor; in operator ()() local
/third_party/flutter/skia/third_party/externals/sdl/src/thread/
DSDL_thread_c.h74 void (*destructor)(void*); member
/third_party/boost/boost/interprocess/detail/
Dintermodule_singleton_common.hpp182 …tr, volatile boost::uint32_t &this_module_singleton_initialized, singleton_destructor_t destructor) in finalize_singleton_logic()
/third_party/boost/libs/proto/example/
Dlambda.hpp1387 struct destructor struct
1389 typedef void result_type;
1392 void operator()(T const &t) const in operator ()()
1398 void operator()(T *const &t) const in operator ()()
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeCommandLine.hpp192 DestroyFunc destructor; member
/third_party/glib/glib/
Dgthread-win32.c318 GPrivateDestructor *destructor; in g_private_get_impl() local
/third_party/python/Python/
Dthread_pthread.h8 #define destructor xxdestructor macro
/third_party/boost/libs/statechart/test/
DTransitionTest.cpp61 static const std::string destructor = "Destructor: "; in DtorDescription() local
/third_party/python/Include/
Dobject.h201 typedef void (*destructor)(PyObject *); typedef

12