Lines Matching defs:implementor

1476   PythonObject implementor(PyRefType::Borrowed,
1479 if (!implementor.IsAllocated())
1484 implementor.get(), frame_sp));
1520 PythonObject implementor(PyRefType::Borrowed,
1523 if (!implementor.IsAllocated())
1527 SWIGBridge::LLDBSwigPython_ShouldHide(implementor.get(), frame_sp);
1985 auto *implementor = static_cast<PyObject *>(generic->GetValue());
1986 if (!implementor)
1994 ret_val = SWIGBridge::LLDBSwigPython_CalculateNumChildren(implementor, max);
2008 auto *implementor = static_cast<PyObject *>(generic->GetValue());
2009 if (!implementor)
2017 SWIGBridge::LLDBSwigPython_GetChildAtIndex(implementor, idx);
2042 auto *implementor = static_cast<PyObject *>(generic->GetValue());
2043 if (!implementor)
2051 ret_val = SWIGBridge::LLDBSwigPython_GetIndexOfChildWithName(implementor,
2068 auto *implementor = static_cast<PyObject *>(generic->GetValue());
2069 if (!implementor)
2076 SWIGBridge::LLDBSwigPython_UpdateSynthProviderInstance(implementor);
2092 auto *implementor = static_cast<PyObject *>(generic->GetValue());
2093 if (!implementor)
2100 implementor);
2116 auto *implementor = static_cast<PyObject *>(generic->GetValue());
2117 if (!implementor)
2124 SWIGBridge::LLDBSwigPython_GetValueSynthProviderInstance(implementor);
2153 PythonObject implementor(PyRefType::Borrowed,
2155 if (!implementor.IsAllocated())
2159 implementor.CallMethod("get_type_name");
2787 PythonObject implementor(PyRefType::Borrowed,
2790 if (!implementor.IsAllocated())
2794 implementor.CallMethod("get_short_help");
2824 PythonObject implementor(PyRefType::Borrowed,
2827 if (!implementor.IsAllocated())
2831 PyObject_GetAttrString(implementor.get(), callee_name));
2849 As<long long>(implementor.CallMethod(callee_name)));
2874 PythonObject implementor(PyRefType::Borrowed,
2877 if (!implementor.IsAllocated())
2881 PyObject_GetAttrString(implementor.get(), callee_name));
2899 As<PythonDictionary>(implementor.CallMethod(callee_name)));
2922 PythonObject implementor(PyRefType::Borrowed,
2925 if (!implementor.IsAllocated())
2929 PyObject_GetAttrString(implementor.get(), callee_name));
2947 As<PythonList>(implementor.CallMethod(callee_name)));
2968 PythonObject implementor(PyRefType::Borrowed,
2971 if (!implementor.IsAllocated())
2975 PyObject_GetAttrString(implementor.get(), callee_name));
2994 unwrapOrSetPythonException(As<bool>(implementor.CallMethod(callee_name)));
3016 PythonObject implementor(PyRefType::Borrowed,
3019 if (!implementor.IsAllocated())
3023 PyObject_GetAttrString(implementor.get(), callee_name));
3046 implementor.CallMethod(callee_name, ctx_ref_obj,
3067 PythonObject implementor(PyRefType::Borrowed,
3070 if (!implementor.IsAllocated())
3074 implementor.CallMethod("get_long_help");