Home
last modified time | relevance | path

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

/third_party/boost/boost/mpi/detail/
Dbinary_buffer_oprimitive.hpp58 save_impl(address,count); in save_binary()
68 save_impl(x.address(), x.count()*sizeof(T)); in save_array()
84 save_impl(&t, sizeof(T)); in save()
92 save_impl(s.data(),s.size()); in save()
97 void save_impl(void const * p, int l) in save_impl() function in boost::mpi::binary_buffer_oprimitive
Dpacked_oprimitive.hpp56 save_impl(address,MPI_BYTE,count); in save_binary()
64 save_impl(x.address(), get_mpi_datatype(*x.address()), x.count()); in save_array()
80 save_impl(&t, get_mpi_datatype<T>(t), 1); in save()
89 save_impl(s.data(),get_mpi_datatype(CharType()),s.size()); in save()
94 void save_impl(void const * p, MPI_Datatype t, int l) in save_impl() function in boost::mpi::packed_oprimitive
Dmpi_datatype_primitive.hpp62 save_impl(address,MPI_BYTE,count); in save_binary()
70 save_impl(x.address(), boost::mpi::get_mpi_datatype(*x.address()), x.count()); in save_array()
111 save_impl(&t, boost::mpi::get_mpi_datatype(t), 1); in save()
116 void save_impl(void const * p, MPI_Datatype t, int l) in save_impl() function in boost::mpi::detail::mpi_datatype_primitive
/third_party/boost/boost/archive/
Dbasic_text_oprimitive.hpp125 void save_impl(const T &t, boost::mpl::bool_<false> &){ in save_impl() function in boost::archive::basic_text_oprimitive
155 void save_impl(const T &t, boost::mpl::bool_<true> &){ in save_impl() function in boost::archive::basic_text_oprimitive
180 save_impl(t, tf); in save()
/third_party/boost/boost/mpi/python/
Dserialize.hpp400 save_impl(Archiver& ar, const boost::python::object& obj, in save_impl() function
414 save_impl(Archiver& ar, const boost::python::object& obj, in save_impl() function
433 detail::save_impl(ar, obj, version, mpl::false_()); in save_impl()
491 detail::save_impl(ar, obj, version, in save()
/third_party/boost/libs/serialization/example/
Dportable_binary_oarchive.hpp93 void save_impl(const boost::intmax_t l, const char maxsize);
102 save_impl(t, sizeof(T)); in save()
Dportable_binary_oarchive.cpp16 portable_binary_oarchive::save_impl( in save_impl() function in portable_binary_oarchive