Searched refs:GetSummaryAtIndex (Results 1 – 5 of 5) sorted by relevance
94 GetSummaryAtIndex (uint32_t);173 …rs_access_class (self,self.__class__.GetNumSummaries,self.__class__.GetSummaryAtIndex,self.__class…179 summaries.append(self.GetSummaryAtIndex(idx))
72 SBTypeSummary GetSummaryAtIndex(uint32_t);
305 SBTypeSummary SBTypeCategory::GetSummaryAtIndex(uint32_t index) { in GetSummaryAtIndex() function in SBTypeCategory310 return SBTypeSummary(m_opaque_sp->GetSummaryAtIndex((index))); in GetSummaryAtIndex()
254 SummaryContainer::MapValueType GetSummaryAtIndex(size_t index);
402 TypeCategoryImpl::GetSummaryAtIndex(size_t index) { in GetSummaryAtIndex() function in TypeCategoryImpl