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()113 std::optional<uint64_t> LibcxxVariantIndexValue(ValueObjectSP &impl_sp) { in LibcxxVariantIndexValue() argument114 ValueObjectSP index_sp(impl_sp->GetChildMemberWithName("__index")); in LibcxxVariantIndexValue()122 ValueObjectSP LibcxxVariantGetNthHead(ValueObjectSP &impl_sp, uint64_t index) { in LibcxxVariantGetNthHead() argument123 ValueObjectSP data_sp(impl_sp->GetChildMemberWithName("__data")); in LibcxxVariantGetNthHead()150 ValueObjectSP impl_sp = GetChildMemberWithName( in LibcxxVariantSummaryProvider() local153 if (!impl_sp) in LibcxxVariantSummaryProvider()156 LibcxxVariantIndexValidity validity = LibcxxVariantGetIndexValidity(impl_sp); in LibcxxVariantSummaryProvider()166 auto optional_index_value = LibcxxVariantIndexValue(impl_sp); in LibcxxVariantSummaryProvider()[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()
511 void SetSP(ValueImplSP impl_sp);
1095 void SBValue::SetSP(ValueImplSP impl_sp) { m_opaque_sp = impl_sp; } in SetSP() argument