Home
last modified time | relevance | path

Searched refs:MessageMapper (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/StringUtil/
H A Derror_to_string.cpp47 constexpr MessageMapper<ERR_ARRAY_SIZE, TOTAL_STR_LEN>
50 constexpr MessageMapper<ERR_ARRAY_SIZE, TOTAL_STR_LEN>
H A Dmessage_mapper.h55 template <size_t ARR_SIZE, size_t TOTAL_STR_LEN> class MessageMapper {
60 template <size_t N> constexpr MessageMapper(const MsgTable<N> &table) { in MessageMapper() function
H A Dsignal_to_string.cpp42 constexpr MessageMapper<SIG_ARRAY_SIZE, TOTAL_STR_LEN>