Searched defs:CopyMoveCounter (Results 1 – 3 of 3) sorted by relevance
212 class CopyMoveCounter { class215 CopyMoveCounter(int& copies, int& moves) : copies_(&copies), moves_(&moves) {} in CopyMoveCounter() function in pw::__anoncb3d00500111::CopyMoveCounter216 CopyMoveCounter(const CopyMoveCounter& other) in CopyMoveCounter() function in pw::__anoncb3d00500111::CopyMoveCounter220 CopyMoveCounter(CopyMoveCounter&& other) in CopyMoveCounter() function in pw::__anoncb3d00500111::CopyMoveCounter
122 class CopyMoveCounter { class124 CopyMoveCounter(int* copies, in CopyMoveCounter() function in base::__anonab4e4da50111::CopyMoveCounter133 CopyMoveCounter(const CopyMoveCounter& other) in CopyMoveCounter() function in base::__anonab4e4da50111::CopyMoveCounter141 CopyMoveCounter(CopyMoveCounter&& other) in CopyMoveCounter() function in base::__anonab4e4da50111::CopyMoveCounter150 explicit CopyMoveCounter(const DerivedCopyMoveCounter& other) in CopyMoveCounter() function in base::__anonab4e4da50111::CopyMoveCounter159 explicit CopyMoveCounter(DerivedCopyMoveCounter&& other) in CopyMoveCounter() function in base::__anonab4e4da50111::CopyMoveCounter
126 class CopyMoveCounter { class128 CopyMoveCounter(int* copies, in CopyMoveCounter() function in base::__anon8a4af9fd0111::CopyMoveCounter137 CopyMoveCounter(const CopyMoveCounter& other) in CopyMoveCounter() function in base::__anon8a4af9fd0111::CopyMoveCounter145 CopyMoveCounter(CopyMoveCounter&& other) in CopyMoveCounter() function in base::__anon8a4af9fd0111::CopyMoveCounter154 explicit CopyMoveCounter(const DerivedCopyMoveCounter& other) in CopyMoveCounter() function in base::__anon8a4af9fd0111::CopyMoveCounter163 explicit CopyMoveCounter(DerivedCopyMoveCounter&& other) in CopyMoveCounter() function in base::__anon8a4af9fd0111::CopyMoveCounter