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>; variable352 friend class FormattersContainer<TypeSummaryImpl>; variable354 friend class FormattersContainer<TypeFilterImpl>; variable356 friend class FormattersContainer<ScriptedSyntheticChildren>; variable
107 friend class FormattersContainer<ValueType>; variable
37 typedef FormattersContainer<TypeSummaryImpl> NamedSummariesMap;