Searched refs:weak_count_sp (Results 1 – 3 of 3) sorted by relevance
54 if (auto weak_count_sp = ctrl_sp->GetChildMemberWithName("_Weaks")) { in MsvcStlSmartPointerSummaryProvider() local56 uint64_t count = weak_count_sp->GetValueAsUnsigned(0, &success); in MsvcStlSmartPointerSummaryProvider()
358 if (auto weak_count_sp = pi_sp->GetChildMemberWithName("_M_weak_count")) { in LibStdcppSmartPointerSummaryProvider() local360 int64_t count = weak_count_sp->GetValueAsUnsigned(0, &success); in LibStdcppSmartPointerSummaryProvider()
220 if (auto weak_count_sp = in LibcxxSmartPointerSummaryProvider() local223 uint64_t count = weak_count_sp->GetValueAsUnsigned(0, &success); in LibcxxSmartPointerSummaryProvider()