Lines Matching refs:implementor
1454 PythonObject implementor(PyRefType::Borrowed, in GetRecognizedArguments() local
1457 if (!implementor.IsAllocated()) in GetRecognizedArguments()
1462 LLDBSwigPython_GetRecognizedArguments(implementor.get(), frame_sp)); in GetRecognizedArguments()
1515 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_RegisterInfo() local
1518 if (!implementor.IsAllocated()) in OSPlugin_RegisterInfo()
1522 PyObject_GetAttrString(implementor.get(), callee_name)); in OSPlugin_RegisterInfo()
1543 PyObject_CallMethod(implementor.get(), callee_name, nullptr)); in OSPlugin_RegisterInfo()
1570 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_ThreadsInfo() local
1573 if (!implementor.IsAllocated()) in OSPlugin_ThreadsInfo()
1577 PyObject_GetAttrString(implementor.get(), callee_name)); in OSPlugin_ThreadsInfo()
1598 PyObject_CallMethod(implementor.get(), callee_name, nullptr)); in OSPlugin_ThreadsInfo()
1628 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_RegisterContextData() local
1631 if (!implementor.IsAllocated()) in OSPlugin_RegisterContextData()
1635 PyObject_GetAttrString(implementor.get(), callee_name)); in OSPlugin_RegisterContextData()
1655 PyObject_CallMethod(implementor.get(), callee_name, param_format, tid)); in OSPlugin_RegisterContextData()
1687 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_CreateThread() local
1690 if (!implementor.IsAllocated()) in OSPlugin_CreateThread()
1694 PyObject_GetAttrString(implementor.get(), callee_name)); in OSPlugin_CreateThread()
1713 PyObject_CallMethod(implementor.get(), callee_name, in OSPlugin_CreateThread()
2277 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in CalculateNumChildren() local
2278 if (!implementor) in CalculateNumChildren()
2286 ret_val = LLDBSwigPython_CalculateNumChildren(implementor, max); in CalculateNumChildren()
2300 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in GetChildAtIndex() local
2301 if (!implementor) in GetChildAtIndex()
2308 PyObject *child_ptr = LLDBSwigPython_GetChildAtIndex(implementor, idx); in GetChildAtIndex()
2332 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in GetIndexOfChildWithName() local
2333 if (!implementor) in GetIndexOfChildWithName()
2341 ret_val = LLDBSwigPython_GetIndexOfChildWithName(implementor, child_name); in GetIndexOfChildWithName()
2357 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in UpdateSynthProviderInstance() local
2358 if (!implementor) in UpdateSynthProviderInstance()
2364 ret_val = LLDBSwigPython_UpdateSynthProviderInstance(implementor); in UpdateSynthProviderInstance()
2380 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in MightHaveChildrenSynthProviderInstance() local
2381 if (!implementor) in MightHaveChildrenSynthProviderInstance()
2388 LLDBSwigPython_MightHaveChildrenSynthProviderInstance(implementor); in MightHaveChildrenSynthProviderInstance()
2404 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in GetSyntheticValue() local
2405 if (!implementor) in GetSyntheticValue()
2412 LLDBSwigPython_GetValueSynthProviderInstance(implementor); in GetSyntheticValue()
2445 PythonObject implementor(PyRefType::Borrowed, in GetSyntheticTypeName() local
2447 if (!implementor.IsAllocated()) in GetSyntheticTypeName()
2451 PyObject_GetAttrString(implementor.get(), callee_name)); in GetSyntheticTypeName()
2471 PyObject_CallMethod(implementor.get(), callee_name, nullptr)); in GetSyntheticTypeName()
2986 PythonObject implementor(PyRefType::Borrowed, in GetShortHelpForCommandObject() local
2989 if (!implementor.IsAllocated()) in GetShortHelpForCommandObject()
2993 PyObject_GetAttrString(implementor.get(), callee_name)); in GetShortHelpForCommandObject()
3013 PyObject_CallMethod(implementor.get(), callee_name, nullptr)); in GetShortHelpForCommandObject()
3042 PythonObject implementor(PyRefType::Borrowed, in GetFlagsForCommandObject() local
3045 if (!implementor.IsAllocated()) in GetFlagsForCommandObject()
3049 PyObject_GetAttrString(implementor.get(), callee_name)); in GetFlagsForCommandObject()
3067 As<long long>(implementor.CallMethod(callee_name))); in GetFlagsForCommandObject()
3092 PythonObject implementor(PyRefType::Borrowed, in GetLongHelpForCommandObject() local
3095 if (!implementor.IsAllocated()) in GetLongHelpForCommandObject()
3099 PyObject_GetAttrString(implementor.get(), callee_name)); in GetLongHelpForCommandObject()
3120 PyObject_CallMethod(implementor.get(), callee_name, nullptr)); in GetLongHelpForCommandObject()