Searched defs:to_raw_pointer (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/boost/move/detail/ |
D | to_raw_pointer.hpp | 32 BOOST_MOVE_FORCEINLINE T* to_raw_pointer(T* p) in to_raw_pointer() function 37 to_raw_pointer(const Pointer &p) in to_raw_pointer() function
|
/third_party/boost/boost/interprocess/smart_ptr/ |
D | scoped_ptr.hpp | 157 typename scoped_ptr<T, D>::pointer to_raw_pointer(scoped_ptr<T, D> const & p) in to_raw_pointer() function 166 T *to_raw_pointer(boost::interprocess::scoped_ptr<T, D> const & p) in to_raw_pointer() function
|
D | intrusive_ptr.hpp | 281 to_raw_pointer(intrusive_ptr<T, VP> p) BOOST_NOEXCEPT in to_raw_pointer() function 323 inline T *to_raw_pointer(boost::interprocess::intrusive_ptr<T, VP> p) BOOST_NOEXCEPT in to_raw_pointer() function
|
D | shared_ptr.hpp | 355 T * to_raw_pointer(shared_ptr<T, VoidAllocator, Deleter> const & p) in to_raw_pointer() function 418 T * to_raw_pointer(boost::interprocess::shared_ptr<T, VoidAllocator, Deleter> const & p) in to_raw_pointer() function
|
/third_party/boost/boost/interprocess/detail/ |
D | utilities.hpp | 44 inline T* to_raw_pointer(T* p) in to_raw_pointer() function 49 to_raw_pointer(const Pointer &p) in to_raw_pointer() function
|
D | intersegment_ptr.hpp | 233 void *to_raw_pointer() const in to_raw_pointer() function 875 T * to_raw_pointer(boost::interprocess::intersegment_ptr<T> const & p) in to_raw_pointer() function 917 T * to_raw_pointer(boost::interprocess::intersegment_ptr<T> const & p) in to_raw_pointer() function
|
/third_party/boost/boost/intrusive/ |
D | pointer_traits.hpp | 204 BOOST_INTRUSIVE_FORCEINLINE static T* to_raw_pointer(T* p) in to_raw_pointer() function 209 to_raw_pointer(const Pointer &p) in to_raw_pointer() function
|
/third_party/boost/boost/interprocess/smart_ptr/detail/ |
D | shared_count.hpp | 164 const pointer &to_raw_pointer() const in to_raw_pointer() function in boost::interprocess::ipcdetail::shared_count 167 pointer &to_raw_pointer() in to_raw_pointer() function in boost::interprocess::ipcdetail::shared_count
|
/third_party/boost/boost/interprocess/ |
D | offset_ptr.hpp | 670 BOOST_INTERPROCESS_FORCEINLINE T * to_raw_pointer(boost::interprocess::offset_ptr<T, P, O, A> const… in to_raw_pointer() function
|