Home
last modified time | relevance | path

Searched refs:GetNumFormats (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/bindings/interface/
H A DSBTypeCategoryExtensions.i43 …return self.formatters_access_class (self,self.__class__.GetNumFormats,self.__class__.GetFormatAtI…
48 for idx in range(self.GetNumFormats()):
93 num_formats = property(GetNumFormats, None)
/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h44 uint32_t GetNumFormats();
/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp102 uint32_t SBTypeCategory::GetNumFormats() { in GetNumFormats() function in SBTypeCategory
108 return m_opaque_sp->GetNumFormats(); in GetNumFormats()
/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h287 uint32_t GetNumFormats() { return m_format_cont.GetCount(); } in GetNumFormats() function