Home
last modified time | relevance | path

Searched refs:header_str (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/
H A Dheader.hpp13 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 Dconversion.hpp372 static void step(std::tuple<Ts...>&& ts, const header_str& h, in step()
375 static_assert(!std::is_same_v<header_str, std::decay_t<V>>, in step()
401 static void step(std::tuple<Ts...>&& ts, const header_str& h, V&& v, in step()
404 static_assert(!std::is_same_v<header_str, std::decay_t<V>>, in step()
433 static_assert(std::is_same_v<header_str, H>, in step()
440 static void step(std::tuple<Ts...>&&, header_str) in step() argument
442 static_assert(std::is_same_v<std::tuple<Ts...>, header_str>, in step()
/openbmc/linux/drivers/media/platform/st/sti/delta/
H A Ddelta-mjpeg-hdr.c15 static char *header_str(struct mjpeg_header *header, in header_str() function
138 header_str(header, str, sizeof(str))); in delta_mjpeg_read_header()
/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.h49 g_string_append_printf((c)->header_str, __VA_ARGS__); \
241 GString *header_str; /**< String containing the header code */ member
H A Didef-parser.y872 context.header_str = g_string_new(NULL);
907 g_string_free(context.header_str, TRUE);
H A Dparser-helpers.c263 fwrite(c->header_str->str, sizeof(char), c->header_str->len, in commit()
2120 g_string_truncate(c->header_str, 0); in free_instruction()