Home
last modified time | relevance | path

Searched refs:PYBIND11_INSTANCE_METHOD_GET_FUNCTION (Results 1 – 2 of 2) sorted by relevance

/external/python/pybind11/include/pybind11/detail/
Dcommon.h169 #define PYBIND11_INSTANCE_METHOD_GET_FUNCTION PyInstanceMethod_GET_FUNCTION macro
197 #define PYBIND11_INSTANCE_METHOD_GET_FUNCTION PyMethod_GET_FUNCTION macro
/external/python/pybind11/include/pybind11/
Dpybind11.h374 rec->sibling = PYBIND11_INSTANCE_METHOD_GET_FUNCTION(rec->sibling.ptr()); in PYBIND11_NAMESPACE_BEGIN()