| /third_party/boost/boost/dll/detail/ |
| D | ctor_dtor.hpp | 77 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/ |
| D | destructor.hpp | 32 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/ |
| D | destructor.hpp | 93 specify_old_postcondition_except<> destructor(Class* obj) { in destructor() function
|
| /third_party/boost/boost/spirit/home/classic/core/non_terminal/impl/ |
| D | static.hpp | 47 struct destructor struct 49 ~destructor() in ~destructor()
|
| /third_party/python/Objects/ |
| D | capsule.c | 11 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/ |
| D | construct.hpp | 119 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/ |
| D | nexthop-encap.h | 13 void (*destructor)(void *priv); member
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/ |
| D | 3-1.c | 34 static void destructor(void *tmp PTS_ATTRIBUTE_UNUSED) in destructor() function
|
| D | 3-2.c | 109 static void destructor(void *arg) in destructor() function
|
| D | 5-1.c | 101 static void destructor(void *arg) in destructor() function
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/ |
| D | 2-2.c | 33 static void destructor(void *tmp PTS_ATTRIBUTE_UNUSED) in destructor() function
|
| D | 2-3.c | 40 static void destructor(void *tmp PTS_ATTRIBUTE_UNUSED) in destructor() function
|
| /third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
| D | common.c | 42 FUNC_DESTRUCTOR (destructor)() in FUNC_DESTRUCTOR() argument
|
| /third_party/gettext/gettext-tools/src/ |
| D | read-desktop.h | 50 void (*destructor) (struct desktop_reader_ty *pop); member
|
| D | read-catalog-abstract.h | 62 void (*destructor) (struct abstract_catalog_reader_ty *pop); member
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| D | tls.cpp | 39 TLSIndex CreateTLSIndex(PthreadKeyDestructor destructor) in CreateTLSIndex()
|
| /third_party/boost/libs/exception/src/ |
| D | clone_current_exception_non_intrusive.cpp | 89 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/ |
| D | SDL_thread_c.h | 74 void (*destructor)(void*); member
|
| /third_party/boost/boost/interprocess/detail/ |
| D | intermodule_singleton_common.hpp | 182 …tr, volatile boost::uint32_t &this_module_singleton_initialized, singleton_destructor_t destructor) in finalize_singleton_logic()
|
| /third_party/boost/libs/proto/example/ |
| D | lambda.hpp | 1387 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/ |
| D | deCommandLine.hpp | 192 DestroyFunc destructor; member
|
| /third_party/glib/glib/ |
| D | gthread-win32.c | 318 GPrivateDestructor *destructor; in g_private_get_impl() local
|
| /third_party/python/Python/ |
| D | thread_pthread.h | 8 #define destructor xxdestructor macro
|
| /third_party/boost/libs/statechart/test/ |
| D | TransitionTest.cpp | 61 static const std::string destructor = "Destructor: "; in DtorDescription() local
|
| /third_party/python/Include/ |
| D | object.h | 201 typedef void (*destructor)(PyObject *); typedef
|