Home
last modified time | relevance | path

Searched refs:adl_predestruct (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/signals2/
Dpredestructible.hpp34 friend void adl_predestruct(predestructible *p) in adl_predestruct() function
Ddeconstruct.hpp45 inline void adl_predestruct(...) {} in adl_predestruct() function
223 using boost::signals2::detail::adl_predestruct; in destroy()
224 adl_predestruct(const_cast<typename boost::remove_const<T>::type *>(p)); in destroy()
/third_party/boost/libs/signals2/example/
Dpredestructor_example.cpp29 friend void adl_predestruct(X *) in adl_predestruct() function
/third_party/boost/libs/signals2/test/
Ddeconstruct_test.cpp92 friend void adl_predestruct(A *p) in adl_predestruct() function