Lines Matching refs:implementor_sp
1593 StructuredData::GenericSP implementor_sp, SymbolContext *sym_ctx) { in ScriptedBreakpointResolverSearchCallback() argument
1596 if (implementor_sp) { in ScriptedBreakpointResolverSearchCallback()
1600 implementor_sp->GetValue(), "__callback__", sym_ctx); in ScriptedBreakpointResolverSearchCallback()
1611 StructuredData::GenericSP implementor_sp) { in ScriptedBreakpointResolverSearchDepth() argument
1613 if (implementor_sp) { in ScriptedBreakpointResolverSearchDepth()
1617 implementor_sp->GetValue(), "__get_depth__", nullptr); in ScriptedBreakpointResolverSearchDepth()
1665 StructuredData::GenericSP implementor_sp, ExecutionContext &exc_ctx, in ScriptedStopHookHandleStop() argument
1667 assert(implementor_sp && in ScriptedStopHookHandleStop()
1677 implementor_sp->GetValue(), exc_ctx_ref_sp, stream_sp); in ScriptedStopHookHandleStop()
2018 const StructuredData::ObjectSP &implementor_sp, uint32_t max) { in CalculateNumChildren() argument
2019 if (!implementor_sp) in CalculateNumChildren()
2021 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in CalculateNumChildren()
2040 const StructuredData::ObjectSP &implementor_sp, uint32_t idx) { in GetChildAtIndex() argument
2041 if (!implementor_sp) in GetChildAtIndex()
2044 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in GetChildAtIndex()
2074 const StructuredData::ObjectSP &implementor_sp, const char *child_name) { in GetIndexOfChildWithName() argument
2075 if (!implementor_sp) in GetIndexOfChildWithName()
2078 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in GetIndexOfChildWithName()
2097 const StructuredData::ObjectSP &implementor_sp) { in UpdateSynthProviderInstance() argument
2100 if (!implementor_sp) in UpdateSynthProviderInstance()
2103 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in UpdateSynthProviderInstance()
2121 const StructuredData::ObjectSP &implementor_sp) { in MightHaveChildrenSynthProviderInstance() argument
2124 if (!implementor_sp) in MightHaveChildrenSynthProviderInstance()
2127 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in MightHaveChildrenSynthProviderInstance()
2145 const StructuredData::ObjectSP &implementor_sp) { in GetSyntheticValue() argument
2148 if (!implementor_sp) in GetSyntheticValue()
2151 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in GetSyntheticValue()
2180 const StructuredData::ObjectSP &implementor_sp) { in GetSyntheticTypeName() argument
2184 if (!implementor_sp) in GetSyntheticTypeName()
2187 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in GetSyntheticTypeName()