Searched refs:count_sp (Results 1 – 2 of 2) sorted by relevance
83 ValueObjectSP count_sp; in CFBagSummaryProvider() local86 …if (process_sp->GetTarget().EvaluateExpression(expr.GetData(), frame_sp.get(), count_sp) != eExpre… in CFBagSummaryProvider()88 if (!count_sp) in CFBagSummaryProvider()90 count = count_sp->GetValueAsUnsigned(0); in CFBagSummaryProvider()277 ValueObjectSP count_sp; in CFBinaryHeapSummaryProvider() local280 …if (process_sp->GetTarget().EvaluateExpression(expr.GetData(), frame_sp.get(), count_sp) != eExpre… in CFBinaryHeapSummaryProvider()282 if (!count_sp) in CFBinaryHeapSummaryProvider()284 count = count_sp->GetValueAsUnsigned(0); in CFBinaryHeapSummaryProvider()
35 …ValueObjectSP count_sp(valobj_sp->GetChildAtNamePath( {ConstString("__cntrl_"),ConstString("__shar… in LibcxxSmartPointerSummaryProvider() local64 if (count_sp) in LibcxxSmartPointerSummaryProvider()65 stream.Printf(" strong=%" PRIu64, 1+count_sp->GetValueAsUnsigned(0)); in LibcxxSmartPointerSummaryProvider()