Home
last modified time | relevance | path

Searched refs:xml_oarchive (Results 1 – 25 of 30) sorted by relevance

12

/third_party/boost/boost/archive/
Dxml_oarchive.hpp117 class BOOST_SYMBOL_VISIBLE xml_oarchive : class
118 public xml_oarchive_impl<xml_oarchive>
121 xml_oarchive(std::ostream & os, unsigned int flags = 0) : in xml_oarchive() function in boost::archive::xml_oarchive
122 xml_oarchive_impl<xml_oarchive>(os, flags) in xml_oarchive()
127 ~xml_oarchive() BOOST_OVERRIDE {} in ~xml_oarchive()
134 BOOST_SERIALIZATION_REGISTER_ARCHIVE(boost::archive::xml_oarchive)
Dpolymorphic_xml_oarchive.hpp27 public detail::polymorphic_oarchive_route<xml_oarchive>
31 detail::polymorphic_oarchive_route<xml_oarchive>(os, flags) in polymorphic_xml_oarchive()
/third_party/boost/libs/serialization/src/
Dxml_oarchive.cpp28 template class detail::archive_serializer_map<xml_oarchive>;
29 template class basic_xml_oarchive<xml_oarchive> ;
30 template class xml_oarchive_impl<xml_oarchive> ;
/third_party/boost/libs/ptr_container/test/
Dserialization.cpp294 boost::archive::xml_oarchive, in test_serialization()
300 boost::archive::xml_oarchive, in test_serialization()
327 boost::archive::xml_oarchive, in test_serialization()
330 boost::archive::xml_oarchive, in test_serialization()
341 boost::archive::xml_oarchive, in test_serialization()
344 boost::archive::xml_oarchive, in test_serialization()
/third_party/boost/libs/serialization/test/
Dtest_mult_archive_types.cpp115 test_save_and_load<xml_oarchive, xml_iarchive>(a, a1); in test_main()
118 test_save_and_load<xml_oarchive, xml_iarchive>(b, b1); in test_main()
Dxml_archive.hpp9 typedef boost::archive::xml_oarchive test_oarchive;
Dtest_z.cpp192 boost::archive::xml_oarchive oa( std::cerr ); in main()
/third_party/boost/libs/serialization/performance/
Dxml_archive.hpp9 typedef boost::archive::xml_oarchive test_oarchive;
/third_party/boost/libs/multiprecision/test/
Dtest_adapt_serial.cpp88 boost::archive::xml_oarchive oa(ss); in test_neg()
148 boost::archive::xml_oarchive oa(ss); in test()
Dtest_float_serial.hpp73 boost::archive::xml_oarchive oa(ss); in test()
109 boost::archive::xml_oarchive oa2(ss); in test()
Dtest_cpp_rat_serial.cpp96 boost::archive::xml_oarchive ob(ss); in test_neg()
Dtest_cpp_int_serial.cpp141 boost::archive::xml_oarchive oc(ss); in test()
/third_party/boost/libs/uuid/test/
Dtest_serialization.cpp67 test_archive<xml_oarchive, xml_iarchive, ostringstream, istringstream>(); in main()
/third_party/boost/libs/histogram/test/
Dutility_serialization.hpp49 boost::archive::xml_oarchive oa(std::cout); in print_xml()
/third_party/boost/libs/graph/test/
Dserialize.cpp57 archive::xml_oarchive oa(ofs); in main()
/third_party/boost/libs/serialization/example/
Ddemo_xml_save.cpp22 boost::archive::xml_oarchive oa(ofs); in save_schedule()
Ddemo_xml.cpp33 boost::archive::xml_oarchive oa(ofs); in save_schedule()
/third_party/boost/libs/dynamic_bitset/test/
Ddyn_bitset_unit_tests5.cpp90 test_serialization<Block, boost::archive::xml_iarchive, boost::archive::xml_oarchive>(); in test_xml_archive()
/third_party/boost/libs/date_time/test/posix_time/
Dtesttime_serialize.cpp57 archive::xml_oarchive oa(oss); in main()
/third_party/boost/libs/serialization/performance/xml/
Dharness.hpp92 xml_oarchive oa(ofs); in save_archive()
Dmacro.hpp222 xml_oarchive oa(fs); \
/third_party/boost/libs/serialization/build/
DJamfile.v287 xml_oarchive
/third_party/boost/libs/geometry/index/example/
Dserialize.cpp105 boost::archive::xml_oarchive oa(ofs); in main()
/third_party/boost/libs/date_time/test/gregorian/
Dtestgreg_serialize.cpp53 archive::xml_oarchive oa(oss); in main()
/third_party/boost/libs/math/example/
Dnonfinite_num_facet_serialization.cpp301 boost::archive::xml_oarchive xoar (fout, boost::archive::no_codecvt); in main()

12