Searched defs:MoveCounter (Results 1 – 2 of 2) sorted by relevance
219 class MoveCounter { class221 MoveCounter(int* move_constructs, int* move_assigns) in MoveCounter() function in base::__anon710e1ff40111::MoveCounter223 MoveCounter(MoveCounter&& other) : counter_(std::move(other.counter_)) {} in MoveCounter() function in base::__anon710e1ff40111::MoveCounter229 explicit MoveCounter(DerivedCopyMoveCounter&& other) in MoveCounter() function in base::__anon710e1ff40111::MoveCounter
238 class MoveCounter { class240 MoveCounter(int* move_constructs, int* move_assigns) in MoveCounter() function in base::__anona623ab4c0111::MoveCounter242 MoveCounter(MoveCounter&& other) : counter_(std::move(other.counter_)) {} in MoveCounter() function in base::__anona623ab4c0111::MoveCounter248 explicit MoveCounter(DerivedCopyMoveCounter&& other) in MoveCounter() function in base::__anona623ab4c0111::MoveCounter