Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/memory_plugin/include/
Dsmaps_stats.h288 using MatchFunc = std::function<bool(const std::string& name, const char* str)>; variable
395 const std::map<std::string, std::string> &map, MatchFunc func);
/developtools/profiler/device/plugins/memory_plugin/src/
Dsmaps_stats.cpp46 const std::map<std::string, std::string> &map, MatchFunc func) in GetCategoryFromMap()