Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h29 typedef FormattersContainer<ConstString, FormatterImpl> ExactMatchContainer; typedef
33 typedef typename ExactMatchContainer::MapType ExactMatchMap;
36 typedef typename ExactMatchContainer::MapValueType MapValueType;
38 typedef typename ExactMatchContainer::SharedPointer ExactMatchContainerSP;
42 typename ExactMatchContainer::ForEachCallback ExactMatchForEachCallback;
48 : m_exact_sp(new ExactMatchContainer(std::string(exact_name), clist)), in FormatterContainerPair()