Searched refs:MethodDeleter (Results 1 - 10 of 10) sorted by relevance

/haiku/headers/private/fs_shell/
H A Dfssh_auto_deleter.h161 // MethodDeleter
184 struct MethodDeleter struct in namespace:FSShell
190 MethodDeleter(Destructor destructor) : Base() function in struct:FSShell::MethodDeleter
196 MethodDeleter(Type *object, Destructor destructor) : Base(object) function in struct:FSShell::MethodDeleter
208 using FSShell::MethodDeleter;
/haiku/headers/private/shared/
H A DAutoDeleterDrivers.h30 typedef MethodDeleter<VMAddressSpace, void, &VMAddressSpace::Put>
H A DAutoDeleter.h199 // MethodDeleter
215 struct MethodDeleter struct in namespace:BPrivate
221 MethodDeleter() : Base() function in struct:BPrivate::MethodDeleter
225 MethodDeleter(Type *object) : Base(object) function in struct:BPrivate::MethodDeleter
345 using ::BPrivate::MethodDeleter;
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageFile.cpp151 MethodDeleter<PackageNode, void, &PackageNode::NonVirtualVFSUninit>
/haiku/src/system/libroot/os/
H A Dfind_paths.cpp559 MethodDeleter<InstallationLocations, void, &InstallationLocations::Put>
680 MethodDeleter<InstallationLocations, void, &InstallationLocations::Put>
758 MethodDeleter<InstallationLocations, void, &InstallationLocations::Put>
/haiku/src/system/boot/loader/
H A Dvfs.cpp590 MethodDeleter<Node, status_t, &Node::Release>
1212 MethodDeleter<Node, status_t, &Node::Release> nodeReleaser(node);
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp2036 MethodDeleter<device_node, bool, &device_node::UninitDriver> uninit(this);
2106 MethodDeleter<device_node, bool, &device_node::UninitDriver> uninit(this);
2133 MethodDeleter<device_node, bool, &device_node::UninitDriver> uninit(this);
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp1556 MethodDeleter<device_node, bool> uninit(this,
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp1166 MethodDeleter<Inode, status_t, &Inode::EnableFileCache> fileCacheEnabler;
/haiku/src/system/kernel/vm/
H A Dvm_page.cpp2598 MethodDeleter<VMCache, void, &VMCache::ReleaseRefLocked> _2(cache);

Completed in 79 milliseconds