Home
last modified time | relevance | path

Searched defs:bind_return (Results 1 – 11 of 11) sorted by relevance

/dports/devel/boost-docs/boost_1_72_0/libs/python/src/object/
H A Dfunction.cpp570 struct bind_return struct
572 bind_return(PyObject*& result, function const* f, PyObject* args, PyObject* keywords) in bind_return() function
579 void operator()() const in operator ()()
585 PyObject*& m_result;
586 function const* m_f;
587 PyObject* m_args;
588 PyObject* m_keywords;
/dports/devel/boost-python-libs/boost_1_72_0/libs/python/src/object/
H A Dfunction.cpp570 struct bind_return struct
572 bind_return(PyObject*& result, function const* f, PyObject* args, PyObject* keywords) in bind_return() argument
579 void operator()() const in operator ()()
585 PyObject*& m_result;
586 function const* m_f;
587 PyObject* m_args;
588 PyObject* m_keywords;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/python/src/object/
H A Dfunction.cpp574 struct bind_return struct
576 bind_return(PyObject*& result, function const* f, PyObject* args, PyObject* keywords) in bind_return() function
583 void operator()() const in operator ()()
589 PyObject*& m_result;
590 function const* m_f;
591 PyObject* m_args;
592 PyObject* m_keywords;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/python/src/object/
H A Dfunction.cpp570 struct bind_return struct
572 bind_return(PyObject*& result, function const* f, PyObject* args, PyObject* keywords) in bind_return() argument
579 void operator()() const in operator ()()
585 PyObject*& m_result;
586 function const* m_f;
587 PyObject* m_args;
588 PyObject* m_keywords;
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/python/src/object/
H A Dfunction.cpp574 struct bind_return struct
576 bind_return(PyObject*& result, function const* f, PyObject* args, PyObject* keywords) in bind_return() argument
583 void operator()() const in operator ()()
589 PyObject*& m_result;
590 function const* m_f;
591 PyObject* m_args;
592 PyObject* m_keywords;
/dports/databases/percona57-server/boost_1_59_0/libs/python/src/object/
H A Dfunction.cpp574 struct bind_return struct
576 bind_return(PyObject*& result, function const* f, PyObject* args, PyObject* keywords) in bind_return() function
583 void operator()() const in operator ()()
589 PyObject*& m_result;
590 function const* m_f;
591 PyObject* m_args;
592 PyObject* m_keywords;
/dports/databases/xtrabackup/boost_1_59_0/libs/python/src/object/
H A Dfunction.cpp574 struct bind_return struct
576 bind_return(PyObject*& result, function const* f, PyObject* args, PyObject* keywords) in bind_return() argument
583 void operator()() const in operator ()()
589 PyObject*& m_result;
590 function const* m_f;
591 PyObject* m_args;
592 PyObject* m_keywords;
/dports/databases/percona57-client/boost_1_59_0/libs/python/src/object/
H A Dfunction.cpp574 struct bind_return struct
576 bind_return(PyObject*& result, function const* f, PyObject* args, PyObject* keywords) in bind_return() argument
583 void operator()() const in operator ()()
589 PyObject*& m_result;
590 function const* m_f;
591 PyObject* m_args;
592 PyObject* m_keywords;
/dports/devel/boost-libs/boost_1_72_0/libs/python/src/object/
H A Dfunction.cpp570 struct bind_return struct
572 bind_return(PyObject*& result, function const* f, PyObject* args, PyObject* keywords) in bind_return() argument
579 void operator()() const in operator ()()
585 PyObject*& m_result;
586 function const* m_f;
587 PyObject* m_args;
588 PyObject* m_keywords;
/dports/devel/hyperscan/boost_1_75_0/libs/python/src/object/
H A Dfunction.cpp570 struct bind_return struct
572 bind_return(PyObject*& result, function const* f, PyObject* args, PyObject* keywords) in bind_return() argument
579 void operator()() const in operator ()()
585 PyObject*& m_result;
586 function const* m_f;
587 PyObject* m_args;
588 PyObject* m_keywords;
/dports/textproc/stardict3/stardict-3.0.6/dict/src/sigc++/adaptors/
H A Dbind_return.h202 bind_return(const T_functor& _A_functor, T_return _A_ret_value) in bind_return() function