Searched defs:adl_postconstruct (Results 1 – 7 of 7) sorted by relevance
| /third_party/boost/libs/signals2/test/ |
| D | deconstruct_test.cpp | 80 void adl_postconstruct(const boost::shared_ptr<T> &sp, A *p) in adl_postconstruct() function 86 void adl_postconstruct(const boost::shared_ptr<T> &sp, A *p, int val) in adl_postconstruct() function 133 friend void adl_postconstruct(boost::shared_ptr<void>, deconstructed_esft *) {} in adl_postconstruct() function
|
| /third_party/boost/libs/signals2/example/ |
| D | doc_view_acm_deconstruct.cpp | 60 … friend void adl_postconstruct(const boost::shared_ptr<T> &view_sp, TextView *view, Document& doc) in adl_postconstruct() function 90 friend void adl_postconstruct(const boost::shared_ptr<T> &view_sp, HexView *view, Document& doc) in adl_postconstruct() function
|
| D | postconstructor_ex1.cpp | 26 void adl_postconstruct(const boost::shared_ptr<T> &, X *) in adl_postconstruct() function
|
| D | predestructor_example.cpp | 36 void adl_postconstruct(const boost::shared_ptr<T> &, X *) in adl_postconstruct() function
|
| D | postconstructor_ex2.cpp | 30 void adl_postconstruct(const boost::shared_ptr<T> &, Y *y, const std::string &text) in adl_postconstruct() function
|
| /third_party/boost/boost/signals2/ |
| D | predestructible.hpp | 32 friend void adl_postconstruct(const shared_ptr<T> &, ...) in adl_postconstruct() function
|
| D | postconstructible.hpp | 40 friend void adl_postconstruct(const shared_ptr<T> &, postconstructible *p) in adl_postconstruct() function
|