Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.functions/
H A Dformat_tests.h2944 void format_test_pointer(TestFunction check, ExceptionTest check_exception) { in format_test_pointer() function
3020 void format_test_pointer(TestFunction check, ExceptionTest check_exception) { in format_test_pointer() function
3021 format_test_pointer<std::nullptr_t, CharT>(check, check_exception); in format_test_pointer()
3022 format_test_pointer<void*, CharT>(check, check_exception); in format_test_pointer()
3023 format_test_pointer<const void*, CharT>(check, check_exception); in format_test_pointer()
3247 format_test_pointer<CharT>(check, check_exception); in format_tests()