Home
last modified time | relevance | path

Searched refs:CopyCounter (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DHashTest.cpp193 class CopyCounter { class
195 CopyCounter() : fID(0), fCounter(nullptr) {} in CopyCounter() function in __anon19023::CopyCounter
197 CopyCounter(uint32_t id, uint32_t* counter) : fID(id), fCounter(counter) {} in CopyCounter() function in __anon19023::CopyCounter
199 CopyCounter(const CopyCounter& other) in CopyCounter() function in __anon19023::CopyCounter
206 void operator=(const CopyCounter& other) { in operator =()
212 CopyCounter(CopyCounter&& other) { *this = std::move(other); } in CopyCounter() function in __anon19023::CopyCounter
213 void operator=(CopyCounter&& other) { in operator =()
219 bool operator==(const CopyCounter
[all...]

Completed in 1 milliseconds