Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/DataFormatters/
DFormattersContainer.h107 template <typename ValueType> class FormattersContainer {
113 typedef typename std::shared_ptr<FormattersContainer<ValueType>>
118 FormattersContainer(IFormatChangeListener *lst) : listener(lst) {} in FormattersContainer() function
213 FormattersContainer(const FormattersContainer &) = delete;
214 const FormattersContainer &operator=(const FormattersContainer &) = delete;
DTypeCategory.h28 typedef FormattersContainer<FormatterImpl> ExactMatchContainer;
29 typedef FormattersContainer<FormatterImpl> RegexMatchContainer;
350 friend class FormattersContainer<TypeFormatImpl>; variable
352 friend class FormattersContainer<TypeSummaryImpl>; variable
354 friend class FormattersContainer<TypeFilterImpl>; variable
356 friend class FormattersContainer<ScriptedSyntheticChildren>; variable
DTypeCategoryMap.h107 friend class FormattersContainer<ValueType>; variable
DFormatManager.h37 typedef FormattersContainer<TypeSummaryImpl> NamedSummariesMap;