Searched refs:SharedCount (Results 1 – 3 of 3) sorted by relevance
48 class SharedCount class74 SharedCount() in SharedCount() function in SharedCount80 ~SharedCount() in ~SharedCount()95 friend void swap<> (SharedCount & lhs, SharedCount & rhs); // nothrow97 SharedCount (SharedCount const & rhs); // nothrow98 SharedCount & operator= (SharedCount const & rhs); // nothrow102 inline void swap (SharedCount & lhs, SharedCount & rhs) // nothrow in swap()107 SharedCount::SharedCount (SharedCount const & rhs) // nothrow in SharedCount() function in SharedCount113 SharedCount &114 SharedCount::operator= (SharedCount const & rhs) // nothrow in operator =()[all …]
122 class SharedCount class148 SharedCount() in SharedCount() function in store::SharedCount154 ~SharedCount() in ~SharedCount()164 void swap (SharedCount & rhs) // nothrow in swap()169 SharedCount (SharedCount const & rhs) // nothrow in SharedCount() function in store::SharedCount174 SharedCount & operator= (SharedCount const & rhs) // nothrow in operator =()176 SharedCount tmp(rhs); in operator =()591 SharedCount m_refcount;
49 SharedCount::Allocator &50 SharedCount::Allocator::get() in get()56 SharedCount::Allocator::Allocator() in Allocator()71 SharedCount::Allocator::~Allocator() in ~Allocator()
Completed in 41 milliseconds