Home
last modified time | relevance | path

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

/mipi-sys-t-3.6.0-3.5.0/printer/include/
Dmipi_syst_printf.h111 typedef std::vector<ArgFragment> Args; typedef
140 uint32_t parse(const std::string& fmt, Args& args);
195 fmtscanner::Args _args;
/mipi-sys-t-3.6.0-3.5.0/printer/src/
Dmipi_syst_printf.cpp53 fmtscanner::parse(const std::string& fmt, Args& args) in parse()
332 for (fmtscanner::Args::const_iterator it(_args.begin()); in format()