Lines Matching refs:byte_string
90 typedef basic_string<char, char_traits<char>, Byte_alloc> byte_string;
97 explicit wstring_convert(const byte_string& byte_err, // explicit in C++14
105 wide_string from_bytes(const byte_string& str);
108 byte_string to_bytes(Elem wchar);
109 byte_string to_bytes(const Elem* wptr);
110 byte_string to_bytes(const wide_string& wstr);
111 byte_string to_bytes(const Elem* first, const Elem* last);
3638 typedef basic_string<char, char_traits<char>, _Byte_alloc> byte_string;
3644 byte_string __byte_err_string_;
3657 _LIBCPP_EXPLICIT_AFTER_CXX11 wstring_convert(const byte_string& __byte_err,
3672 wide_string from_bytes(const byte_string& __str)
3677 byte_string to_bytes(_Elem __wchar)
3680 byte_string to_bytes(const _Elem* __wptr)
3683 byte_string to_bytes(const wide_string& __wstr)
3685 byte_string to_bytes(const _Elem* __first, const _Elem* __last);
3711 wstring_convert(const byte_string& __byte_err, const wide_string& __wide_err)
3802 typename wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>::byte_string
3809 byte_string __bs(2*(__frm_end - __frm), char());