Lines Matching +full:use +full:- +full:case
3 #include <systemd/sd-journal.h>
6 #include <phosphor-logging/lg2.hpp>
26 // For binary, use bitset<>::to_string. in value_to_string()
27 // Treat values without a field-length format flag as 64 bit. in value_to_string()
28 case bin.value: in value_to_string()
32 case field8.value: in value_to_string()
36 case field16.value: in value_to_string()
40 case field32.value: in value_to_string()
44 case field64.value: in value_to_string()
52 // For hex, use the appropriate sprintf. in value_to_string()
53 case hex.value: in value_to_string()
60 case field8.value: in value_to_string()
66 case field16.value: in value_to_string()
72 case field32.value: in value_to_string()
78 case field64.value: in value_to_string()
95 // For dec, use the simple to_string. in value_to_string()
96 case dec.value: in value_to_string()
107 // If hex or bin was requested just use the unsigned formatting in value_to_string()
132 /** No-op output of a message. */
190 case '%': in cerr_extra_output()
191 case '\0': in cerr_extra_output()
195 case 'f': in cerr_extra_output()
199 case 'F': in cerr_extra_output()
203 case 'l': in cerr_extra_output()
207 case 'L': in cerr_extra_output()
211 case 'm': in cerr_extra_output()
235 // Use the cerr output method if we are on a TTY or if explicitly set via
282 case signed_val.value: in do_log()
289 case unsigned_val.value: in do_log()
296 case str.value: in do_log()
302 case floating.value: in do_log()
325 // Trasform strings -> iovec. in do_log()