Home
last modified time | relevance | path

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

/third_party/boost/boost/archive/
Dbasic_binary_iprimitive.hpp95 load_binary(& t, sizeof(T)); in load()
103 load_binary(& t, sizeof(t)); in load()
147 load_binary(a.address(),a.count()*sizeof(ValueType)); in load_array()
151 load_binary(void *address, std::size_t count);
156 basic_binary_iprimitive<Archive, Elem, Tr>::load_binary( in load_binary() function in boost::archive::basic_binary_iprimitive
Dbasic_text_iprimitive.hpp130 load_binary(void *address, std::size_t count);
Dpolymorphic_iarchive.hpp134 virtual void load_binary(void * t, std::size_t size) = 0;
/third_party/boost/libs/serialization/example/
Ddemo_fast_archive.cpp137 load_binary(t, sizeof(t)); in load_override()
141 load_binary(t, sizeof(t)); in load_override()
145 load_binary(t, sizeof(t)); in load_override()
149 load_binary(t, sizeof(t)); in load_override()
Dportable_binary_iarchive.cpp43 this->primitive_base_t::load_binary(cptr, size); in load_impl()
/third_party/boost/boost/mpi/detail/
Dforward_iprimitive.hpp38 void load_binary(void * address, std::size_t count ) in load_binary() function in boost::mpi::detail::forward_iprimitive
40 implementation_archive.load_binary(address,count); in load_binary()
Dignore_iprimitive.hpp35 void load_binary(void *, std::size_t ) in load_binary() function in boost::mpi::detail::ignore_iprimitive
Dpacked_iprimitive.hpp60 void load_binary(void *address, std::size_t count) in load_binary() function in boost::mpi::packed_iprimitive
Dbinary_buffer_iprimitive.hpp62 void load_binary(void *address, std::size_t count) in load_binary() function in boost::mpi::binary_buffer_iprimitive
/third_party/boost/boost/archive/impl/
Dbasic_binary_iprimitive.ipp95 load_binary(ws, l * sizeof(wchar_t) / sizeof(char));
114 load_binary(&(*s.begin()), l);
123 load_binary(s, l);
140 load_binary(const_cast<wchar_t *>(ws.data()), l * sizeof(wchar_t) / sizeof(char));
Dbasic_text_iprimitive.ipp54 basic_text_iprimitive<IStream>::load_binary(
Dbasic_binary_iarchive.ipp67 this->This()->load_binary(&(*file_signature.begin()), l);
/third_party/boost/boost/archive/detail/
Dpolymorphic_iarchive_route.hpp92 void load_binary(void * t, std::size_t size) BOOST_OVERRIDE { in load_binary() function in boost::archive::detail::polymorphic_iarchive_route
93 ArchiveImplementation::load_binary(t, size); in load_binary()
/third_party/boost/boost/serialization/
Dbinary_object.hpp50 ar.load_binary(const_cast<void *>(m_t), m_size); in load()
/third_party/boost/boost/histogram/detail/
Darray_wrapper.hpp46 [this](auto& ar) { ar.load_binary(this->ptr, sizeof(T) * this->size); }, in serialize()
/third_party/boost/boost/multiprecision/cpp_int/
Dserialize.hpp150 ar.load_binary(val.limbs(), c * sizeof(limb_type)); in do_serialize()
175 ar.load_binary(val.limbs(), sizeof(*val.limbs())); in do_serialize()
/third_party/boost/boost/accumulators/statistics/
Drolling_window.hpp51 ar.load_binary(buff, size*sizeof(T)); in load()
/third_party/boost/boost/multiprecision/
Dfloat128.hpp754 ar.load_binary(&val, sizeof(val)); in do_serialize()