Searched refs:count_sp (Results 1 – 2 of 2) sorted by relevance
113 ValueObjectSP count_sp = in CreateHistoryThreadFromValueObject() local118 if (!count_sp || !tid_sp) in CreateHistoryThreadFromValueObject()121 int count = count_sp->GetValueAsUnsigned(0); in CreateHistoryThreadFromValueObject()
111 ValueObjectSP count_sp(valobj_sp->GetChildAtNamePath( in LibcxxSmartPointerSummaryProvider() local138 if (count_sp) in LibcxxSmartPointerSummaryProvider()139 stream.Printf(" strong=%" PRIu64, 1 + count_sp->GetValueAsUnsigned(0)); in LibcxxSmartPointerSummaryProvider()