Searched refs:format_to (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/benchmarks/
H A Dformat_to.bench.cpp33 benchmark::DoNotOptimize(std::format_to(std::back_inserter(output), CSTR("{}"), str));
48 benchmark::DoNotOptimize(std::format_to(std::begin(output), CSTR("{}"), str));
63 benchmark::DoNotOptimize(std::format_to(std::begin(output), CSTR("{}"), str));
76 benchmark::DoNotOptimize(std::format_to(output, CSTR("{}"), str));
H A Dstd_format_spec_string_unicode.bench.cpp247 benchmark::DoNotOptimize(std::format_to(buffer, "{:.10000}", input));
250 benchmark::DoNotOptimize(std::format_to(buffer, L"{:.10000}", input));
H A Dformatter_int.bench.cpp33 benchmark::DoNotOptimize(std::format_to(output.begin(), "{}", value));
50 benchmark::DoNotOptimize(std::format_to(output.begin(), "{}", value));
183 benchmark::DoNotOptimize(std::format_to(output.begin(), std::string_view{fmt.data(), fmt.size()}, value));
/openbsd-current/gnu/llvm/libcxx/include/__format/
H A Dformat_functions.h424 format_to(_OutIt __out_it, format_string<_Args...> __fmt, _Args&&... __args) { function
432 format_to(_OutIt __out_it, wformat_string<_Args...> __fmt, _Args&&... __args) { function
553 format_to(_OutIt __out_it, locale __loc, format_string<_Args...> __fmt, _Args&&... __args) { function
561 format_to(_OutIt __out_it, locale __loc, wformat_string<_Args...> __fmt, _Args&&... __args) { function
/openbsd-current/gnu/llvm/libcxx/include/__chrono/
H A Dformatter.h97 std::format_to(std::ostreambuf_iterator<_CharT>{__sstr},
102 std::format_to(std::ostreambuf_iterator<_CharT>{__sstr},

Completed in 265 milliseconds