Lines Matching refs:implementor

1494   PythonObject implementor(PyRefType::Borrowed,  in GetRecognizedArguments()  local
1497 if (!implementor.IsAllocated()) in GetRecognizedArguments()
1502 implementor.get(), frame_sp)); in GetRecognizedArguments()
2130 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in CalculateNumChildren() local
2131 if (!implementor) in CalculateNumChildren()
2139 ret_val = SWIGBridge::LLDBSwigPython_CalculateNumChildren(implementor, max); in CalculateNumChildren()
2153 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in GetChildAtIndex() local
2154 if (!implementor) in GetChildAtIndex()
2162 SWIGBridge::LLDBSwigPython_GetChildAtIndex(implementor, idx); in GetChildAtIndex()
2187 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in GetIndexOfChildWithName() local
2188 if (!implementor) in GetIndexOfChildWithName()
2196 ret_val = SWIGBridge::LLDBSwigPython_GetIndexOfChildWithName(implementor, child_name); in GetIndexOfChildWithName()
2212 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in UpdateSynthProviderInstance() local
2213 if (!implementor) in UpdateSynthProviderInstance()
2220 SWIGBridge::LLDBSwigPython_UpdateSynthProviderInstance(implementor); in UpdateSynthProviderInstance()
2236 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in MightHaveChildrenSynthProviderInstance() local
2237 if (!implementor) in MightHaveChildrenSynthProviderInstance()
2244 implementor); in MightHaveChildrenSynthProviderInstance()
2260 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in GetSyntheticValue() local
2261 if (!implementor) in GetSyntheticValue()
2268 SWIGBridge::LLDBSwigPython_GetValueSynthProviderInstance(implementor); in GetSyntheticValue()
2297 PythonObject implementor(PyRefType::Borrowed, in GetSyntheticTypeName() local
2299 if (!implementor.IsAllocated()) in GetSyntheticTypeName()
2303 implementor.CallMethod("get_type_name"); in GetSyntheticTypeName()
2812 PythonObject implementor(PyRefType::Borrowed, in GetShortHelpForCommandObject() local
2815 if (!implementor.IsAllocated()) in GetShortHelpForCommandObject()
2819 implementor.CallMethod("get_short_help"); in GetShortHelpForCommandObject()
2849 PythonObject implementor(PyRefType::Borrowed, in GetFlagsForCommandObject() local
2852 if (!implementor.IsAllocated()) in GetFlagsForCommandObject()
2856 PyObject_GetAttrString(implementor.get(), callee_name)); in GetFlagsForCommandObject()
2874 As<long long>(implementor.CallMethod(callee_name))); in GetFlagsForCommandObject()
2896 PythonObject implementor(PyRefType::Borrowed, in GetLongHelpForCommandObject() local
2899 if (!implementor.IsAllocated()) in GetLongHelpForCommandObject()
2903 implementor.CallMethod("get_long_help"); in GetLongHelpForCommandObject()