Home
last modified time | relevance | path

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

/external/skia/tests/
DHashTest.cpp93 class CopyCounter { class
95 CopyCounter() : fID(0), fCounter(NULL) {} in CopyCounter() function in __anonbed1977f0311::CopyCounter
97 CopyCounter(uint32_t id, uint32_t* counter) : fID(id), fCounter(counter) {} in CopyCounter() function in __anonbed1977f0311::CopyCounter
99 CopyCounter(const CopyCounter& other) in CopyCounter() function in __anonbed1977f0311::CopyCounter
121 uint32_t hash_copy_counter(const CopyCounter&) { in hash_copy_counter()
/external/clang/test/SemaCXX/
Dnew-delete.cpp457 struct CopyCounter struct