Searched defs:CopyCounter (Results 1 – 2 of 2) sorted by relevance
93 class CopyCounter { class95 CopyCounter() : fID(0), fCounter(NULL) {} in CopyCounter() function in __anonbed1977f0311::CopyCounter97 CopyCounter(uint32_t id, uint32_t* counter) : fID(id), fCounter(counter) {} in CopyCounter() function in __anonbed1977f0311::CopyCounter99 CopyCounter(const CopyCounter& other) in CopyCounter() function in __anonbed1977f0311::CopyCounter121 uint32_t hash_copy_counter(const CopyCounter&) { in hash_copy_counter()
457 struct CopyCounter struct