Home
last modified time | relevance | path

Searched defs:codecvt_type (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/filesystem/
Dpath_traits.hpp52 typedef std::codecvt<wchar_t, char, std::mbstate_t> codecvt_type; typedef
153 const codecvt_type&) in convert()
163 const codecvt_type&) in convert()
173 const codecvt_type&) in convert()
183 const codecvt_type&) in convert()
Dpath.hpp100 std::mbstate_t> codecvt_type; typedef in boost::filesystem::path
243 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()
/third_party/boost/boost/iostreams/detail/
Dcodecvt_holder.hpp32 typedef Codecvt codecvt_type; typedef
40 typedef std::codecvt<wchar_t, char, std::mbstate_t> codecvt_type; typedef
Dpath.hpp64 explicit path(const Path& p, typename Path::codecvt_type* = 0) in path()
/third_party/boost/boost/process/
Dlocale.hpp94 typedef std::codecvt<wchar_t, char, std::mbstate_t> codecvt_type; typedef
/third_party/boost/libs/filesystem/src/
Ddirectory.cpp134 const codecvt_type&) in dispatch()
/third_party/boost/boost/iostreams/
Dcode_converter.hpp250 typedef typename detail::codecvt_holder<Codecvt>::codecvt_type codecvt_type; typedef in boost::iostreams::code_converter