Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcommand.cpp41 typedef std::function<std::unique_ptr<Command>(void)> callback_t; typedef
43 static std::map<std::string, callback_t>& CommandMap() { in CommandMap()
46 static std::map<std::string, callback_t> command_map; in CommandMap()