Home
last modified time | relevance | path

Searched defs:destroy_backend (Results 1 – 5 of 5) sorted by relevance

/dports/databases/qof/qof-0.8.8/qof/
H A Dqofbackend-p.h291 void (*destroy_backend) (QofBackend *); member
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/
H A Dcontext.cc103 auto destroy_backend = reinterpret_cast<void (*)(Backend*)>(ptr_destroy_backend); in GetBackend() local
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dqofsession.cpp156 QofSessionImpl::destroy_backend () noexcept in destroy_backend() function in QofSessionImpl
/dports/x11-wm/picom/picom-8.2/src/
H A Dpicom.c394 static void destroy_backend(session_t *ps) { in destroy_backend() function
/dports/devel/thonny/thonny-3.3.14/thonny/
H A Drunning.py626 def destroy_backend(self) -> None: member in Runner