Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbind_unittest.cc122 class CopyMoveCounter { class
124 CopyMoveCounter(int* copies, in CopyMoveCounter() function in base::__anon398078b80111::CopyMoveCounter
133 CopyMoveCounter(const CopyMoveCounter& other) in CopyMoveCounter() function in base::__anon398078b80111::CopyMoveCounter
141 CopyMoveCounter(CopyMoveCounter&& other) in CopyMoveCounter() function in base::__anon398078b80111::CopyMoveCounter
150 explicit CopyMoveCounter(const DerivedCopyMoveCounter& other) in CopyMoveCounter() function in base::__anon398078b80111::CopyMoveCounter
159 explicit CopyMoveCounter(DerivedCopyMoveCounter&& other) in CopyMoveCounter() function in base::__anon398078b80111::CopyMoveCounter
167 const CopyMoveCounter& operator=(const CopyMoveCounter& rhs) { in operator =()
178 const CopyMoveCounter& operator=(CopyMoveCounter&& rhs) { in operator =()
214 CopyMoveCounter counter_;
233 CopyMoveCounter counter_;
[all …]