Searched refs:GetNumFormats (Results 1 – 5 of 5) sorted by relevance
43 return self.formatters_access_class (self,self.__class__.GetNumFormats,self.__class__.GetFormatAtIndex,self.__class__.GetFormatForType)48 for idx in range(self.GetNumFormats()):93 num_formats = property(GetNumFormats, None)
44 uint32_t GetNumFormats();
102 uint32_t SBTypeCategory::GetNumFormats() { in GetNumFormats() function in SBTypeCategory108 return m_opaque_sp->GetNumFormats(); in GetNumFormats()
287 uint32_t GetNumFormats() { return m_format_cont.GetCount(); } in GetNumFormats() function
70154 result = (uint32_t)(arg1)->GetNumFormats(); in _wrap_SBTypeCategory_GetNumFormats()