Searched defs:codecvt_type (Results 1 – 7 of 7) sorted by relevance
52 typedef std::codecvt<wchar_t, char, std::mbstate_t> codecvt_type; typedef153 const codecvt_type&) in convert()163 const codecvt_type&) in convert()173 const codecvt_type&) in convert()183 const codecvt_type&) in convert()
100 std::mbstate_t> codecvt_type; typedef in boost::filesystem::path243 path& assign(const value_type* ptr, const codecvt_type&) // required in case ptr overlaps *this in assign()372 path& append(const value_type* ptr, const codecvt_type&) // required in case ptr overlaps *this in append()
32 typedef Codecvt codecvt_type; typedef40 typedef std::codecvt<wchar_t, char, std::mbstate_t> codecvt_type; typedef
64 explicit path(const Path& p, typename Path::codecvt_type* = 0) in path()
94 typedef std::codecvt<wchar_t, char, std::mbstate_t> codecvt_type; typedef
134 const codecvt_type&) in dispatch()
250 typedef typename detail::codecvt_holder<Codecvt>::codecvt_type codecvt_type; typedef in boost::iostreams::code_converter