Home
last modified time | relevance | path

Searched refs:codecvt_null (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/boost/archive/
Dcodecvt_null.hpp50 class codecvt_null;
53 class codecvt_null<char> : public std::codecvt<char, char, std::mbstate_t> class
59 explicit codecvt_null(std::size_t no_locale_manage = 0) : in codecvt_null() function in boost::archive::codecvt_null
62 ~codecvt_null() BOOST_OVERRIDE {} in ~codecvt_null()
66 class BOOST_SYMBOL_VISIBLE codecvt_null<wchar_t> : class
103 BOOST_SYMBOL_EXPORT explicit codecvt_null(std::size_t no_locale_manage = 0);
105 BOOST_SYMBOL_EXPORT ~codecvt_null() BOOST_OVERRIDE ;
Dbasic_text_iprimitive.hpp78 boost::archive::codecvt_null<typename IStream::char_type> codecvt_null_facet;
Dbasic_binary_oprimitive.hpp82 boost::archive::codecvt_null<Elem> codecvt_null_facet;
Dbasic_text_oprimitive.hpp81 boost::archive::codecvt_null<typename OStream::char_type> codecvt_null_facet;
Dbasic_binary_iprimitive.hpp87 boost::archive::codecvt_null<Elem> codecvt_null_facet;
/third_party/boost/libs/serialization/src/
Dcodecvt_null.cpp22 codecvt_null<wchar_t>::do_out( in do_out()
50 codecvt_null<wchar_t>::do_in( in do_in()
83 BOOST_SYMBOL_EXPORT codecvt_null<wchar_t>::codecvt_null(std::size_t no_locale_manage) : in codecvt_null() function in boost::archive::codecvt_null
87 BOOST_SYMBOL_EXPORT codecvt_null<wchar_t>::~codecvt_null() in ~codecvt_null()
Dstl_port.cpp30 const locale& __loc, boost::archive::codecvt_null<char> * __f
35 const locale& __loc, boost::archive::codecvt_null<wchar_t> * __f
/third_party/boost/libs/math/example/
Dnonfinite_serialization_archives.cpp39 using boost::archive::codecvt_null;
111 locale default_locale(locale::classic(), new boost::archive::codecvt_null<char>); in main()
Dnonfinite_num_facet_serialization.cpp184 new boost::archive::codecvt_null<char>); in main()
/third_party/boost/libs/math/test/
Dtest_archive.cpp80 new boost::archive::codecvt_null<CharType>);
158 new boost::archive::codecvt_null<CharType>);
207 new boost::archive::codecvt_null<CharType>);
/third_party/boost/libs/serialization/test/
Dtest_codecvt_null.cpp77 new boost::archive::codecvt_null<wchar_t> in test_main()
/third_party/boost/libs/serialization/performance/
Dperformance_codecvt_null.cpp77 boost::archive::add_facet(old_loc, new boost::archive::codecvt_null<wchar_t>); in test_main()
DJamfile.v245 # : ../src/codecvt_null
/third_party/boost/libs/serialization/build/
DJamfile.v289 codecvt_null
/third_party/boost/libs/serialization/CMake/
DCMakeLists.txt113 ../src/codecvt_null.cpp
/third_party/boost/libs/math/doc/fp_utilities/
Dfp_facets.qbk462 with a `boost::archive::codecvt_null` facet added.
476 locale default_locale(locale::classic(), new boost::archive::codecvt_null<char>);
/third_party/boost/tools/boostdep/depinst/
Dexceptions.txt211 boost/archive/codecvt_null.hpp