Searched refs:MsgTable (Results 1 – 7 of 7) sorted by relevance
32 template <size_t N> using MsgTable = cpp::array<MsgMapping, N>; variable34 template <size_t N> constexpr size_t total_str_len(const MsgTable<N> &table) { in total_str_len()43 template <size_t N> constexpr size_t max_key_val(const MsgTable<N> &table) { in max_key_val()60 template <size_t N> constexpr MessageMapper(const MsgTable<N> &table) { in MessageMapper()92 constexpr MsgTable<N1 + N2> operator+(const MsgTable<N1> &t1,93 const MsgTable<N2> &t2) {94 MsgTable<N1 + N2> res{};
18 LIBC_INLINE_VAR constexpr const MsgTable<4> STDC_ERRORS = {25 LIBC_INLINE_VAR constexpr const MsgTable<4> STDC_ERRNO_NAMES = {
18 constexpr MsgTable<52> LINUX_ERRORS = {73 constexpr MsgTable<52> LINUX_ERRNO_NAMES = {
22 LIBC_INLINE_VAR constexpr const MsgTable<3> LINUX_SIGNALS = {
19 LIBC_INLINE_VAR constexpr const MsgTable<6> STDC_SIGNALS = {
18 LIBC_INLINE_VAR constexpr MsgTable<76> POSIX_ERRORS = {97 LIBC_INLINE_VAR constexpr MsgTable<76> POSIX_ERRNO_NAMES = {
20 LIBC_INLINE_VAR constexpr MsgTable<22> POSIX_SIGNALS = {