Home
last modified time | relevance | path

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

/mipi-sys-t-3.6.0-3.5.0/printer/include/
Dmipi_syst_collateral.h102 V& value() {return m_value;} in value() function
106 const V& value() const { return m_value; } in value() function
Dmipi_syst_printer.h130 const std::string& format, T value, const std::vector<int>& starArgs) in hostPrintf()