Searched refs:MatchFunc (Results 1 – 2 of 2) sorted by relevance
288 using MatchFunc = std::function<bool(const std::string& name, const char* str)>; variable395 const std::map<std::string, std::string> &map, MatchFunc func);
46 const std::map<std::string, std::string> &map, MatchFunc func) in GetCategoryFromMap()