Searched refs:test_set_debug_format (Results 1 – 4 of 4) sorted by relevance
73 constexpr bool test_set_debug_format() { in test_set_debug_format() function102 test_set_debug_format<ArgumentT, CharT>(); in test_char_type()103 static_assert(test_set_debug_format<ArgumentT, CharT>()); in test_char_type()
72 constexpr bool test_set_debug_format() { in test_set_debug_format() function125 test_set_debug_format<ArgumentT, CharT>(); in test_char_pointer()126 static_assert(test_set_debug_format<ArgumentT, CharT>()); in test_char_pointer()
97 constexpr bool test_set_debug_format() { in test_set_debug_format() function138 test_set_debug_format<CharT>(); in test_array()139 static_assert(test_set_debug_format<CharT>()); in test_array()
80 constexpr bool test_set_debug_format() { in test_set_debug_format() function136 test_set_debug_format<std::remove_cvref_t<ArgumentT>, CharT>(); in test_string_type()137 static_assert(test_set_debug_format<std::remove_cvref_t<ArgumentT>, CharT>()); in test_string_type()