Lines Matching refs:implementor
266 void *implementor, const char *method_name,
269 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
363 void *implementor, lldb::ExecutionContextRefSP exc_ctx_sp,
370 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
403 PyObject * implementor, char *callee_name,
407 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
424 size_t lldb_private::python::SWIGBridge::LLDBSwigPython_CalculateNumChildren(PyObject * implementor,
426 PythonObject self(PyRefType::Borrowed, implementor);
457 PyObject *lldb_private::python::SWIGBridge::LLDBSwigPython_GetChildAtIndex(PyObject * implementor,
461 PythonObject self(PyRefType::Borrowed, implementor);
484 PyObject * implementor, const char *child_name) {
487 PythonObject self(PyRefType::Borrowed, implementor);
510 implementor) {
516 LLDBSwigPython_CallOptionalMember(implementor, callee_name);
527 PyObject * implementor) {
533 LLDBSwigPython_CallOptionalMember(implementor, callee_name, Py_True);
544 PyObject * implementor) {
550 LLDBSwigPython_CallOptionalMember(implementor, callee_name, Py_None);
711 PyObject *implementor, lldb::DebuggerSP debugger, const char *args,
717 PythonObject self(PyRefType::Borrowed, implementor);
732 …rivate::python::SWIGBridge::LLDBSwigPythonGetRepeatCommandForScriptedCommand(PyObject *implementor,
736 PythonObject self(PyRefType::Borrowed, implementor);
756 PyObject *implementor, lldb::DebuggerSP debugger, lldb_private::StructuredDataImpl &args_impl,
762 PythonObject self(PyRefType::Borrowed, implementor);
816 PyObject * implementor, const lldb::StackFrameSP &frame_sp) {
823 PyObject_CallMethodObjArgs(implementor, str.get(), arg.get(), NULL);