Home
last modified time | relevance | path

Searched refs:test_set_debug_format (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.formatter/format.formatter.spec/
H A Dformatter.char.pass.cpp73 constexpr bool test_set_debug_format() { in test_set_debug_format() function
102 test_set_debug_format<ArgumentT, CharT>(); in test_char_type()
103 static_assert(test_set_debug_format<ArgumentT, CharT>()); in test_char_type()
H A Dformatter.c_string.pass.cpp72 constexpr bool test_set_debug_format() { in test_set_debug_format() function
125 test_set_debug_format<ArgumentT, CharT>(); in test_char_pointer()
126 static_assert(test_set_debug_format<ArgumentT, CharT>()); in test_char_pointer()
H A Dformatter.char_array.pass.cpp97 constexpr bool test_set_debug_format() { in test_set_debug_format() function
138 test_set_debug_format<CharT>(); in test_array()
139 static_assert(test_set_debug_format<CharT>()); in test_array()
H A Dformatter.string.pass.cpp80 constexpr bool test_set_debug_format() { in test_set_debug_format() function
136 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()