Home
last modified time | relevance | path

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

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