Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbind_unittest.cc219 class MoveCounter { class
221 MoveCounter(int* move_constructs, int* move_assigns) in MoveCounter() function in base::__anon710e1ff40111::MoveCounter
223 MoveCounter(MoveCounter&& other) : counter_(std::move(other.counter_)) {} in MoveCounter() function in base::__anon710e1ff40111::MoveCounter
229 explicit MoveCounter(DerivedCopyMoveCounter&& other) in MoveCounter() function in base::__anon710e1ff40111::MoveCounter
/external/cronet/base/functional/
Dbind_unittest.cc238 class MoveCounter { class
240 MoveCounter(int* move_constructs, int* move_assigns) in MoveCounter() function in base::__anona623ab4c0111::MoveCounter
242 MoveCounter(MoveCounter&& other) : counter_(std::move(other.counter_)) {} in MoveCounter() function in base::__anona623ab4c0111::MoveCounter
248 explicit MoveCounter(DerivedCopyMoveCounter&& other) in MoveCounter() function in base::__anona623ab4c0111::MoveCounter