Home
last modified time | relevance | path

Searched defs:ParseFunction (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/include/
Dsub_event_parser.h34 using ParseFunction = std::function<void(FtraceEvent&, uint8_t[], size_t, const EventFormat&)>; variable
/developtools/global_resource_tool/include/
Did_worker.h57 using ParseFunction = std::function<bool(const Json::Value&, ResourceId&)>; variable