Searched refs:impl_sp (Results 1 – 4 of 4) sorted by relevance
85 LibcxxVariantGetIndexValidity(ValueObjectSP &impl_sp) { in LibcxxVariantGetIndexValidity() argument86 ValueObjectSP index_sp(impl_sp->GetChildMemberWithName("__index")); in LibcxxVariantGetIndexValidity()123 ValueObjectSP data_sp(impl_sp->GetChildMemberWithName("__data")); in LibcxxVariantGetNthHead()150 ValueObjectSP impl_sp = GetChildMemberWithName( in LibcxxVariantSummaryProvider() local153 if (!impl_sp) in LibcxxVariantSummaryProvider()166 auto optional_index_value = LibcxxVariantIndexValue(impl_sp); in LibcxxVariantSummaryProvider()218 ValueObjectSP impl_sp = formatters::GetChildMemberWithName( in Update() local220 if (!impl_sp) in Update()240 ValueObjectSP impl_sp = formatters::GetChildMemberWithName( in GetChildAtIndex() local242 if (!impl_sp) in GetChildAtIndex()[all …]
295 ValueObjectSP impl_sp(m_backend.GetChildMemberWithName("__before_begin_")); in Update() local296 if (!impl_sp) in Update()298 impl_sp = GetFirstValueOfLibCXXCompressedPair(*impl_sp); in Update()299 if (!impl_sp) in Update()301 m_head = impl_sp->GetChildMemberWithName("__next_").get(); in Update()409 ValueObjectSP impl_sp(m_backend.GetChildMemberWithName("__end_")); in Update() local410 if (!impl_sp) in Update()412 m_head = impl_sp->GetChildMemberWithName("__next_").get(); in Update()413 m_tail = impl_sp->GetChildMemberWithName("__prev_").get(); in Update()
492 void SetSP(ValueImplSP impl_sp);
1058 void SBValue::SetSP(ValueImplSP impl_sp) { m_opaque_sp = impl_sp; } in SetSP() argument