Searched refs:FormattersContainer (Results 1 – 3 of 3) 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>; variable393 friend class FormattersContainer<TypeSummaryImpl>; variable395 friend class FormattersContainer<TypeFilterImpl>; variable397 friend class FormattersContainer<ScriptedSyntheticChildren>; variable
37 typedef FormattersContainer<TypeSummaryImpl> NamedSummariesMap;