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/ |
| D | format_to_n.locale.pass.cpp | 48 … 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
|
| D | format_to_n.pass.cpp | 46 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
|
| D | locale-specific_form.pass.cpp | 162 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/ |
| D | format_functions.h | 515 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
|