Lines Matching refs:byte_string
90 typedef basic_string<char, char_traits<char>, Byte_alloc> byte_string;
101 explicit wstring_convert(const byte_string& byte_err, // explicit in C++14
109 wide_string from_bytes(const byte_string& str);
112 byte_string to_bytes(Elem wchar);
113 byte_string to_bytes(const Elem* wptr);
114 byte_string to_bytes(const wide_string& wstr);
115 byte_string to_bytes(const Elem* first, const Elem* last);
3606 typedef basic_string<char, char_traits<char>, _Byte_alloc> byte_string;
3612 byte_string __byte_err_string_;
3634 _LIBCPP_EXPLICIT_AFTER_CXX11 wstring_convert(const byte_string& __byte_err,
3649 wide_string from_bytes(const byte_string& __str)
3654 byte_string to_bytes(_Elem __wchar)
3657 byte_string to_bytes(const _Elem* __wptr)
3660 byte_string to_bytes(const wide_string& __wstr)
3662 byte_string to_bytes(const _Elem* __first, const _Elem* __last);
3690 wstring_convert(const byte_string& __byte_err, const wide_string& __wide_err)
3783 typename wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>::byte_string
3790 byte_string __bs(2*(__frm_end - __frm), char());