Home
last modified time | relevance | path

Searched defs:CopyMoveCounter (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_unit_test/
H A Dframework_test.cc212 class CopyMoveCounter { class
215 CopyMoveCounter(int& copies, int& moves) : copies_(&copies), moves_(&moves) {} in CopyMoveCounter() function in pw::__anoncb3d00500111::CopyMoveCounter
216 CopyMoveCounter(const CopyMoveCounter& other) in CopyMoveCounter() function in pw::__anoncb3d00500111::CopyMoveCounter
220 CopyMoveCounter(CopyMoveCounter&& other) in CopyMoveCounter() function in pw::__anoncb3d00500111::CopyMoveCounter
/aosp_15_r20/external/libchrome/base/
H A Dbind_unittest.cc122 class CopyMoveCounter { class
124 CopyMoveCounter(int* copies, in CopyMoveCounter() function in base::__anonab4e4da50111::CopyMoveCounter
133 CopyMoveCounter(const CopyMoveCounter& other) in CopyMoveCounter() function in base::__anonab4e4da50111::CopyMoveCounter
141 CopyMoveCounter(CopyMoveCounter&& other) in CopyMoveCounter() function in base::__anonab4e4da50111::CopyMoveCounter
150 explicit CopyMoveCounter(const DerivedCopyMoveCounter& other) in CopyMoveCounter() function in base::__anonab4e4da50111::CopyMoveCounter
159 explicit CopyMoveCounter(DerivedCopyMoveCounter&& other) in CopyMoveCounter() function in base::__anonab4e4da50111::CopyMoveCounter
/aosp_15_r20/external/cronet/base/functional/
H A Dbind_unittest.cc126 class CopyMoveCounter { class
128 CopyMoveCounter(int* copies, in CopyMoveCounter() function in base::__anon8a4af9fd0111::CopyMoveCounter
137 CopyMoveCounter(const CopyMoveCounter& other) in CopyMoveCounter() function in base::__anon8a4af9fd0111::CopyMoveCounter
145 CopyMoveCounter(CopyMoveCounter&& other) in CopyMoveCounter() function in base::__anon8a4af9fd0111::CopyMoveCounter
154 explicit CopyMoveCounter(const DerivedCopyMoveCounter& other) in CopyMoveCounter() function in base::__anon8a4af9fd0111::CopyMoveCounter
163 explicit CopyMoveCounter(DerivedCopyMoveCounter&& other) in CopyMoveCounter() function in base::__anon8a4af9fd0111::CopyMoveCounter