Home
last modified time | relevance | path

Searched refs:m_pycxx_object (Results 1 – 10 of 10) sorted by relevance

/dports/devel/pysvn/pysvn-1.9.12/Import/pycxx-7.1.4/CXX/Python2/
H A DExtensionType.hxx51 CLS *self = reinterpret_cast< CLS * >( self_python->m_pycxx_object ); \
66 CLS *self = reinterpret_cast< CLS * >( self_python->m_pycxx_object ); \
82 CLS *self = reinterpret_cast< CLS * >( self_python->m_pycxx_object ); \
112 PythonExtensionBase *m_pycxx_object; member
253 o->m_pycxx_object = NULL; in extension_object_new()
274 …x_object=0x" << std::hex << reinterpret_cast< unsigned long >( self->m_pycxx_object ) << std::dec … in extension_object_init()
277 if( self->m_pycxx_object == NULL ) in extension_object_init()
279 self->m_pycxx_object = new T( self, args, kwds ); in extension_object_init()
289 self->m_pycxx_object->reinit( args, kwds ); in extension_object_init()
304 …x_object=0x" << std::hex << reinterpret_cast< unsigned long >( self->m_pycxx_object ) << std::dec … in extension_object_deallocator()
[all …]
/dports/devel/py-cxx/pycxx-7.1.5/CXX/Python2/
H A DExtensionType.hxx51 CLS *self = reinterpret_cast< CLS * >( self_python->m_pycxx_object ); \
66 CLS *self = reinterpret_cast< CLS * >( self_python->m_pycxx_object ); \
82 CLS *self = reinterpret_cast< CLS * >( self_python->m_pycxx_object ); \
112 PythonExtensionBase *m_pycxx_object; member
253 o->m_pycxx_object = NULL; in extension_object_new()
274 …x_object=0x" << std::hex << reinterpret_cast< unsigned long >( self->m_pycxx_object ) << std::dec … in extension_object_init()
277 if( self->m_pycxx_object == NULL ) in extension_object_init()
279 self->m_pycxx_object = new T( self, args, kwds ); in extension_object_init()
289 self->m_pycxx_object->reinit( args, kwds ); in extension_object_init()
304 …x_object=0x" << std::hex << reinterpret_cast< unsigned long >( self->m_pycxx_object ) << std::dec … in extension_object_deallocator()
[all …]
/dports/devel/pysvn/pysvn-1.9.12/Import/pycxx-7.1.4/CXX/Python3/
H A DExtensionType.hxx51 CLS *self = reinterpret_cast< CLS * >( self_python->m_pycxx_object ); \
66 CLS *self = reinterpret_cast< CLS * >( self_python->m_pycxx_object ); \
82 CLS *self = reinterpret_cast< CLS * >( self_python->m_pycxx_object ); \
111 PythonExtensionBase *m_pycxx_object; member
258 o->m_pycxx_object = NULL; in extension_object_new()
279 …x_object=0x" << std::hex << reinterpret_cast< unsigned long >( self->m_pycxx_object ) << std::dec … in extension_object_init()
282 if( self->m_pycxx_object == NULL ) in extension_object_init()
284 self->m_pycxx_object = new T( self, args, kwds ); in extension_object_init()
294 self->m_pycxx_object->reinit( args, kwds ); in extension_object_init()
309 …x_object=0x" << std::hex << reinterpret_cast< unsigned long >( self->m_pycxx_object ) << std::dec … in extension_object_deallocator()
[all …]
/dports/devel/py-cxx/pycxx-7.1.5/CXX/Python3/
H A DExtensionType.hxx51 CLS *self = reinterpret_cast< CLS * >( self_python->m_pycxx_object ); \
66 CLS *self = reinterpret_cast< CLS * >( self_python->m_pycxx_object ); \
82 CLS *self = reinterpret_cast< CLS * >( self_python->m_pycxx_object ); \
111 PythonExtensionBase *m_pycxx_object; member
258 o->m_pycxx_object = NULL; in extension_object_new()
279 …x_object=0x" << std::hex << reinterpret_cast< unsigned long >( self->m_pycxx_object ) << std::dec … in extension_object_init()
282 if( self->m_pycxx_object == NULL ) in extension_object_init()
284 self->m_pycxx_object = new T( self, args, kwds ); in extension_object_init()
294 self->m_pycxx_object->reinit( args, kwds ); in extension_object_init()
309 …x_object=0x" << std::hex << reinterpret_cast< unsigned long >( self->m_pycxx_object ) << std::dec … in extension_object_deallocator()
[all …]
/dports/devel/pysvn/pysvn-1.9.12/Import/pycxx-7.1.4/Demo/Python3/
H A Dsimple.cxx335 … new_style_class *instance = static_cast<new_style_class *>( instance_wrapper->m_pycxx_object ); in func()
/dports/devel/py-cxx/pycxx-7.1.5/Demo/Python3/
H A Dsimple.cxx335 … new_style_class *instance = static_cast<new_style_class *>( instance_wrapper->m_pycxx_object ); in func()
/dports/devel/pysvn/pysvn-1.9.12/Import/pycxx-7.1.4/Src/Python2/
H A Dcxx_extensions.cxx791 return instance->m_pycxx_object; in getPythonExtensionBase()
/dports/devel/py-cxx/pycxx-7.1.5/Src/Python2/
H A Dcxx_extensions.cxx791 return instance->m_pycxx_object; in getPythonExtensionBase()
/dports/devel/pysvn/pysvn-1.9.12/Import/pycxx-7.1.4/Src/Python3/
H A Dcxx_extensions.cxx879 return instance->m_pycxx_object; in getPythonExtensionBase()
/dports/devel/py-cxx/pycxx-7.1.5/Src/Python3/
H A Dcxx_extensions.cxx879 return instance->m_pycxx_object; in getPythonExtensionBase()