Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp250 using CreationFuncMap = std::map<ConstString, OperationCreationFunc>; typedef in sddarwinlog_private::FilterRule
252 static CreationFuncMap &GetCreationFuncMap() { in GetCreationFuncMap()
253 static CreationFuncMap s_map; in GetCreationFuncMap()