Lines Matching refs:GetChildMemberWithName

46       valobj_sp->GetChildMemberWithName(ConstString("__engaged_"), true));  in LibcxxOptionalSummaryProvider()
113 valobj_sp->GetChildMemberWithName(ConstString("__ptr_"), true)); in LibcxxSmartPointerSummaryProvider()
157 valobj_sp->GetChildMemberWithName(ConstString("__ptr_"), true)); in LibcxxUniquePointerSummaryProvider()
262 auto __i_(valobj_sp->GetChildMemberWithName(g_i_, true)); in Update()
422 valobj_sp->GetChildMemberWithName(ConstString("__i_"), true)); in Update()
572 return valobj_sp->GetChildMemberWithName(ConstString("__ptr_"), true); in GetChildAtIndex()
576 valobj_sp->GetChildMemberWithName(ConstString("__ptr_"), true)) { in GetChildAtIndex()
602 valobj_sp->GetChildMemberWithName(ConstString("__cntrl_"), true)); in Update()
681 valobj_sp->GetChildMemberWithName(ConstString("__ptr_"), true)); in Update()
727 valobj.GetChildMemberWithName(ConstString("__r_"), /*can_create=*/true); in ExtractLibcxxStringInfo()
738 ValueObjectSP valobj_rep_sp = valobj_r_base_sp->GetChildMemberWithName( in ExtractLibcxxStringInfo()
743 ValueObjectSP l = valobj_rep_sp->GetChildMemberWithName(ConstString("__l"), in ExtractLibcxxStringInfo()
759 ValueObjectSP short_sp = valobj_rep_sp->GetChildMemberWithName( in ExtractLibcxxStringInfo()
765 short_sp->GetChildMemberWithName(ConstString("__is_long_"), true); in ExtractLibcxxStringInfo()
784 short_sp->GetChildMemberWithName(ConstString("__data_"), true); in ExtractLibcxxStringInfo()
804 l->GetChildMemberWithName(ConstString("__data_"), /*can_create=*/true); in ExtractLibcxxStringInfo()
806 l->GetChildMemberWithName(ConstString("__size_"), /*can_create=*/true); in ExtractLibcxxStringInfo()
808 l->GetChildMemberWithName(ConstString("__cap_"), /*can_create=*/true); in ExtractLibcxxStringInfo()
997 auto dataobj = valobj.GetChildMemberWithName(g_data_name, true); in LibcxxExtractStringViewData()
998 auto sizeobj = valobj.GetChildMemberWithName(g_size_name, true); in LibcxxExtractStringViewData()