Home
last modified time | relevance | path

Searched defs:oarchive (Results 1 – 25 of 110) sorted by relevance

12345

/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-client/zookeeper-client-c/include/
H A Drecordio.h52 struct oarchive { struct
53 int (*start_record)(struct oarchive *oa, const char *tag); argument
54 int (*end_record)(struct oarchive *oa, const char *tag); argument
55 int (*start_vector)(struct oarchive *oa, const char *tag, const int32_t *count); argument
56 int (*end_vector)(struct oarchive *oa, const char *tag); argument
57 int (*serialize_Bool)(struct oarchive *oa, const char *name, const int32_t *); argument
58 int (*serialize_Int)(struct oarchive *oa, const char *name, const int32_t *); argument
59 int (*serialize_Long)(struct oarchive *oa, const char *name, argument
61 int (*serialize_Buffer)(struct oarchive *oa, const char *name, argument
63 int (*serialize_String)(struct oarchive *oa, const char *name, char **); argument
[all …]
/dports/devel/hpx/hpx-1.2.1/tests/unit/serialization/
H A Dserialization_array.cpp46 hpx::serialization::output_archive oarchive(buffer, in test() local
66 hpx::serialization::output_archive oarchive(buffer, in test() local
91 hpx::serialization::output_archive oarchive(buffer, in test_fp() local
111 hpx::serialization::output_archive oarchive(buffer, in test_fp() local
136 hpx::serialization::output_archive oarchive(buffer, in test_boost_array() local
152 hpx::serialization::output_archive oarchive(buffer, in test_boost_array() local
173 hpx::serialization::output_archive oarchive(buffer, in test_std_array() local
189 hpx::serialization::output_archive oarchive(buffer, in test_std_array() local
209 hpx::serialization::output_archive oarchive(buffer, in test_multi_array() local
240 hpx::serialization::output_archive oarchive(buffer, in test_plain_array() local
[all …]
H A Dserialization_valarray.cpp45 hpx::serialization::output_archive oarchive(buffer, in test() local
65 hpx::serialization::output_archive oarchive(buffer, in test() local
90 hpx::serialization::output_archive oarchive(buffer, in test_fp() local
110 hpx::serialization::output_archive oarchive(buffer, in test_fp() local
135 hpx::serialization::output_archive oarchive(buffer, in test_std_valarray() local
151 hpx::serialization::output_archive oarchive(buffer, in test_std_valarray() local
H A Dserialization_builtins.cpp61 hpx::serialization::output_archive oarchive(buffer); in test_bool() local
81 hpx::serialization::output_archive oarchive(buffer); in test_bool() local
106 hpx::serialization::output_archive oarchive(buffer); in test() local
120 hpx::serialization::output_archive oarchive(buffer); in test() local
140 hpx::serialization::output_archive oarchive(buffer); in test_fp() local
154 hpx::serialization::output_archive oarchive(buffer); in test_fp() local
H A Dserialization_vector.cpp86 hpx::serialization::output_archive oarchive(buffer); in test_bool() local
106 hpx::serialization::output_archive oarchive(buffer); in test_bool() local
132 hpx::serialization::output_archive oarchive(buffer, 0, &chunks); in test() local
153 hpx::serialization::output_archive oarchive(buffer, 0, &chunks); in test() local
179 hpx::serialization::output_archive oarchive(buffer, 0, &chunks); in test_fp() local
200 hpx::serialization::output_archive oarchive(buffer, 0, &chunks); in test_fp() local
228 hpx::serialization::output_archive oarchive(buffer); in test_long_vector_serialization() local
242 hpx::serialization::output_archive oarchive(buffer); in test_non_default_constructible() local
H A Dserialization_deque.cpp86 hpx::serialization::output_archive oarchive(buffer); in test_bool() local
106 hpx::serialization::output_archive oarchive(buffer); in test_bool() local
131 hpx::serialization::output_archive oarchive(buffer); in test() local
149 hpx::serialization::output_archive oarchive(buffer); in test() local
172 hpx::serialization::output_archive oarchive(buffer); in test_fp() local
190 hpx::serialization::output_archive oarchive(buffer); in test_fp() local
211 hpx::serialization::output_archive oarchive(buffer); in test_non_default_constructible() local
H A Dserialization_set.cpp46 hpx::serialization::output_archive oarchive(buffer); in test_int() local
75 hpx::serialization::output_archive oarchive(buffer); in test() local
96 hpx::serialization::output_archive oarchive(buffer); in test() local
123 hpx::serialization::output_archive oarchive(buffer); in test_fp() local
144 hpx::serialization::output_archive oarchive(buffer); in test_fp() local
H A Dserialization_smart_ptr.cpp32 hpx::serialization::output_archive oarchive(buffer); in test_boost_shared() local
54 hpx::serialization::output_archive oarchive(buffer); in test_shared() local
76 hpx::serialization::output_archive oarchive(buffer); in test_unique() local
124 hpx::serialization::output_archive oarchive(buffer); in test_intrusive() local
H A Dserialization_list.cpp85 hpx::serialization::output_archive oarchive(buffer); in test_bool() local
106 hpx::serialization::output_archive oarchive(buffer); in test_bool() local
132 hpx::serialization::output_archive oarchive(buffer); in test() local
151 hpx::serialization::output_archive oarchive(buffer); in test() local
175 hpx::serialization::output_archive oarchive(buffer); in test_fp() local
194 hpx::serialization::output_archive oarchive(buffer); in test_fp() local
216 hpx::serialization::output_archive oarchive(buffer); in test_non_default_constructible() local
H A Dserialization_map.cpp52 hpx::serialization::output_archive oarchive(buffer); in test() local
75 hpx::serialization::output_archive oarchive(buffer); in test_fp() local
106 hpx::serialization::output_archive oarchive(buffer); in test_vector_as_value() local
H A Dserialization_unordered_map.cpp53 hpx::serialization::output_archive oarchive(buffer); in test() local
76 hpx::serialization::output_archive oarchive(buffer); in test_fp() local
107 hpx::serialization::output_archive oarchive(buffer); in test_vector_as_value() local
H A Dserialization_complex.cpp38 hpx::serialization::output_archive oarchive(buffer); in test_complex() local
50 hpx::serialization::output_archive oarchive(buffer); in test_complex() local
H A Dserialization_custom_constructor.cpp122 hpx::serialization::output_archive oarchive(buffer); in test_delegate() local
139 hpx::serialization::output_archive oarchive(buffer); in test_custom_factory() local
155 hpx::serialization::output_archive oarchive(buffer); in test_template() local
H A Dserialization_partitioned_vector.cpp35 hpx::serialization::output_archive oarchive(buffer, in test() local
/dports/security/nflib/NFLlib-1.0.0-23-g5cf40ed/tests/
H A Dpoly_serialize_cereal.cpp16 cereal::BinaryOutputArchive oarchive(ss); // output archive in run() local
56 cereal::BinaryOutputArchive oarchive(ss); // output archive in run_p() local
/dports/science/pagmo2/pagmo2-2.18.0/tests/
H A Dnlopt.cpp289 boost::archive::binary_oarchive oarchive(ss); in BOOST_AUTO_TEST_CASE() local
318 boost::archive::binary_oarchive oarchive(ss); in BOOST_AUTO_TEST_CASE() local
347 boost::archive::binary_oarchive oarchive(ss); in BOOST_AUTO_TEST_CASE() local
H A Dunconnected.cpp62 boost::archive::binary_oarchive oarchive(ss); in BOOST_AUTO_TEST_CASE() local
H A Dlennard_jones.cpp77 boost::archive::binary_oarchive oarchive(ss); in BOOST_AUTO_TEST_CASE() local
H A Dminlp_rastrigin.cpp98 boost::archive::binary_oarchive oarchive(ss); in BOOST_AUTO_TEST_CASE() local
H A Dbase_sr_policy.cpp79 boost::archive::binary_oarchive oarchive(ss); in BOOST_AUTO_TEST_CASE() local
H A Dinventory.cpp79 boost::archive::binary_oarchive oarchive(ss); in BOOST_AUTO_TEST_CASE() local
H A Dgriewank.cpp76 boost::archive::binary_oarchive oarchive(ss); in BOOST_AUTO_TEST_CASE() local
H A Dschwefel.cpp76 boost::archive::binary_oarchive oarchive(ss); in BOOST_AUTO_TEST_CASE() local
/dports/emulators/citra/citra-ac98458e0/src/common/
H A Darchives.h12 using oarchive = boost::archive::binary_oarchive; variable
/dports/emulators/citra-qt5/citra-ac98458e0/src/common/
H A Darchives.h12 using oarchive = boost::archive::binary_oarchive; variable

12345