Searched refs:__runtime_format_string (Results 1 – 1 of 1) sorted by relevance
345 struct __runtime_format_string { struct353 …_LIBCPP_HIDE_FROM_ABI __runtime_format_string(basic_string_view<_CharT> __s) noexcept : __str_(__s… in __runtime_format_string() function355 __runtime_format_string(const __runtime_format_string&) = delete;356 __runtime_format_string& operator=(const __runtime_format_string&) = delete; argument359 _LIBCPP_HIDE_FROM_ABI inline __runtime_format_string<char> runtime_format(string_view __fmt) noexce… in runtime_format()361 _LIBCPP_HIDE_FROM_ABI inline __runtime_format_string<wchar_t> runtime_format(wstring_view __fmt) no… in runtime_format()378 …_LIBCPP_HIDE_FROM_ABI basic_format_string(__runtime_format_string<_CharT> __s) noexcept : __str_(_… in basic_format_string()