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()116 std::optional<uint64_t> LibcxxVariantIndexValue(ValueObjectSP &impl_sp) { in LibcxxVariantIndexValue() argument117 ValueObjectSP index_sp(impl_sp->GetChildMemberWithName("__index")); in LibcxxVariantIndexValue()125 ValueObjectSP LibcxxVariantGetNthHead(ValueObjectSP &impl_sp, uint64_t index) { in LibcxxVariantGetNthHead() argument126 ValueObjectSP data_sp(impl_sp->GetChildMemberWithName("__data")); in LibcxxVariantGetNthHead()153 ValueObjectSP impl_sp = GetChildMemberWithName( in LibcxxVariantSummaryProvider() local156 if (!impl_sp) in LibcxxVariantSummaryProvider()159 LibcxxVariantIndexValidity validity = LibcxxVariantGetIndexValidity(impl_sp); in LibcxxVariantSummaryProvider()169 auto optional_index_value = LibcxxVariantIndexValue(impl_sp); in LibcxxVariantSummaryProvider()[all …]
305 auto [impl_sp, is_compressed_pair] = in Update()308 if (!impl_sp) in Update()312 impl_sp = GetFirstValueOfLibCXXCompressedPair(*impl_sp); in Update()314 if (!impl_sp) in Update()317 m_head = impl_sp->GetChildMemberWithName("__next_").get(); in Update()427 ValueObjectSP impl_sp(m_backend.GetChildMemberWithName("__end_")); in Update() local428 if (!impl_sp) in Update()430 m_head = impl_sp->GetChildMemberWithName("__next_").get(); in Update()431 m_tail = impl_sp->GetChildMemberWithName("__prev_").get(); in Update()
510 void SetSP(ValueImplSP impl_sp);
1114 void SBValue::SetSP(ValueImplSP impl_sp) { m_opaque_sp = impl_sp; } in SetSP() argument