Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp273 using CreationFuncMap = std::map<ConstString, OperationCreationFunc>; typedef in sddarwinlog_private::FilterRule
275 static CreationFuncMap &GetCreationFuncMap() { in GetCreationFuncMap()
276 static CreationFuncMap s_map; in GetCreationFuncMap()