Searched defs:DerivedCopyMoveCounter (Results 1 - 1 of 1) sorted by relevance

/external/libchrome/base/
H A Dbind_unittest.cc105 struct DerivedCopyMoveCounter { struct in namespace:base::__anon10784
106 DerivedCopyMoveCounter(int* copies, function in struct:base::__anon10784::DerivedCopyMoveCounter
149 explicit CopyMoveCounter(const DerivedCopyMoveCounter& other)
158 explicit CopyMoveCounter(DerivedCopyMoveCounter&& other)
211 explicit CopyCounter(const DerivedCopyMoveCounter& other) : counter_(other) {}
231 explicit MoveCounter(DerivedCopyMoveCounter&& other)
1120 DerivedCopyMoveCounter derived(&copies, &assigns, nullptr, nullptr);
1129 DerivedCopyMoveCounter(&copies, &assigns, nullptr, nullptr)));
1158 .Run(MoveCounter(DerivedCopyMoveCounter(
1214 DerivedCopyMoveCounter derived_counte
[all...]

Completed in 81 milliseconds