Home
last modified time | relevance | path

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

/third_party/boost/libs/python/test/
Dpickle1.cpp57 .def_pickle(world_pickle_suite()) in BOOST_PYTHON_MODULE()
Dpickle2.cpp95 .def_pickle(world_pickle_suite()) in BOOST_PYTHON_MODULE()
Dpickle3.cpp105 .def_pickle(world_pickle_suite()) in BOOST_PYTHON_MODULE()
/third_party/boost/libs/python/doc/reference/
Dpickle.qbk41 .def_pickle(world_pickle_suite())
78 .def_pickle(world_pickle_suite())
Dclass.qbk99 self& def_pickle(PickleSuite const&);
246 class_& def_pickle(PickleSuite const&);
258 [[Rationale][Light-weight alternative to def_pickle(). Enables implementation of pickle support fro…
/third_party/boost/boost/python/
Dclass.hpp338 self& def_pickle(PickleSuiteType const& x) in def_pickle() function in boost::python::class_
/third_party/boost/libs/python/doc/
Darticle.rst686 .def_pickle(World_picklers())