Home
last modified time | relevance | path

Searched defs:VoidAllocator (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/interprocess/smart_ptr/
Dshared_ptr.hpp58 (shared_count<T, VoidAllocator, Deleter> const & pn in sp_enable_shared_from_this() argument
70 inline void sp_enable_shared_from_this(shared_count<T, VoidAllocator, Deleter> const &, ...) in sp_enable_shared_from_this() argument
162 shared_ptr(shared_ptr<Y, VoidAllocator, Deleter> const & r) in shared_ptr() argument
169 explicit shared_ptr(weak_ptr<Y, VoidAllocator, Deleter> const & r) in shared_ptr() argument
182 shared_ptr(shared_ptr<Y, VoidAllocator, Deleter> const & r, ipcdetail::static_cast_tag) in shared_ptr() argument
188 shared_ptr(shared_ptr<Y, VoidAllocator, Deleter> const & r, ipcdetail::const_cast_tag) in shared_ptr() argument
194 shared_ptr(shared_ptr<Y, VoidAllocator, Deleter> const & r, ipcdetail::dynamic_cast_tag) in shared_ptr() argument
207 shared_ptr & operator=(shared_ptr<Y, VoidAllocator, Deleter> const & r) in operator =() argument
252 void reset(shared_ptr<Y, VoidAllocator, Deleter> const & r, const pointer &p) in reset() argument
301 void swap(shared_ptr<T, VoidAllocator, Deleter> & other) // never throws in swap() argument
[all …]
/third_party/boost/boost/interprocess/smart_ptr/detail/
Dshared_count.hpp134 explicit shared_count(shared_count<Y, VoidAllocator, Deleter> const & r) in shared_count() argument
140 explicit shared_count(const pointer & ptr, shared_count<Y, VoidAllocator, Deleter> const & r) in shared_count() argument
155 explicit shared_count(weak_count<Y, VoidAllocator, Deleter> const & r) in shared_count() argument
183 shared_count & operator= (shared_count<Y, VoidAllocator, Deleter> const & r) // nothrow in operator =() argument
220 bool operator==(shared_count<T, VoidAllocator, Deleter> const & a, shared_count<T2, VoidAllocator2,… in operator ==() argument
224 bool operator<(shared_count<T, VoidAllocator, Deleter> const & a, shared_count<T2, VoidAllocator2, … in operator <() argument
262 explicit weak_count(shared_count<Y, VoidAllocator, Deleter> const & r) in weak_count() argument
271 weak_count(weak_count<Y, VoidAllocator, Deleter> const & r) in weak_count() argument
279 weak_count & operator= (shared_count<Y, VoidAllocator, Deleter> const & r) // nothrow in operator =() argument
303 weak_count & operator= (weak_count<Y, VoidAllocator, Deleter> const& r) // nothrow in operator =() argument
[all …]