Home
last modified time | relevance | path

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

/third_party/boost/boost/mpi/python/
Dserialize.hpp203 saver_t; typedef in boost::python::detail::direct_serialization_table
207 typedef std::map<PyTypeObject*, std::pair<int, saver_t> > savers_t;
225 saver_t saver(const object& obj, int& descriptor) in saver()
234 return saver_t(); in saver()
301 void register_type(const saver_t& saver, const loader_t& loader, in register_type()
420 typedef typename direct_serialization_table<IArchiver, OArchiver>::saver_t in save_impl()
421 saver_t; in save_impl() typedef
427 if (saver_t saver = table.saver(obj, descriptor)) { in save_impl()