Lines Matching refs:implementor
76 typedef bool (*SWIGPythonCallThreadPlan)(void *implementor,
85 typedef unsigned int (*SWIGPythonCallBreakpointResolver)(void *implementor,
97 void *implementor, const lldb::StackFrameSP &frame_sp);
99 typedef size_t (*SWIGPythonCalculateNumChildren)(void *implementor,
102 typedef void *(*SWIGPythonGetChildAtIndex)(void *implementor, uint32_t idx);
104 typedef int (*SWIGPythonGetIndexOfChildWithName)(void *implementor,
116 typedef void *(*SWIGPythonGetValueSynthProviderInstance)(void *implementor);
125 void *implementor, lldb::DebuggerSP &debugger, const char *args,
240 GetRecognizedArguments(const StructuredData::ObjectSP &implementor,
270 size_t CalculateNumChildren(const StructuredData::ObjectSP &implementor,
274 GetChildAtIndex(const StructuredData::ObjectSP &implementor,
277 int GetIndexOfChildWithName(const StructuredData::ObjectSP &implementor,
281 const StructuredData::ObjectSP &implementor) override;
284 const StructuredData::ObjectSP &implementor) override;
287 GetSyntheticValue(const StructuredData::ObjectSP &implementor) override;
290 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) override;