Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/ftrace_plugin/include/
Dsub_event_parser.h36 using ParseFunction = std::function<void(FtraceEvent&, uint8_t[], size_t, const EventFormat&)>; variable
39 ParseFunction func;
69 void RegisterParseFunction(const std::string& name, ParseFunction&& func);
89 SubEventParserRegisterar(const std::string& name, SubEventParser::ParseFunction&& func);
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dsub_event_parser.cpp58 void SubEventParser::RegisterParseFunction(const std::string& name, ParseFunction&& fun) in RegisterParseFunction()
70 …Registerar::SubEventParserRegisterar(const std::string& name, SubEventParser::ParseFunction&& func) in SubEventParserRegisterar()
/developtools/global_resource_tool/include/
Did_worker.h58 using ParseFunction = std::function<bool(const Json::Value&, ResourceId&)>; variable
76 std::map<std::string, ParseFunction> handles_;