Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp246 using CreationFuncMap = std::map<ConstString, OperationCreationFunc>; typedef in sddarwinlog_private::FilterRule
248 static CreationFuncMap &GetCreationFuncMap() { in GetCreationFuncMap()
249 static CreationFuncMap s_map; in GetCreationFuncMap()