Searched refs:obj_sp (Results 1 – 4 of 4) sorted by relevance
74 StructuredData::ObjectSP obj_sp = params.m_impl_up->GetObjectSP(); in setTraceParams() local75 if (obj_sp && obj_sp->GetAsDictionary() != nullptr) in setTraceParams()77 std::static_pointer_cast<StructuredData::Dictionary>(obj_sp)); in setTraceParams()
133 StructuredData::ObjectSP obj_sp = m_impl_up->GetObjectSP(); in GetKeys() local134 if (!obj_sp) in GetKeys()137 StructuredData::Dictionary *dict = obj_sp->GetAsDictionary(); in GetKeys()
931 StructuredData::ObjectSP obj_sp = args_data.m_impl_up->GetObjectSP(); in StepUsingScriptedThreadPlan() local934 false, script_class_name, obj_sp, false, new_plan_status); in StepUsingScriptedThreadPlan()
1124 StructuredData::ObjectSP obj_sp = extra_args.m_impl_up->GetObjectSP(); in BreakpointCreateFromScript() local1131 obj_sp, in BreakpointCreateFromScript()