Home
last modified time | relevance | path

Searched defs:formatted_size (Results 1 – 4 of 4) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/format/format.functions/
Dformat_to_n.locale.pass.cpp48 … diff_type formatted_size = std::formatted_size(std::locale(), fmt, std::forward<Args>(args)...); variable
58 … diff_type formatted_size = std::formatted_size(std::locale(), fmt, std::forward<Args>(args)...); variable
69 … diff_type formatted_size = std::formatted_size(std::locale(), fmt, std::forward<Args>(args)...); variable
81 … diff_type formatted_size = std::formatted_size(std::locale(), fmt, std::forward<Args>(args)...); variable
95 …diff_type formatted_size = std::formatted_size(std::locale(), fmt, std::forward<Args>(args).… variable
Dformat_to_n.pass.cpp46 diff_type formatted_size = std::formatted_size(fmt, std::forward<Args>(args)...); variable
55 diff_type formatted_size = std::formatted_size(fmt, std::forward<Args>(args)...); variable
65 diff_type formatted_size = std::formatted_size(fmt, std::forward<Args>(args)...); variable
76 diff_type formatted_size = std::formatted_size(fmt, std::forward<Args>(args)...); variable
90 diff_type formatted_size = std::formatted_size(fmt, std::forward<Args>(args)...); variable
Dlocale-specific_form.pass.cpp162 diff_type formatted_size = std::formatted_size(fmt, std::forward<Args>(args)...); in test() local
212 diff_type formatted_size = std::formatted_size(loc, fmt, std::forward<Args>(args)...); in test() local
/external/cronet/buildtools/third_party/libc++/trunk/include/__format/
Dformat_functions.h515 formatted_size(format_string<_Args...> __fmt, _Args&&... __args) { in formatted_size() function
522 formatted_size(wformat_string<_Args...> __fmt, _Args&&... __args) { in formatted_size() function
660 formatted_size(locale __loc, format_string<_Args...> __fmt, _Args&&... __args) { in formatted_size() function
667 formatted_size(locale __loc, wformat_string<_Args...> __fmt, _Args&&... __args) { in formatted_size() function