Searched refs:count_sp (Results 1 – 2 of 2) sorted by relevance
101 ValueObjectSP count_sp = in CreateHistoryThreadFromValueObject() local106 if (!count_sp || !tid_sp) in CreateHistoryThreadFromValueObject()109 int count = count_sp->GetValueAsUnsigned(0); in CreateHistoryThreadFromValueObject()
133 ValueObjectSP count_sp( in LibcxxSmartPointerSummaryProvider() local160 if (count_sp) in LibcxxSmartPointerSummaryProvider()161 stream.Printf(" strong=%" PRIu64, 1 + count_sp->GetValueAsUnsigned(0)); in LibcxxSmartPointerSummaryProvider()