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

/external/libchrome/base/
H A Dbind_unittest.cc121 class CopyMoveCounter { class in namespace:base::__anon10784
123 CopyMoveCounter(int* copies, function in class:base::__anon10784::CopyMoveCounter
132 CopyMoveCounter(const CopyMoveCounter& other) function in class:base::__anon10784::CopyMoveCounter
140 CopyMoveCounter(CopyMoveCounter&& other) function in class:base::__anon10784::CopyMoveCounter
149 explicit CopyMoveCounter(const DerivedCopyMoveCounter& other) function in class:base::__anon10784::CopyMoveCounter
158 explicit CopyMoveCounter(DerivedCopyMoveCounter&& other) function in class:base::__anon10784::CopyMoveCounter
166 const CopyMoveCounter& operator=(const CopyMoveCounter
[all...]

Completed in 112 milliseconds