Searched refs:RuntimeImpl (Results 1 – 2 of 2) sorted by relevance
72 sizeof (RuntimeImpl),74 (destructor) RuntimeImpl::del,242 RuntimeImpl *me = PyObject_New (RuntimeImpl, &RuntimeImpl_Type); in create()320 RuntimeImpl *me = reinterpret_cast< RuntimeImpl * > ( self ); in del()333 RuntimeImpl *impl = reinterpret_cast< RuntimeImpl * > (runtime.get()); in initialize()341 PyRef keep( RuntimeImpl::create( ctx ) ); in initialize()351 RuntimeImpl *impl = reinterpret_cast< RuntimeImpl * > (runtime.get()); in isInitialized()359 RuntimeImpl *impl = reinterpret_cast< RuntimeImpl * > (runtime.get()); in finalize()384 impl = reinterpret_cast< RuntimeImpl * > (runtime.get()); in Runtime()
164 typedef struct stRuntimeImpl RuntimeImpl; typedef178 RuntimeImpl *impl;257 RuntimeImpl *getImpl() const { return impl; } in getImpl()
Completed in 16 milliseconds