Searched refs:MFP (Results 1 – 2 of 2) sorted by relevance
21 typedef void (*MFP)(rapidjson::Document&); typedef35 static void RegisterCommand(std::string name, MFP command);
34 typedef std::map<std::string, MFP> function_map;265 void CommandReceiver::RegisterCommand(std::string name, MFP command) { in RegisterCommand()