Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbind_unittest.cc121 class CopyMoveCounter { class
123 CopyMoveCounter(int* copies, in CopyMoveCounter() function in base::__anon87abc92c0111::CopyMoveCounter
132 CopyMoveCounter(const CopyMoveCounter& other) in CopyMoveCounter() function in base::__anon87abc92c0111::CopyMoveCounter
140 CopyMoveCounter(CopyMoveCounter&& other) in CopyMoveCounter() function in base::__anon87abc92c0111::CopyMoveCounter
149 explicit CopyMoveCounter(const DerivedCopyMoveCounter& other) in CopyMoveCounter() function in base::__anon87abc92c0111::CopyMoveCounter
158 explicit CopyMoveCounter(DerivedCopyMoveCounter&& other) in CopyMoveCounter() function in base::__anon87abc92c0111::CopyMoveCounter
166 const CopyMoveCounter& operator=(const CopyMoveCounter& rhs) { in operator =()
177 const CopyMoveCounter& operator=(CopyMoveCounter&& rhs) { in operator =()
216 CopyMoveCounter counter_;
235 CopyMoveCounter counter_;
[all …]