Home
last modified time | relevance | path

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

/third_party/boost/boost/python/object/
Dpickle_support.hpp42 static bool getstate_manages_dict() { return false; } in getstate_manages_dict() function
75 bool getstate_manages_dict) in register_()
77 cl.enable_pickling_(getstate_manages_dict); in register_()
93 bool getstate_manages_dict) in register_()
95 cl.enable_pickling_(getstate_manages_dict); in register_()
Dclass.hpp33 void enable_pickling_(bool getstate_manages_dict);
/third_party/boost/libs/python/src/object/
Dpickle_support.cpp53 object getstate_manages_dict = getattr( in instance_reduce() local
55 if (getstate_manages_dict.is_none()) { in instance_reduce()
Dclass.cpp681 void class_base::enable_pickling_(bool getstate_manages_dict) in enable_pickling_() argument
685 if (getstate_manages_dict) in enable_pickling_()
/third_party/boost/libs/python/test/
Dpickle3.cpp92 static bool getstate_manages_dict() { return true; } in getstate_manages_dict() function
/third_party/boost/boost/python/
Dclass.hpp346 PickleSuiteType::getstate_manages_dict()); in def_pickle()
/third_party/boost/libs/python/doc/reference/
Dpickle.qbk111 static bool getstate_manages_dict() { return true; }