Searched defs:CopyCounter (Results 1 – 4 of 4) sorted by relevance
293 class CopyCounter { class295 CopyCounter() : fID(0), fCounter(nullptr) {} in CopyCounter() function in __anonb26bbe040311::CopyCounter297 CopyCounter(uint32_t id, uint32_t* counter) : fID(id), fCounter(counter) {} in CopyCounter() function in __anonb26bbe040311::CopyCounter299 CopyCounter(const CopyCounter& other) in CopyCounter() function in __anonb26bbe040311::CopyCounter312 CopyCounter(CopyCounter&& other) { *this = std::move(other); } in CopyCounter() function in __anonb26bbe040311::CopyCounter
202 class CopyCounter { class204 CopyCounter(int* copies, int* assigns) in CopyCounter() function in base::__anon710e1ff40111::CopyCounter209 explicit CopyCounter(const DerivedCopyMoveCounter& other) : counter_(other) {} in CopyCounter() function in base::__anon710e1ff40111::CopyCounter
457 struct CopyCounter struct
221 class CopyCounter { class223 CopyCounter(int* copies, int* assigns) in CopyCounter() function in base::__anona623ab4c0111::CopyCounter228 explicit CopyCounter(const DerivedCopyMoveCounter& other) : counter_(other) {} in CopyCounter() function in base::__anona623ab4c0111::CopyCounter