Searched refs:count_sp (Results 1 – 3 of 3) sorted by relevance
103 ValueObjectSP count_sp = in CreateHistoryThreadFromValueObject() local108 if (!count_sp || !tid_sp) in CreateHistoryThreadFromValueObject()111 int count = count_sp->GetValueAsUnsigned(0); in CreateHistoryThreadFromValueObject()
348 if (auto count_sp = pi_sp->GetChildMemberWithName("_M_use_count")) { in LibStdcppSmartPointerSummaryProvider() local350 shared_count = count_sp->GetValueAsSigned(0, &success); in LibStdcppSmartPointerSummaryProvider()
208 if (auto count_sp = ctrl_sp->GetChildMemberWithName("__shared_owners_")) { in LibcxxSmartPointerSummaryProvider() local210 uint64_t count = count_sp->GetValueAsUnsigned(0, &success); in LibcxxSmartPointerSummaryProvider()