Searched defs:__str (Results 1 – 7 of 7) sorted by relevance
/llvm-project/libcxx/include/__format/ |
H A D | write_escaped.h | 71 __write_escaped_code_unit(basic_string<_CharT>& __str, char32_t __value, const _CharT* __prefix) { in __write_escaped_code_unit() argument 89 _LIBCPP_HIDE_FROM_ABI void __write_well_formed_escaped_code_unit(basic_string<_CharT>& __str, char32_t __value) { in __write_well_formed_escaped_code_unit() argument 99 __write_escape_ill_formed_code_unit(basic_string<_CharT> & __str,char32_t __value) __write_escape_ill_formed_code_unit() argument 105 __is_escaped_sequence_written(basic_string<_CharT> & __str,bool __last_escaped,char32_t __value) __is_escaped_sequence_written() argument 140 __is_escaped_sequence_written(basic_string<_CharT> & __str,char32_t __value,bool __last_escaped,__escape_quotation_mark __mark) __is_escaped_sequence_written() argument 187 __escape(basic_string<_CharT> & __str,basic_string_view<_CharT> __values,__escape_quotation_mark __mark) __escape() argument 215 basic_string<_CharT> __str; global() variable 227 basic_string<_CharT> __str; global() variable [all...] |
H A D | formatter_output.h | 320 __truncate(basic_string_view<_CharT> & __str,int __precision) __truncate() argument [all...] |
H A D | buffer.h | 95 __copy(basic_string_view<_InCharT> __str) __copy() argument
|
/llvm-project/libcxx/include/__chrono/ |
H A D | statically_widen.h | 29 _LIBCPP_HIDE_FROM_ABI constexpr const _CharT* __statically_widen(const char* __str, const wchar_t* __wstr) { in __statically_widen() argument 35 # define _LIBCPP_STATICALLY_WIDEN(_CharT, __str) ::std::__statically_widen<_CharT>(__str, L##__str) argument
|
/llvm-project/libcxx/include/__string/ |
H A D | constexpr_c_functions.h | 50 __constexpr_strlen(const _Tp * __str) __constexpr_strlen() argument 131 __constexpr_memchr(_Tp * __str,_Up __value,size_t __count) __constexpr_memchr() argument [all...] |
/llvm-project/libcxx/include/__ostream/ |
H A D | print.h | 49 const char* __str = __o.data(); __vprint_nonunicode() local
|
H A D | basic_ostream.h | 499 __put_character_sequence(basic_ostream<_CharT,_Traits> & __os,const _CharT * __str,size_t __len) __put_character_sequence() argument [all...] |