Home
last modified time | relevance | path

Searched refs:oarchive (Results 1 – 25 of 127) sorted by relevance

123456

/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-client/zookeeper-client-c/generated/
H A Dzookeeper.jute.h31 int serialize_Id(struct oarchive *out, const char *tag, struct Id *v);
38 int serialize_ACL(struct oarchive *out, const char *tag, struct ACL *v);
54 int serialize_Stat(struct oarchive *out, const char *tag, struct Stat *v);
75 int serialize_ClientInfo(struct oarchive *out, const char *tag, struct ClientInfo *v);
112 int serialize_SetWatches(struct oarchive *out, const char *tag, struct SetWatches *v);
146 int serialize_AuthPacket(struct oarchive *out, const char *tag, struct AuthPacket *v);
210 int serialize_ACL_vector(struct oarchive *out, const char *tag, struct ACL_vector *v);
452 int serialize_Id_vector(struct oarchive *out, const char *tag, struct Id_vector *v);
587 int serialize_ErrorTxn(struct oarchive *out, const char *tag, struct ErrorTxn *v);
594 int serialize_Txn(struct oarchive *out, const char *tag, struct Txn *v);
[all …]
H A Dzookeeper.jute.c22 int serialize_Id(struct oarchive *out, const char *tag, struct Id *v){ in serialize_Id()
42 int serialize_ACL(struct oarchive *out, const char *tag, struct ACL *v){ in serialize_ACL()
61 int serialize_Stat(struct oarchive *out, const char *tag, struct Stat *v){ in serialize_Stat()
129 int serialize_ClientInfo(struct oarchive *out, const char *tag, struct ClientInfo *v){ in serialize_ClientInfo()
242 int serialize_SetWatches(struct oarchive *out, const char *tag, struct SetWatches *v){ in serialize_SetWatches()
336 int serialize_AuthPacket(struct oarchive *out, const char *tag, struct AuthPacket *v){ in serialize_AuthPacket()
533 int serialize_ACL_vector(struct oarchive *out, const char *tag, struct ACL_vector *v) in serialize_ACL_vector()
1241 int serialize_Id_vector(struct oarchive *out, const char *tag, struct Id_vector *v) in serialize_Id_vector()
1608 int serialize_ErrorTxn(struct oarchive *out, const char *tag, struct ErrorTxn *v){ in serialize_ErrorTxn()
1624 int serialize_Txn(struct oarchive *out, const char *tag, struct Txn *v){ in serialize_Txn()
[all …]
/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
56 int (*end_vector)(struct oarchive *oa, const char *tag); 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
67 struct oarchive *create_buffer_oarchive(void); argument
68 void close_buffer_oarchive(struct oarchive **oa, int free_buffer);
71 char *get_buffer(struct oarchive *);
[all …]
/dports/devel/hpx/hpx-1.2.1/tests/unit/serialization/
H A Dserialization_builtins.cpp64 oarchive << b; in test_bool()
66 oarchive << b; in test_bool()
68 oarchive << b; in test_bool()
70 oarchive << b; in test_bool()
84 oarchive << b; in test_bool()
86 oarchive << b; in test_bool()
88 oarchive << b; in test_bool()
90 oarchive << b; in test_bool()
109 oarchive << c; in test()
124 oarchive << cc; in test()
[all …]
H A Dserialization_vector.cpp93 oarchive << os; in test_bool()
113 oarchive << os; in test_bool()
138 oarchive << os; in test()
139 std::size_t size = oarchive.bytes_written(); in test()
159 oarchive << os; in test()
160 std::size_t size = oarchive.bytes_written(); in test()
185 oarchive << os; in test_fp()
186 std::size_t size = oarchive.bytes_written(); in test_fp()
206 oarchive << os; in test_fp()
229 oarchive << os; in test_long_vector_serialization()
[all …]
H A Dserialization_array.cpp46 hpx::serialization::output_archive oarchive(buffer, in test() local
140 oarchive << oarray; in test_boost_array()
156 oarchive << oarray; in test_boost_array()
177 oarchive << oarray; in test_std_array()
193 oarchive << oarray; in test_std_array()
209 hpx::serialization::output_archive oarchive(buffer, in test_multi_array() local
217 oarchive << oarray; in test_multi_array()
240 hpx::serialization::output_archive oarchive(buffer, in test_plain_array() local
242 oarchive << iarray; in test_plain_array()
265 hpx::serialization::output_archive oarchive(buffer, in test_array_of_vectors() local
[all …]
H A Dserialization_deque.cpp86 hpx::serialization::output_archive oarchive(buffer); in test_bool() local
93 oarchive << os; in test_bool()
106 hpx::serialization::output_archive oarchive(buffer); in test_bool() local
113 oarchive << os; in test_bool()
131 hpx::serialization::output_archive oarchive(buffer); in test() local
137 oarchive << os; in test()
155 oarchive << os; in test()
178 oarchive << os; in test_fp()
196 oarchive << os; in test_fp()
211 hpx::serialization::output_archive oarchive(buffer); in test_non_default_constructible() local
[all …]
H A Dserialization_list.cpp85 hpx::serialization::output_archive oarchive(buffer); in test_bool() local
92 oarchive << os; in test_bool()
106 hpx::serialization::output_archive oarchive(buffer); in test_bool() local
113 oarchive << os; in test_bool()
132 hpx::serialization::output_archive oarchive(buffer); in test() local
138 oarchive << os; in test()
157 oarchive << os; in test()
181 oarchive << os; in test_fp()
200 oarchive << os; in test_fp()
216 hpx::serialization::output_archive oarchive(buffer); in test_non_default_constructible() local
[all …]
H A Dserialization_smart_ptr.cpp32 hpx::serialization::output_archive oarchive(buffer); in test_boost_shared() local
33 oarchive << ip << ip; in test_boost_shared()
54 hpx::serialization::output_archive oarchive(buffer); in test_shared() local
55 oarchive << ip << ip; in test_shared()
76 hpx::serialization::output_archive oarchive(buffer); in test_unique() local
77 oarchive << ip << ip; in test_unique()
124 hpx::serialization::output_archive oarchive(buffer); in test_intrusive() local
125 oarchive << ip << ip; in test_intrusive()
H A Dserialization_valarray.cpp45 hpx::serialization::output_archive oarchive(buffer, in test() local
52 oarchive << hpx::serialization::make_array(&os[0], os.size()); in test()
65 hpx::serialization::output_archive oarchive(buffer, in test() local
72 oarchive << hpx::serialization::make_array(&os[0], os.size()); in test()
90 hpx::serialization::output_archive oarchive(buffer, in test_fp() local
97 oarchive << hpx::serialization::make_array(&os[0], os.size()); in test_fp()
110 hpx::serialization::output_archive oarchive(buffer, in test_fp() local
135 hpx::serialization::output_archive oarchive(buffer, in test_std_valarray() local
139 oarchive << oarray; in test_std_valarray()
151 hpx::serialization::output_archive oarchive(buffer, in test_std_valarray() local
[all …]
H A Dserialization_set.cpp46 hpx::serialization::output_archive oarchive(buffer); in test_int() local
53 oarchive << os; in test_int()
75 hpx::serialization::output_archive oarchive(buffer); in test() local
81 oarchive << os; in test()
96 hpx::serialization::output_archive oarchive(buffer); in test() local
102 oarchive << os; in test()
123 hpx::serialization::output_archive oarchive(buffer); in test_fp() local
129 oarchive << os; in test_fp()
144 hpx::serialization::output_archive oarchive(buffer); in test_fp() local
150 oarchive << os; in test_fp()
H A Dserialization_custom_constructor.cpp122 hpx::serialization::output_archive oarchive(buffer); in test_delegate() local
123 oarchive << struct_a; in test_delegate()
139 hpx::serialization::output_archive oarchive(buffer); in test_custom_factory() local
140 oarchive << struct_a; in test_custom_factory()
155 hpx::serialization::output_archive oarchive(buffer); in test_template() local
156 oarchive << struct_a; in test_template()
H A Dserialization_complex.cpp38 hpx::serialization::output_archive oarchive(buffer); in test_complex() local
40 oarchive << ocomplex; in test_complex()
50 hpx::serialization::output_archive oarchive(buffer); in test_complex() local
52 oarchive << ocomplex; in test_complex()
H A Dserialization_map.cpp52 hpx::serialization::output_archive oarchive(buffer); in test() local
58 oarchive << os; in test()
75 hpx::serialization::output_archive oarchive(buffer); in test_fp() local
81 oarchive << os; in test_fp()
106 hpx::serialization::output_archive oarchive(buffer); in test_vector_as_value() local
114 oarchive << os; in test_vector_as_value()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-client/zookeeper-client-c/src/
H A Drecordio.c65 int oa_start_record(struct oarchive *oa, const char *tag) in oa_start_record()
69 int oa_end_record(struct oarchive *oa, const char *tag) in oa_end_record()
117 int oa_end_vector(struct oarchive *oa, const char *tag) in oa_end_vector()
135 int oa_serialize_buffer(struct oarchive *oa, const char *name, in oa_serialize_buffer()
161 int oa_serialize_string(struct oarchive *oa, const char *name, char **s) in oa_serialize_string()
294 static struct oarchive oa_default = {
324 struct oarchive *create_buffer_oarchive() in create_buffer_oarchive()
326 struct oarchive *oa; in create_buffer_oarchive()
350 void close_buffer_oarchive(struct oarchive **oa, int free_buffer) in close_buffer_oarchive()
363 char *get_buffer(struct oarchive *oa) in get_buffer()
[all …]
/dports/emulators/citra/citra-ac98458e0/src/common/
H A Darchives.h12 using oarchive = boost::archive::binary_oarchive; variable
16 template void A::serialize<oarchive>(oarchive & ar, const unsigned int file_version);
21 BOOST_SERIALIZATION_REGISTER_ARCHIVE(oarchive)
/dports/emulators/citra-qt5/citra-ac98458e0/src/common/
H A Darchives.h12 using oarchive = boost::archive::binary_oarchive; variable
16 template void A::serialize<oarchive>(oarchive & ar, const unsigned int file_version);
21 BOOST_SERIALIZATION_REGISTER_ARCHIVE(oarchive)
/dports/www/domoticz/domoticz-2020.2/webserver/
H A Dproxycereal.hpp65 cereal::PortableBinaryOutputArchive oarchive(os); \
67 oarchive(mPduEnum); \
68 oarchive(pt); } \
73 cereal::JSONOutputArchive oarchive(os); \
75 oarchive(mPduEnum); \
76 oarchive(pt); } \
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/cereal/sandbox/
H A Dsandbox_rtti.cpp192 cereal::XMLOutputArchive oarchive(ostream); in main() local
201 oarchive(ptr1); in main()
202 oarchive(ptr2); in main()
203 oarchive(ptr3); in main()
204 oarchive(ptr4); in main()
205 oarchive(ptr5); in main()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/cereal/sandbox/
H A Dsandbox_rtti.cpp194 cereal::XMLOutputArchive oarchive(ostream); in main() local
203 oarchive(ptr1); in main()
204 oarchive(ptr2); in main()
205 oarchive(ptr3); in main()
206 oarchive(ptr4); in main()
207 oarchive(ptr5); in main()
/dports/math/e-antic/cereal-51cbda5/sandbox/
H A Dsandbox_rtti.cpp194 cereal::XMLOutputArchive oarchive(ostream); in main() local
203 oarchive(ptr1); in main()
204 oarchive(ptr2); in main()
205 oarchive(ptr3); in main()
206 oarchive(ptr4); in main()
207 oarchive(ptr5); in main()
/dports/misc/openmvg/openMVG-2.0/src/dependencies/cereal/sandbox/
H A Dsandbox_rtti.cpp204 cereal::XMLOutputArchive oarchive(ostream); in main() local
213 oarchive(ptr1); in main()
214 oarchive(ptr2); in main()
215 oarchive(ptr3); in main()
216 oarchive(ptr4); in main()
217 oarchive(ptr5); in main()
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/third-party/cereal/sandbox/
H A Dsandbox_rtti.cpp194 cereal::XMLOutputArchive oarchive(ostream); in main() local
203 oarchive(ptr1); in main()
204 oarchive(ptr2); in main()
205 oarchive(ptr3); in main()
206 oarchive(ptr4); in main()
207 oarchive(ptr5); in main()
/dports/devel/cereal/cereal-1.3.0-10-g64f50dbd/sandbox/
H A Dsandbox_rtti.cpp204 cereal::XMLOutputArchive oarchive(ostream); in main() local
213 oarchive(ptr1); in main()
214 oarchive(ptr2); in main()
215 oarchive(ptr3); in main()
216 oarchive(ptr4); in main()
217 oarchive(ptr5); in main()
/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
23 oarchive(p0); in run()
56 cereal::BinaryOutputArchive oarchive(ss); // output archive in run_p() local
63 oarchive(*p0); in run_p()

123456