Home
last modified time | relevance | path

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

/external/skia/tests/
DHashTest.cpp293 class CopyCounter { class
295 CopyCounter() : fID(0), fCounter(nullptr) {} in CopyCounter() function in __anonb26bbe040311::CopyCounter
297 CopyCounter(uint32_t id, uint32_t* counter) : fID(id), fCounter(counter) {} in CopyCounter() function in __anonb26bbe040311::CopyCounter
299 CopyCounter(const CopyCounter& other) in CopyCounter() function in __anonb26bbe040311::CopyCounter
312 CopyCounter(CopyCounter&& other) { *this = std::move(other); } in CopyCounter() function in __anonb26bbe040311::CopyCounter
/external/libchrome/base/
Dbind_unittest.cc202 class CopyCounter { class
204 CopyCounter(int* copies, int* assigns) in CopyCounter() function in base::__anon710e1ff40111::CopyCounter
209 explicit CopyCounter(const DerivedCopyMoveCounter& other) : counter_(other) {} in CopyCounter() function in base::__anon710e1ff40111::CopyCounter
/external/clang/test/SemaCXX/
Dnew-delete.cpp457 struct CopyCounter struct
/external/cronet/base/functional/
Dbind_unittest.cc221 class CopyCounter { class
223 CopyCounter(int* copies, int* assigns) in CopyCounter() function in base::__anona623ab4c0111::CopyCounter
228 explicit CopyCounter(const DerivedCopyMoveCounter& other) : counter_(other) {} in CopyCounter() function in base::__anona623ab4c0111::CopyCounter