Searched refs:oa_implementation (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/serialization/test/ |
D | test_polymorphic.cpp | 49 test_oarchive oa_implementation(os, TEST_ARCHIVE_FLAGS); in test_main() local 50 boost::archive::polymorphic_oarchive & oa_interface = oa_implementation; in test_main() 65 test_oarchive oa_implementation(os, TEST_ARCHIVE_FLAGS); in test_main() local 66 oa_implementation << BOOST_SERIALIZATION_NVP(d); in test_main() 79 boost::archive::polymorphic_oarchive * oa_implementation in test_main() local 81 *oa_implementation << BOOST_SERIALIZATION_NVP(d); in test_main() 82 delete oa_implementation; in test_main()
|
D | test_p_helper.cpp | 130 test_oarchive oa_implementation(os, TEST_ARCHIVE_FLAGS); in test_main() local 131 oa_implementation << boost::serialization::make_nvp("vector", v1); in test_main() 145 test_oarchive oa_implementation(os, TEST_ARCHIVE_FLAGS); in test_main() local 146 boost::archive::polymorphic_oarchive & oa_interface = oa_implementation; in test_main()
|
D | test__helper.cpp | 130 test_oarchive oa_implementation(os, TEST_ARCHIVE_FLAGS); in test_main() local 131 oa_implementation << boost::serialization::make_nvp("vector", v1); in test_main() 145 test_oarchive oa_implementation(os, TEST_ARCHIVE_FLAGS); in test_main() local 146 boost::archive::polymorphic_oarchive & oa_interface = oa_implementation; in test_main()
|
D | test_polymorphic2.cpp | 25 test_oarchive oa_implementation(os, TEST_ARCHIVE_FLAGS); in test_main() local 26 boost::archive::polymorphic_oarchive & opa = oa_implementation; in test_main()
|
D | test_exported.cpp | 38 test_oarchive oa_implementation(os, TEST_ARCHIVE_FLAGS); in save_exported() local 39 boost::archive::polymorphic_oarchive & oa_interface = oa_implementation; in save_exported()
|
D | test_dll_exported.cpp | 62 test_oarchive oa_implementation(os, TEST_ARCHIVE_FLAGS); in save_exported() local 63 boost::archive::polymorphic_oarchive & oa_interface = oa_implementation; in save_exported()
|
D | test_no_rtti.cpp | 48 test_oarchive oa_implementation(os, TEST_ARCHIVE_FLAGS); in save_derived() local 49 boost::archive::polymorphic_oarchive & oa_interface = oa_implementation; in save_derived()
|
/third_party/boost/libs/serialization/performance/ |
D | performance_polymorphic.cpp | 59 test_oarchive oa_implementation(os); in test_main() local 60 boost::archive::polymorphic_oarchive & oa_interface = oa_implementation; in test_main() 75 test_oarchive oa_implementation(os); in test_main() local 76 oa_implementation << BOOST_SERIALIZATION_NVP(d); in test_main() 89 boost::archive::polymorphic_oarchive * oa_implementation in test_main() local 91 *oa_implementation << BOOST_SERIALIZATION_NVP(d); in test_main() 92 delete oa_implementation; in test_main()
|