Searched refs:GetFormatAtIndex (Results 1 – 6 of 6) sorted by relevance
43 return self.formatters_access_class (self,self.__class__.GetNumFormats,self.__class__.GetFormatAtIndex,self.__class__.GetFormatForType)49 formats.append(self.GetFormatAtIndex(idx))
70 SBTypeFormat GetFormatAtIndex(uint32_t);
269 SBTypeFormat SBTypeCategory::GetFormatAtIndex(uint32_t index) { in GetFormatAtIndex() function in SBTypeCategory274 return SBTypeFormat(m_opaque_sp->GetFormatAtIndex((index))); in GetFormatAtIndex()
270 TypeCategoryImpl::GetFormatAtIndex(size_t index) { in GetFormatAtIndex() function in TypeCategoryImpl
307 FormatContainer::MapValueType GetFormatAtIndex(size_t index);
70547 result = (arg1)->GetFormatAtIndex(arg2); in _wrap_SBTypeCategory_GetFormatAtIndex()