Lines Matching refs:ValueObjectSP
85 LibcxxVariantGetIndexValidity(ValueObjectSP &impl_sp) { in LibcxxVariantGetIndexValidity()
86 ValueObjectSP index_sp( in LibcxxVariantGetIndexValidity()
114 std::optional<uint64_t> LibcxxVariantIndexValue(ValueObjectSP &impl_sp) { in LibcxxVariantIndexValue()
115 ValueObjectSP index_sp( in LibcxxVariantIndexValue()
124 ValueObjectSP LibcxxVariantGetNthHead(ValueObjectSP &impl_sp, uint64_t index) { in LibcxxVariantGetNthHead()
125 ValueObjectSP data_sp( in LibcxxVariantGetNthHead()
129 return ValueObjectSP{}; in LibcxxVariantGetNthHead()
131 ValueObjectSP current_level = data_sp; in LibcxxVariantGetNthHead()
133 ValueObjectSP tail_sp( in LibcxxVariantGetNthHead()
137 return ValueObjectSP{}; in LibcxxVariantGetNthHead()
150 ValueObjectSP valobj_sp(valobj.GetNonSyntheticValue()); in LibcxxVariantSummaryProvider()
154 ValueObjectSP impl_sp = GetChildMemberWithName( in LibcxxVariantSummaryProvider()
177 ValueObjectSP nth_head = LibcxxVariantGetNthHead(impl_sp, index_value); in LibcxxVariantSummaryProvider()
213 ValueObjectSP GetChildAtIndex(size_t idx) override;
222 ValueObjectSP impl_sp = formatters::GetChildMemberWithName( in Update()
240 ValueObjectSP VariantFrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()
244 ValueObjectSP impl_sp = formatters::GetChildMemberWithName( in GetChildAtIndex()
256 ValueObjectSP nth_head = LibcxxVariantGetNthHead(impl_sp, index_value); in GetChildAtIndex()
271 ValueObjectSP head_value( in GetChildAtIndex()
282 lldb::ValueObjectSP valobj_sp) { in LibcxxVariantFrontEndCreator()