Home
last modified time | relevance | path

Searched defs:__fmt (Results 1 – 8 of 8) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__format/
Dformat_functions.h416 vformat_to(_OutIt __out_it, string_view __fmt, format_args __args) { in vformat_to()
423 vformat_to(_OutIt __out_it, wstring_view __fmt, wformat_args __args) { in vformat_to()
430 format_to(_OutIt __out_it, format_string<_Args...> __fmt, _Args&&... __args) { in format_to()
438 format_to(_OutIt __out_it, wformat_string<_Args...> __fmt, _Args&&... __args) { in format_to()
448 vformat(string_view __fmt, format_args __args) { in vformat()
459 vformat(wstring_view __fmt, wformat_args __args) { in vformat()
467 _LIBCPP_ALWAYS_INLINE _LIBCPP_HIDE_FROM_ABI string format(format_string<_Args...> __fmt, in format()
475 format(wformat_string<_Args...> __fmt, _Args&&... __args) { in format()
482 basic_string_view<_CharT> __fmt, in __vformat_to_n()
492 format_to_n(_OutIt __out_it, iter_difference_t<_OutIt> __n, format_string<_Args...> __fmt, _Args&&.… in format_to_n()
[all …]
Dformatter_floating_point.h64 …CPP_HIDE_FROM_ABI char* __to_buffer(char* __first, char* __last, _Tp __value, chars_format __fmt) { in __to_buffer()
71 …OM_ABI char* __to_buffer(char* __first, char* __last, _Tp __value, chars_format __fmt, int __preci… in __to_buffer()
/external/cronet/buildtools/third_party/libc++/trunk/src/
Dcharconv.cpp58 to_chars_result to_chars(char* __first, char* __last, float __value, chars_format __fmt) { in to_chars()
62 to_chars_result to_chars(char* __first, char* __last, double __value, chars_format __fmt) { in to_chars()
66 to_chars_result to_chars(char* __first, char* __last, long double __value, chars_format __fmt) { in to_chars()
71 to_chars_result to_chars(char* __first, char* __last, float __value, chars_format __fmt, int __prec… in to_chars()
76 to_chars_result to_chars(char* __first, char* __last, double __value, chars_format __fmt, int __pre… in to_chars()
81 to_chars_result to_chars(char* __first, char* __last, long double __value, chars_format __fmt, int … in to_chars()
Dlocale.cpp5874 char __fmt, char __mod) const in __do_put()
5886 char __fmt, char __mod) const in __do_put()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_log.h40 #define fd_log(__batch, __fmt, ...) \ argument
/external/libcxx/include/support/ibm/
Dxlocale.h214 size_t strftime_l(char *__s, size_t __size, const char *__fmt, in strftime_l()
/external/linux-kselftest/tools/testing/selftests/tpm2/
Dtpm2.py295 def __fmt(self): member in Public
/external/libcxx/src/
Dlocale.cpp5441 char __fmt, char __mod) const in __do_put()
5452 char __fmt, char __mod) const in __do_put()