Searched refs:obj_sp (Results 1 – 3 of 3) sorted by relevance
56 StructuredData::ObjectSP obj_sp = params.m_impl_up->GetObjectSP(); in setTraceParams() local57 if (obj_sp && obj_sp->GetAsDictionary() != nullptr) in setTraceParams()59 std::static_pointer_cast<StructuredData::Dictionary>(obj_sp)); in setTraceParams()
90 StructuredData::ObjectSP obj_sp = m_impl_up->GetObjectSP(); in GetKeys() local91 if (!obj_sp) in GetKeys()94 StructuredData::Dictionary *dict = obj_sp->GetAsDictionary(); in GetKeys()
1088 StructuredData::ObjectSP obj_sp = extra_args.m_impl_up->GetObjectSP(); in BreakpointCreateFromScript() local1095 obj_sp, in BreakpointCreateFromScript()