Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbind_unittest.cc106 struct DerivedCopyMoveCounter { struct
107 DerivedCopyMoveCounter(int* copies, in DerivedCopyMoveCounter() function
150 explicit CopyMoveCounter(const DerivedCopyMoveCounter& other) in CopyMoveCounter()
159 explicit CopyMoveCounter(DerivedCopyMoveCounter&& other) in CopyMoveCounter()
209 explicit CopyCounter(const DerivedCopyMoveCounter& other) : counter_(other) {} in CopyCounter()
229 explicit MoveCounter(DerivedCopyMoveCounter&& other) in MoveCounter()
1123 DerivedCopyMoveCounter derived(&copies, &assigns, nullptr, nullptr); in TEST_F()
1132 DerivedCopyMoveCounter(&copies, &assigns, nullptr, nullptr))); in TEST_F()
1161 .Run(MoveCounter(DerivedCopyMoveCounter( in TEST_F()
1217 DerivedCopyMoveCounter derived_counter(&copies, &assigns, &move_constructs, in TEST_F()
[all …]