Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DHashTest.cpp111 class CopyCounter { class
113 CopyCounter() : fID(0), fCounter(nullptr) {} in CopyCounter() function in __anon728e25450311::CopyCounter
115 CopyCounter(uint32_t id, uint32_t* counter) : fID(id), fCounter(counter) {} in CopyCounter() function in __anon728e25450311::CopyCounter
117 CopyCounter(const CopyCounter& other) in CopyCounter() function in __anon728e25450311::CopyCounter
124 void operator=(const CopyCounter& other) { in operator =()
130 CopyCounter(CopyCounter&& other) { *this = std::move(other); } in CopyCounter() function in __anon728e25450311::CopyCounter
131 void operator=(CopyCounter&& other) { in operator =()
137 bool operator==(const CopyCounter& other) const { in operator ==()
147 uint32_t operator()(const CopyCounter&) const { in operator ()()
155 SkTHashSet<CopyCounter, HashCopyCounter> set; in DEF_TEST()
[all …]
/third_party/skia/tests/
DHashTest.cpp193 class CopyCounter { class
195 CopyCounter() : fID(0), fCounter(nullptr) {} in CopyCounter() function in __anon0462fb500311::CopyCounter
197 CopyCounter(uint32_t id, uint32_t* counter) : fID(id), fCounter(counter) {} in CopyCounter() function in __anon0462fb500311::CopyCounter
199 CopyCounter(const CopyCounter& other) in CopyCounter() function in __anon0462fb500311::CopyCounter
206 void operator=(const CopyCounter& other) { in operator =()
212 CopyCounter(CopyCounter&& other) { *this = std::move(other); } in CopyCounter() function in __anon0462fb500311::CopyCounter
213 void operator=(CopyCounter&& other) { in operator =()
219 bool operator==(const CopyCounter& other) const { in operator ==()
229 uint32_t operator()(const CopyCounter&) const { in operator ()()
237 SkTHashSet<CopyCounter, HashCopyCounter> set; in DEF_TEST()
[all …]