Home
last modified time | relevance | path

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

/external/skqp/tests/
DHashTest.cpp111 class CopyCounter { class
113 CopyCounter() : fID(0), fCounter(nullptr) {} in CopyCounter() function in __anon3d8523360311::CopyCounter
115 CopyCounter(uint32_t id, uint32_t* counter) : fID(id), fCounter(counter) {} in CopyCounter() function in __anon3d8523360311::CopyCounter
117 CopyCounter(const CopyCounter& other) in CopyCounter() function in __anon3d8523360311::CopyCounter
130 CopyCounter(CopyCounter&& other) { *this = std::move(other); } in CopyCounter() function in __anon3d8523360311::CopyCounter
/external/llvm-project/llvm/unittests/ADT/
DFunctionExtrasTest.cpp133 struct CopyCounter { in TEST() struct
134 int &CopyCount; in TEST()
136 CopyCounter(int &CopyCount) : CopyCount(CopyCount) {} in TEST() argument
137 CopyCounter(const CopyCounter &Arg) : CopyCount(Arg.CopyCount) { in TEST() function
142 unique_function<void(CopyCounter)> ByValF = [](CopyCounter) {}; in TEST() argument
156 unique_function<void(const CopyCounter &)> ByRefF = [](const CopyCounter &) { in TEST()
/external/skia/tests/
DHashTest.cpp192 class CopyCounter { class
194 CopyCounter() : fID(0), fCounter(nullptr) {} in CopyCounter() function in __anonbed1977f0311::CopyCounter
196 CopyCounter(uint32_t id, uint32_t* counter) : fID(id), fCounter(counter) {} in CopyCounter() function in __anonbed1977f0311::CopyCounter
198 CopyCounter(const CopyCounter& other) in CopyCounter() function in __anonbed1977f0311::CopyCounter
211 CopyCounter(CopyCounter&& other) { *this = std::move(other); } in CopyCounter() function in __anonbed1977f0311::CopyCounter
/external/libchrome/base/
Dbind_unittest.cc202 class CopyCounter { class
204 CopyCounter(int* copies, int* assigns) in CopyCounter() function in base::__anon8607446f0111::CopyCounter
209 explicit CopyCounter(const DerivedCopyMoveCounter& other) : counter_(other) {} in CopyCounter() function in base::__anon8607446f0111::CopyCounter
/external/clang/test/SemaCXX/
Dnew-delete.cpp457 struct CopyCounter struct
/external/llvm-project/clang/test/SemaCXX/
Dnew-delete.cpp538 struct CopyCounter struct