Home
last modified time | relevance | path

Searched refs:oa_implementation (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/serialization/test/
Dtest_polymorphic.cpp49 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()
Dtest_p_helper.cpp130 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()
Dtest__helper.cpp130 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()
Dtest_polymorphic2.cpp25 test_oarchive oa_implementation(os, TEST_ARCHIVE_FLAGS); in test_main() local
26 boost::archive::polymorphic_oarchive & opa = oa_implementation; in test_main()
Dtest_exported.cpp38 test_oarchive oa_implementation(os, TEST_ARCHIVE_FLAGS); in save_exported() local
39 boost::archive::polymorphic_oarchive & oa_interface = oa_implementation; in save_exported()
Dtest_dll_exported.cpp62 test_oarchive oa_implementation(os, TEST_ARCHIVE_FLAGS); in save_exported() local
63 boost::archive::polymorphic_oarchive & oa_interface = oa_implementation; in save_exported()
Dtest_no_rtti.cpp48 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/
Dperformance_polymorphic.cpp59 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()