Searched defs:CopyCounter (Results 1 – 4 of 4) sorted by relevance
308 class CopyCounter { class310 CopyCounter() : fID(0), fCounter(nullptr) {} in CopyCounter() function in __anon4355cab50611::CopyCounter312 CopyCounter(uint32_t id, uint32_t* counter) : fID(id), fCounter(counter) {} in CopyCounter() function in __anon4355cab50611::CopyCounter314 CopyCounter(const CopyCounter& other) in CopyCounter() function in __anon4355cab50611::CopyCounter327 CopyCounter(CopyCounter&& other) { *this = std::move(other); } in CopyCounter() function in __anon4355cab50611::CopyCounter
202 class CopyCounter { class204 CopyCounter(int* copies, int* assigns) in CopyCounter() function in base::__anonab4e4da50111::CopyCounter209 explicit CopyCounter(const DerivedCopyMoveCounter& other) : counter_(other) {} in CopyCounter() function in base::__anonab4e4da50111::CopyCounter
204 class CopyCounter { class206 CopyCounter(int* copies, int* assigns) in CopyCounter() function in base::__anon8a4af9fd0111::CopyCounter211 explicit CopyCounter(const DerivedCopyMoveCounter& other) : counter_(other) {} in CopyCounter() function in base::__anon8a4af9fd0111::CopyCounter
457 struct CopyCounter struct