Home
last modified time | relevance | path

Searched refs:SharedCount (Results 1 – 3 of 3) sorted by relevance

/trunk/main/store/workben/
H A Dt_page.cxx48 class SharedCount class
74 SharedCount() in SharedCount() function in SharedCount
80 ~SharedCount() in ~SharedCount()
95 friend void swap<> (SharedCount & lhs, SharedCount & rhs); // nothrow
97 SharedCount (SharedCount const & rhs); // nothrow
98 SharedCount & operator= (SharedCount const & rhs); // nothrow
102 inline void swap (SharedCount & lhs, SharedCount & rhs) // nothrow in swap()
107 SharedCount::SharedCount (SharedCount const & rhs) // nothrow in SharedCount() function in SharedCount
113 SharedCount &
114 SharedCount::operator= (SharedCount const & rhs) // nothrow in operator =()
[all …]
/trunk/main/store/source/
H A Dstorbase.hxx122 class SharedCount class
148 SharedCount() in SharedCount() function in store::SharedCount
154 ~SharedCount() in ~SharedCount()
164 void swap (SharedCount & rhs) // nothrow in swap()
169 SharedCount (SharedCount const & rhs) // nothrow in SharedCount() function in store::SharedCount
174 SharedCount & operator= (SharedCount const & rhs) // nothrow in operator =()
176 SharedCount tmp(rhs); in operator =()
591 SharedCount m_refcount;
H A Dstorbase.cxx49 SharedCount::Allocator &
50 SharedCount::Allocator::get() in get()
56 SharedCount::Allocator::Allocator() in Allocator()
71 SharedCount::Allocator::~Allocator() in ~Allocator()

Completed in 32 milliseconds