Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/charconv/charconv.msvc/
H A Dtest.cpp626 char fixed_buffer[fixed_buffer_size]; in test_floating_prefix() local
653 … const auto fixed_result = to_chars(fixed_buffer, end(fixed_buffer), input, chars_format::fixed); in test_floating_prefix()
655 … const string_view fixed_sv(fixed_buffer, static_cast<size_t>(fixed_result.ptr - fixed_buffer)); in test_floating_prefix()