Lines Matching refs:implementor
333 void *implementor, const char *method_name, lldb_private::Event *event,
338 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
404 void *implementor, const char *method_name,
407 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
501 void *implementor, lldb::ExecutionContextRefSP exc_ctx_sp,
508 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
541 PyObject * implementor, char *callee_name,
545 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
562 size_t lldb_private::LLDBSwigPython_CalculateNumChildren(PyObject * implementor,
564 PythonObject self(PyRefType::Borrowed, implementor);
595 PyObject *lldb_private::LLDBSwigPython_GetChildAtIndex(PyObject * implementor,
599 PythonObject self(PyRefType::Borrowed, implementor);
622 PyObject * implementor, const char *child_name) {
625 PythonObject self(PyRefType::Borrowed, implementor);
648 implementor) {
654 LLDBSwigPython_CallOptionalMember(implementor, callee_name);
665 PyObject * implementor) {
671 LLDBSwigPython_CallOptionalMember(implementor, callee_name, Py_True);
682 PyObject * implementor) {
688 LLDBSwigPython_CallOptionalMember(implementor, callee_name, Py_None);
789 PyObject *implementor, lldb::DebuggerSP debugger, const char *args,
795 PythonObject self(PyRefType::Borrowed, implementor);
849 PyObject * implementor, const lldb::StackFrameSP &frame_sp) {
856 PyObject_CallMethodObjArgs(implementor, str.get(), arg.get(), NULL);