Lines Matching refs:implementor

1537   PythonObject implementor(PyRefType::Borrowed,  in GetRecognizedArguments()  local
1540 if (!implementor.IsAllocated()) return ValueObjectListSP(); in GetRecognizedArguments()
1544 (PyObject *)g_swig_get_recognized_arguments(implementor.get(), frame_sp)); in GetRecognizedArguments()
1599 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_RegisterInfo() local
1602 if (!implementor.IsAllocated()) in OSPlugin_RegisterInfo()
1606 PyObject_GetAttrString(implementor.get(), callee_name)); in OSPlugin_RegisterInfo()
1627 PyObject_CallMethod(implementor.get(), callee_name, nullptr)); in OSPlugin_RegisterInfo()
1654 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_ThreadsInfo() local
1657 if (!implementor.IsAllocated()) in OSPlugin_ThreadsInfo()
1661 PyObject_GetAttrString(implementor.get(), callee_name)); in OSPlugin_ThreadsInfo()
1682 PyObject_CallMethod(implementor.get(), callee_name, nullptr)); in OSPlugin_ThreadsInfo()
1740 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_RegisterContextData() local
1743 if (!implementor.IsAllocated()) in OSPlugin_RegisterContextData()
1747 PyObject_GetAttrString(implementor.get(), callee_name)); in OSPlugin_RegisterContextData()
1767 PyObject_CallMethod(implementor.get(), callee_name, param_format, tid)); in OSPlugin_RegisterContextData()
1799 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_CreateThread() local
1802 if (!implementor.IsAllocated()) in OSPlugin_CreateThread()
1806 PyObject_GetAttrString(implementor.get(), callee_name)); in OSPlugin_CreateThread()
1825 PyObject_CallMethod(implementor.get(), callee_name, in OSPlugin_CreateThread()
2348 void *implementor = generic->GetValue(); in CalculateNumChildren() local
2349 if (!implementor) in CalculateNumChildren()
2360 ret_val = g_swig_calc_children(implementor, max); in CalculateNumChildren()
2374 void *implementor = generic->GetValue(); in GetChildAtIndex() local
2375 if (!implementor) in GetChildAtIndex()
2386 void *child_ptr = g_swig_get_child_index(implementor, idx); in GetChildAtIndex()
2410 void *implementor = generic->GetValue(); in GetIndexOfChildWithName() local
2411 if (!implementor) in GetIndexOfChildWithName()
2422 ret_val = g_swig_get_index_child(implementor, child_name); in GetIndexOfChildWithName()
2438 void *implementor = generic->GetValue(); in UpdateSynthProviderInstance() local
2439 if (!implementor) in UpdateSynthProviderInstance()
2448 ret_val = g_swig_update_provider(implementor); in UpdateSynthProviderInstance()
2464 void *implementor = generic->GetValue(); in MightHaveChildrenSynthProviderInstance() local
2465 if (!implementor) in MightHaveChildrenSynthProviderInstance()
2474 ret_val = g_swig_mighthavechildren_provider(implementor); in MightHaveChildrenSynthProviderInstance()
2490 void *implementor = generic->GetValue(); in GetSyntheticValue() local
2491 if (!implementor) in GetSyntheticValue()
2501 void *child_ptr = g_swig_getvalue_provider(implementor); in GetSyntheticValue()
2534 PythonObject implementor(PyRefType::Borrowed, in GetSyntheticTypeName() local
2536 if (!implementor.IsAllocated()) in GetSyntheticTypeName()
2540 PyObject_GetAttrString(implementor.get(), callee_name)); in GetSyntheticTypeName()
2560 PyObject_CallMethod(implementor.get(), callee_name, nullptr)); in GetSyntheticTypeName()
3070 PythonObject implementor(PyRefType::Borrowed, in GetShortHelpForCommandObject() local
3073 if (!implementor.IsAllocated()) in GetShortHelpForCommandObject()
3077 PyObject_GetAttrString(implementor.get(), callee_name)); in GetShortHelpForCommandObject()
3097 PyObject_CallMethod(implementor.get(), callee_name, nullptr)); in GetShortHelpForCommandObject()
3125 PythonObject implementor(PyRefType::Borrowed, in GetFlagsForCommandObject() local
3128 if (!implementor.IsAllocated()) in GetFlagsForCommandObject()
3132 PyObject_GetAttrString(implementor.get(), callee_name)); in GetFlagsForCommandObject()
3152 PyObject_CallMethod(implementor.get(), callee_name, nullptr)); in GetFlagsForCommandObject()
3180 PythonObject implementor(PyRefType::Borrowed, in GetLongHelpForCommandObject() local
3183 if (!implementor.IsAllocated()) in GetLongHelpForCommandObject()
3187 PyObject_GetAttrString(implementor.get(), callee_name)); in GetLongHelpForCommandObject()
3208 PyObject_CallMethod(implementor.get(), callee_name, nullptr)); in GetLongHelpForCommandObject()