Home
last modified time | relevance | path

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

/third_party/boost/boost/serialization/
Dshared_ptr.hpp129 ar.template get_helper< shared_ptr_helper<boost::shared_ptr> >( in load()
139 ar.template get_helper<shared_ptr_helper<boost::shared_ptr> >( in load()
160 ar.template get_helper<shared_ptr_helper<boost::shared_ptr> >( in load()
253 ar.template get_helper< in load()
/third_party/boost/boost/flyweight/
Dserialize.hpp55 helper& hlp=ar.template get_helper<helper>(); in save()
78 helper& hlp=ar.template get_helper<helper>(); in load()
/third_party/boost/libs/serialization/test/
Dtest_helper_support.cpp63 my_string_helper & msh = ar.template get_helper<my_string_helper>(id); in save()
84 my_string_helper & msh = ar.template get_helper<my_string_helper>(id); in load()
Dtest_p_helper.cpp73 my_string_helper & msh = ar.template get_helper<my_string_helper>(id); in save()
94 my_string_helper & msh = ar.template get_helper<my_string_helper>(id); in load()
Dtest__helper.cpp73 my_string_helper & msh = ar.template get_helper<my_string_helper>(id); in save()
94 my_string_helper & msh = ar.template get_helper<my_string_helper>(id); in load()
Dtest_enable_shared_from_this.cpp59 ar.template get_helper< in serialize()
/third_party/boost/boost/archive/detail/
Dinterface_oarchive.hpp63 get_helper(void * const id = 0){ in get_helper() function in boost::archive::detail::interface_oarchive
Dinterface_iarchive.hpp61 get_helper(void * const id = 0){ in get_helper() function in boost::archive::detail::interface_iarchive