Searched refs:FormattersContainer (Results 1 – 4 of 4) sorted by relevance
141 template <typename ValueType> class FormattersContainer {147 typedef typename std::shared_ptr<FormattersContainer<ValueType>>152 FormattersContainer(IFormatChangeListener *lst) : listener(lst) {} in FormattersContainer() function265 FormattersContainer(const FormattersContainer &) = delete;266 const FormattersContainer &operator=(const FormattersContainer &) = delete;
38 using Subcontainer = FormattersContainer<FormatterImpl>;391 friend class FormattersContainer<TypeFormatImpl>;393 friend class FormattersContainer<TypeSummaryImpl>;395 friend class FormattersContainer<TypeFilterImpl>;397 friend class FormattersContainer<ScriptedSyntheticChildren>;
37 typedef FormattersContainer<TypeSummaryImpl> NamedSummariesMap;
3695 lldb/include/lldb/DataFormatters/FormattersContainer.h