Lines Matching refs:implementor
349 void *implementor, const char *method_name, lldb_private::Event *event,
354 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
420 void *implementor, const char *method_name,
423 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
517 void *implementor, lldb::ExecutionContextRefSP exc_ctx_sp,
524 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
557 PyObject * implementor, char *callee_name,
561 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
578 size_t lldb_private::LLDBSwigPython_CalculateNumChildren(PyObject * implementor,
580 PythonObject self(PyRefType::Borrowed, implementor);
611 PyObject *lldb_private::LLDBSwigPython_GetChildAtIndex(PyObject * implementor,
615 PythonObject self(PyRefType::Borrowed, implementor);
638 PyObject * implementor, const char *child_name) {
641 PythonObject self(PyRefType::Borrowed, implementor);
664 implementor) {
670 LLDBSwigPython_CallOptionalMember(implementor, callee_name);
681 PyObject * implementor) {
687 LLDBSwigPython_CallOptionalMember(implementor, callee_name, Py_True);
698 PyObject * implementor) {
704 LLDBSwigPython_CallOptionalMember(implementor, callee_name, Py_None);
805 PyObject *implementor, lldb::DebuggerSP debugger, const char *args,
811 PythonObject self(PyRefType::Borrowed, implementor);
865 PyObject * implementor, const lldb::StackFrameSP &frame_sp) {
872 PyObject_CallMethodObjArgs(implementor, str.get(), arg.get(), NULL);