Searched defs:CopyCounter (Results 1 – 4 of 4) sorted by relevance
95 class CopyCounter { class97 CopyCounter() : fID(0), fCounter(nullptr) {} in CopyCounter() function in __anonb304b3000311::CopyCounter99 CopyCounter(uint32_t id, uint32_t* counter) : fID(id), fCounter(counter) {} in CopyCounter() function in __anonb304b3000311::CopyCounter101 CopyCounter(const CopyCounter& other) in CopyCounter() function in __anonb304b3000311::CopyCounter
107 class CopyCounter { class109 CopyCounter(int* copies, int* assigns) in CopyCounter() function in base::__anonafcc62b60111::CopyCounter113 CopyCounter(const CopyCounter& other) in CopyCounter() function in base::__anonafcc62b60111::CopyCounter120 explicit CopyCounter(const DerivedCopyCounter& other) in CopyCounter() function in base::__anonafcc62b60111::CopyCounter
106 class CopyCounter { class108 CopyCounter(int* copies, int* assigns) in CopyCounter() function in base::__anoncfda50f00111::CopyCounter112 CopyCounter(const CopyCounter& other) in CopyCounter() function in base::__anoncfda50f00111::CopyCounter119 explicit CopyCounter(const DerivedCopyCounter& other) in CopyCounter() function in base::__anoncfda50f00111::CopyCounter
457 struct CopyCounter struct