Home
last modified time | relevance | path

Searched defs:CopyCounter (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DHashTest.cpp193 class CopyCounter { class
195 CopyCounter() : fID(0), fCounter(nullptr) {} in CopyCounter() function in __anon1de222ab0311::CopyCounter
197 CopyCounter(uint32_t id, uint32_t* counter) : fID(id), fCounter(counter) {} in CopyCounter() function in __anon1de222ab0311::CopyCounter
199 CopyCounter(const CopyCounter& other) in CopyCounter() function in __anon1de222ab0311::CopyCounter
212 CopyCounter(CopyCounter&& other) { *this = std::move(other); } in CopyCounter() function in __anon1de222ab0311::CopyCounter
/external/libchrome/base/
Dbind_unittest.cc202 class CopyCounter { class
204 CopyCounter(int* copies, int* assigns) in CopyCounter() function in base::__anon8bd63b9b0111::CopyCounter
209 explicit CopyCounter(const DerivedCopyMoveCounter& other) : counter_(other) {} in CopyCounter() function in base::__anon8bd63b9b0111::CopyCounter
/external/clang/test/SemaCXX/
Dnew-delete.cpp457 struct CopyCounter struct