Home
last modified time | relevance | path

Searched refs:typex (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/archive/detail/
Dcheck.hpp56 >::type typex; in check_object_level() typedef
60 BOOST_STATIC_ASSERT(typex::value); in check_object_level()
75 > typex; in check_object_versioning() typedef
78 BOOST_STATIC_ASSERT(typex::value); in check_object_versioning()
89 >::type typex; in check_object_tracking() typedef
98 BOOST_STATIC_WARNING(typex::value); in check_object_tracking()
119 > typex; in check_pointer_level() typedef
137 BOOST_STATIC_WARNING(typex::value); in check_pointer_level()
145 >::type typex; in check_pointer_tracking() typedef
148 BOOST_STATIC_WARNING(typex::value); in check_pointer_tracking()
[all …]
Diserializer.hpp254 >::type typex;
255 return typex::invoke_new();
263 >::type typex;
264 typex::invoke_delete(t);
458 > > >::type typex; in invoke() typedef
461 typex::invoke(ar, t); in invoke()
496 >::type typex; in register_type() typedef
497 return typex::template register_type< T >(ar); in register_type()
623 >::type typex; in load() typedef
624 typex::invoke(ar, t); in load()
Doserializer.hpp313 > > >::type typex; in invoke() typedef
315 typex::invoke(ar, t); in invoke()
356 >::type typex; in register_type() typedef
357 return typex::template register_type< T >(ar); in register_type()
538 >::type typex; in save() typedef
539 typex::invoke(ar, t); in save()
/third_party/boost/boost/serialization/
Dsmart_cast.hpp111 >::type typex; in cast()
113 return typex::cast(u); in cast()
130 >::type typex; in cast() typedef
131 return typex::cast(u); in cast()
178 >::type typex;
179 return typex::cast(u);
206 >::type typex; in cast() typedef
207 return typex::cast(u); in cast()
261 >::type typex; in smart_cast() typedef
262 return typex::cast(u); in smart_cast()
Dstate_saver.hpp84 >::type typex; in ~state_saver() typedef
85 typex::invoke(previous_ref, previous_value); in ~state_saver()
Dsplit_member.hpp68 >::type typex; in split_member() typedef
69 typex::invoke(ar, t, file_version); in split_member()
Dstack.hpp63 >::type typex; in serialize() typedef
64 static_cast<typex &>(t)(ar, file_version); in serialize()
Dsplit_free.hpp73 >::type typex; in split_free() typedef
74 typex::invoke(ar, t, file_version); in split_free()
Dqueue.hpp63 >::type typex; in serialize() typedef
64 static_cast<typex &>(t)(ar, file_version); in serialize()
Dpriority_queue.hpp63 >::type typex; in serialize() typedef
64 static_cast<typex &>(t)(ar, file_version); in serialize()
Dvariant.hpp122 >::type typex; in load() typedef
123 typex::invoke(ar, which, v, version); in load()
Dvoid_cast.hpp283 >::type typex; in void_cast_register() typedef
284 return singleton<typex>::get_const_instance(); in void_cast_register()
/third_party/boost/libs/serialization/example/
Dsimple_log_archive.hpp89 > >::type typex; in save() typedef
90 typex::invoke(*this, t); in save()
/third_party/boost/libs/serialization/test/
Db2.log1950 typex::invoke(ar, t);
1973 BOOST_STATIC_ASSERT(typex::value);
1982 typex::invoke(ar, t);
2086 BOOST_STATIC_ASSERT(typex::value);
2123 BOOST_STATIC_ASSERT(typex::value);
2158 typex::invoke(ar, t);
2189 BOOST_STATIC_ASSERT(typex::value);
2224 typex::invoke(ar, t);
2255 BOOST_STATIC_ASSERT(typex::value);
2307 BOOST_STATIC_ASSERT(typex::value);
[all …]