Home
last modified time | relevance | path

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

/external/skia/tests/
DHashTest.cpp308 class CopyCounter { class
310 CopyCounter() : fID(0), fCounter(nullptr) {} in CopyCounter() function in __anonbf426c130611::CopyCounter
312 CopyCounter(uint32_t id, uint32_t* counter) : fID(id), fCounter(counter) {} in CopyCounter() function in __anonbf426c130611::CopyCounter
314 CopyCounter(const CopyCounter& other) in CopyCounter() function in __anonbf426c130611::CopyCounter
327 CopyCounter(CopyCounter&& other) { *this = std::move(other); } in CopyCounter() function in __anonbf426c130611::CopyCounter
/external/libchrome/base/
Dbind_unittest.cc202 class CopyCounter { class
204 CopyCounter(int* copies, int* assigns) in CopyCounter() function in base::__anon5bfd6d030111::CopyCounter
209 explicit CopyCounter(const DerivedCopyMoveCounter& other) : counter_(other) {} in CopyCounter() function in base::__anon5bfd6d030111::CopyCounter
/external/clang/test/SemaCXX/
Dnew-delete.cpp457 struct CopyCounter struct
/external/cronet/base/functional/
Dbind_unittest.cc223 class CopyCounter { class
225 CopyCounter(int* copies, int* assigns) in CopyCounter() function in base::__anon515a975b0111::CopyCounter
230 explicit CopyCounter(const DerivedCopyMoveCounter& other) : counter_(other) {} in CopyCounter() function in base::__anon515a975b0111::CopyCounter