Lines Matching refs:byte_string
91 typedef basic_string<char, char_traits<char>, Byte_alloc> byte_string;
98 explicit wstring_convert(const byte_string& byte_err, // explicit in C++14
106 wide_string from_bytes(const byte_string& str);
109 byte_string to_bytes(Elem wchar);
110 byte_string to_bytes(const Elem* wptr);
111 byte_string to_bytes(const wide_string& wstr);
112 byte_string to_bytes(const Elem* first, const Elem* last);
3643 typedef basic_string<char, char_traits<char>, _Byte_alloc> byte_string;
3649 byte_string __byte_err_string_;
3662 _LIBCPP_EXPLICIT_AFTER_CXX11 wstring_convert(const byte_string& __byte_err,
3677 wide_string from_bytes(const byte_string& __str)
3682 byte_string to_bytes(_Elem __wchar)
3685 byte_string to_bytes(const _Elem* __wptr)
3688 byte_string to_bytes(const wide_string& __wstr)
3690 byte_string to_bytes(const _Elem* __first, const _Elem* __last);
3716 wstring_convert(const byte_string& __byte_err, const wide_string& __wide_err)
3807 typename wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>::byte_string
3814 byte_string __bs(2*(__frm_end - __frm), char());