Searched refs:header_str (Results 1 – 4 of 4) sorted by relevance
| /openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/ |
| H A D | header.hpp | 13 struct header_str struct 20 consteval header_str(const T& s) : value(s) in header_str() argument 81 using type = const header_str&;
|
| H A D | conversion.hpp | 373 static void step(std::tuple<Ts...>&& ts, const header_str& h, in step() 376 static_assert(!std::is_same_v<header_str, std::decay_t<V>>, in step() 402 static void step(std::tuple<Ts...>&& ts, const header_str& h, V&& v, in step() 405 static_assert(!std::is_same_v<header_str, std::decay_t<V>>, in step() 434 static_assert(std::is_same_v<header_str, H>, in step() 441 static void step(std::tuple<Ts...>&&, header_str) in step() argument 443 static_assert(std::is_same_v<std::tuple<Ts...>, header_str>, in step()
|
| /openbmc/qemu/target/hexagon/idef-parser/ |
| H A D | idef-parser.h | 39 g_string_append_printf((c)->header_str, __VA_ARGS__); \ 231 GString *header_str; /**< String containing the header code */ member
|
| H A D | idef-parser.y | 869 context.header_str = g_string_new(NULL); 904 g_string_free(context.header_str, TRUE);
|