Home
last modified time | relevance | path

Searched defs:adl_postconstruct (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/signals2/test/
Ddeconstruct_test.cpp80 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/
Ddoc_view_acm_deconstruct.cpp60 … 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
Dpostconstructor_ex1.cpp26 void adl_postconstruct(const boost::shared_ptr<T> &, X *) in adl_postconstruct() function
Dpredestructor_example.cpp36 void adl_postconstruct(const boost::shared_ptr<T> &, X *) in adl_postconstruct() function
Dpostconstructor_ex2.cpp30 void adl_postconstruct(const boost::shared_ptr<T> &, Y *y, const std::string &text) in adl_postconstruct() function
/third_party/boost/boost/signals2/
Dpostconstructible.hpp40 friend void adl_postconstruct(const shared_ptr<T> &, postconstructible *p) in adl_postconstruct() function
Dpredestructible.hpp32 friend void adl_postconstruct(const shared_ptr<T> &, ...) in adl_postconstruct() function