Lines Matching refs:implementor

290     void *implementor, const char *method_name, lldb_private::Event *event,
295 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
328 void *implementor, const char *method_name, lldb_private::Stream *stream,
333 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
393 void *implementor, const char *method_name,
396 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
490 void *implementor, lldb::ExecutionContextRefSP exc_ctx_sp,
497 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
530 PyObject * implementor, char *callee_name,
534 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
551 size_t lldb_private::python::SWIGBridge::LLDBSwigPython_CalculateNumChildren(PyObject * implementor,
553 PythonObject self(PyRefType::Borrowed, implementor);
584 PyObject *lldb_private::python::SWIGBridge::LLDBSwigPython_GetChildAtIndex(PyObject * implementor,
588 PythonObject self(PyRefType::Borrowed, implementor);
611 PyObject * implementor, const char *child_name) {
614 PythonObject self(PyRefType::Borrowed, implementor);
637 implementor) {
643 LLDBSwigPython_CallOptionalMember(implementor, callee_name);
654 PyObject * implementor) {
660 LLDBSwigPython_CallOptionalMember(implementor, callee_name, Py_True);
671 PyObject * implementor) {
677 LLDBSwigPython_CallOptionalMember(implementor, callee_name, Py_None);
814 PyObject *implementor, lldb::DebuggerSP debugger, const char *args,
820 PythonObject self(PyRefType::Borrowed, implementor);
874 PyObject * implementor, const lldb::StackFrameSP &frame_sp) {
881 PyObject_CallMethodObjArgs(implementor, str.get(), arg.get(), NULL);