Searched defs:CopyCounter (Results 1 – 6 of 6) sorted by relevance
111 class CopyCounter { class113 CopyCounter() : fID(0), fCounter(nullptr) {} in CopyCounter() function in __anon3d8523360311::CopyCounter115 CopyCounter(uint32_t id, uint32_t* counter) : fID(id), fCounter(counter) {} in CopyCounter() function in __anon3d8523360311::CopyCounter117 CopyCounter(const CopyCounter& other) in CopyCounter() function in __anon3d8523360311::CopyCounter130 CopyCounter(CopyCounter&& other) { *this = std::move(other); } in CopyCounter() function in __anon3d8523360311::CopyCounter
133 struct CopyCounter { in TEST() struct134 int &CopyCount; in TEST()136 CopyCounter(int &CopyCount) : CopyCount(CopyCount) {} in TEST() argument137 CopyCounter(const CopyCounter &Arg) : CopyCount(Arg.CopyCount) { in TEST() function142 unique_function<void(CopyCounter)> ByValF = [](CopyCounter) {}; in TEST() argument156 unique_function<void(const CopyCounter &)> ByRefF = [](const CopyCounter &) { in TEST()
192 class CopyCounter { class194 CopyCounter() : fID(0), fCounter(nullptr) {} in CopyCounter() function in __anonbed1977f0311::CopyCounter196 CopyCounter(uint32_t id, uint32_t* counter) : fID(id), fCounter(counter) {} in CopyCounter() function in __anonbed1977f0311::CopyCounter198 CopyCounter(const CopyCounter& other) in CopyCounter() function in __anonbed1977f0311::CopyCounter211 CopyCounter(CopyCounter&& other) { *this = std::move(other); } in CopyCounter() function in __anonbed1977f0311::CopyCounter
202 class CopyCounter { class204 CopyCounter(int* copies, int* assigns) in CopyCounter() function in base::__anon8607446f0111::CopyCounter209 explicit CopyCounter(const DerivedCopyMoveCounter& other) : counter_(other) {} in CopyCounter() function in base::__anon8607446f0111::CopyCounter
457 struct CopyCounter struct
538 struct CopyCounter struct