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);
3653 typedef basic_string<char, char_traits<char>, _Byte_alloc> byte_string;
3659 byte_string __byte_err_string_;
3681 _LIBCPP_EXPLICIT_AFTER_CXX11 wstring_convert(const byte_string& __byte_err,
3696 wide_string from_bytes(const byte_string& __str)
3701 byte_string to_bytes(_Elem __wchar)
3704 byte_string to_bytes(const _Elem* __wptr)
3707 byte_string to_bytes(const wide_string& __wstr)
3709 byte_string to_bytes(const _Elem* __first, const _Elem* __last);
3735 wstring_convert(const byte_string& __byte_err, const wide_string& __wide_err)
3826 typename wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>::byte_string
3833 byte_string __bs(2*(__frm_end - __frm), char());