Home
last modified time | relevance | path

Searched defs:MoveCounter (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libchrome/base/
H A Dbind_unittest.cc219 class MoveCounter { class
221 MoveCounter(int* move_constructs, int* move_assigns) in MoveCounter() function in base::__anonab4e4da50111::MoveCounter
223 MoveCounter(MoveCounter&& other) : counter_(std::move(other.counter_)) {} in MoveCounter() function in base::__anonab4e4da50111::MoveCounter
229 explicit MoveCounter(DerivedCopyMoveCounter&& other) in MoveCounter() function in base::__anonab4e4da50111::MoveCounter
/aosp_15_r20/external/cronet/base/functional/
H A Dbind_unittest.cc221 class MoveCounter { class
223 MoveCounter(int* move_constructs, int* move_assigns) in MoveCounter() function in base::__anon8a4af9fd0111::MoveCounter
225 MoveCounter(MoveCounter&& other) : counter_(std::move(other.counter_)) {} in MoveCounter() function in base::__anon8a4af9fd0111::MoveCounter
231 explicit MoveCounter(DerivedCopyMoveCounter&& other) in MoveCounter() function in base::__anon8a4af9fd0111::MoveCounter