Searched defs:CopyCounter (Results 1 – 2 of 2) sorted by relevance
193 class CopyCounter { class195 CopyCounter() : fID(0), fCounter(nullptr) {} in CopyCounter() function in __anon7a7c1db20311::CopyCounter197 CopyCounter(uint32_t id, uint32_t* counter) : fID(id), fCounter(counter) {} in CopyCounter() function in __anon7a7c1db20311::CopyCounter199 CopyCounter(const CopyCounter& other) in CopyCounter() function in __anon7a7c1db20311::CopyCounter212 CopyCounter(CopyCounter&& other) { *this = std::move(other); } in CopyCounter() function in __anon7a7c1db20311::CopyCounter
308 class CopyCounter { class310 CopyCounter() : fID(0), fCounter(nullptr) {} in CopyCounter() function in __anon92938e850611::CopyCounter312 CopyCounter(uint32_t id, uint32_t* counter) : fID(id), fCounter(counter) {} in CopyCounter() function in __anon92938e850611::CopyCounter314 CopyCounter(const CopyCounter& other) in CopyCounter() function in __anon92938e850611::CopyCounter327 CopyCounter(CopyCounter&& other) { *this = std::move(other); } in CopyCounter() function in __anon92938e850611::CopyCounter