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