Home
last modified time | relevance | path

Searched refs:FormatContainer (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeCategory.h65 typedef FormatterContainerPair<TypeFormatImpl> FormatContainer; typedef
74 typedef FormatContainer::ExactMatchContainerSP FormatContainerSP;
75 typedef FormatContainer::RegexMatchContainerSP RegexFormatContainerSP;
93 SetExact(FormatContainer::ExactMatchForEachCallback callback) { in SetExact()
99 SetWithRegex(FormatContainer::RegexMatchForEachCallback callback) { in SetWithRegex()
143 FormatContainer::ExactMatchForEachCallback GetFormatExactCallback() const { in GetFormatExactCallback()
146 FormatContainer::RegexMatchForEachCallback GetFormatRegexCallback() const { in GetFormatRegexCallback()
174 FormatContainer::ExactMatchForEachCallback m_format_exact;
175 FormatContainer::RegexMatchForEachCallback m_format_regex;
212 FormatContainer &GetFormatContainer() { return m_format_cont; } in GetFormatContainer()
[all …]
/external/llvm-project/lldb/source/DataFormatters/
DTypeCategory.cpp319 TypeCategoryImpl::FormatContainer::MapValueType
321 FormatContainer::MapValueType retval; in GetFormatForType()
392 TypeCategoryImpl::FormatContainer::MapValueType