Searched refs:FormattersContainer (Results 1 – 4 of 4) sorted by relevance
107 template <typename ValueType> class FormattersContainer {113 typedef typename std::shared_ptr<FormattersContainer<ValueType>>118 FormattersContainer(IFormatChangeListener *lst) : listener(lst) {} in FormattersContainer() function213 FormattersContainer(const FormattersContainer &) = delete;214 const FormattersContainer &operator=(const FormattersContainer &) = delete;
28 typedef FormattersContainer<FormatterImpl> ExactMatchContainer;29 typedef FormattersContainer<FormatterImpl> RegexMatchContainer;350 friend class FormattersContainer<TypeFormatImpl>;352 friend class FormattersContainer<TypeSummaryImpl>;354 friend class FormattersContainer<TypeFilterImpl>;356 friend class FormattersContainer<ScriptedSyntheticChildren>;
37 typedef FormattersContainer<TypeSummaryImpl> NamedSummariesMap;
3700 lldb/include/lldb/DataFormatters/FormattersContainer.h