Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Dlg2.hpp28 details::header_str_conversion_t<Ts&&>... ts) in log()
32 std::forward<details::header_str_conversion_t<Ts&&>>(ts)...); in log()
42 const char* msg, details::header_str_conversion_t<Ts&&>... ts, in log()
44 log(s, msg, std::forward<details::header_str_conversion_t<Ts&&>>(ts)...) in log()
/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/
H A Dheader.hpp86 using header_str_conversion_t = typename header_str_conversion<T>::type; typedef