Searched defs:impl_sp (Results 1 – 3 of 3) sorted by relevance
85 LibcxxVariantGetIndexValidity(ValueObjectSP &impl_sp) { in LibcxxVariantGetIndexValidity()113 std::optional<uint64_t> LibcxxVariantIndexValue(ValueObjectSP &impl_sp) { in LibcxxVariantIndexValue()122 ValueObjectSP LibcxxVariantGetNthHead(ValueObjectSP &impl_sp, uint64_t index) { in LibcxxVariantGetNthHead()150 ValueObjectSP impl_sp = GetChildMemberWithName( in LibcxxVariantSummaryProvider() local218 ValueObjectSP impl_sp = formatters::GetChildMemberWithName( in Update() local240 ValueObjectSP impl_sp = formatters::GetChildMemberWithName( in GetChildAtIndex() local
295 ValueObjectSP impl_sp(m_backend.GetChildMemberWithName("__before_begin_")); in Update() local409 ValueObjectSP impl_sp(m_backend.GetChildMemberWithName("__end_")); in Update() local
1095 void SBValue::SetSP(ValueImplSP impl_sp) { m_opaque_sp = impl_sp; } in SetSP()