Home
last modified time | relevance | path

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

/external/skia/tests/
DHashTest.cpp95 class CopyCounter { class
97 CopyCounter() : fID(0), fCounter(nullptr) {} in CopyCounter() function in __anonb304b3000311::CopyCounter
99 CopyCounter(uint32_t id, uint32_t* counter) : fID(id), fCounter(counter) {} in CopyCounter() function in __anonb304b3000311::CopyCounter
101 CopyCounter(const CopyCounter& other) in CopyCounter() function in __anonb304b3000311::CopyCounter
/external/libweave/third_party/chromium/base/
Dbind_unittest.cc107 class CopyCounter { class
109 CopyCounter(int* copies, int* assigns) in CopyCounter() function in base::__anonafcc62b60111::CopyCounter
113 CopyCounter(const CopyCounter& other) in CopyCounter() function in base::__anonafcc62b60111::CopyCounter
120 explicit CopyCounter(const DerivedCopyCounter& other) in CopyCounter() function in base::__anonafcc62b60111::CopyCounter
/external/libchrome/base/
Dbind_unittest.cc106 class CopyCounter { class
108 CopyCounter(int* copies, int* assigns) in CopyCounter() function in base::__anoncfda50f00111::CopyCounter
112 CopyCounter(const CopyCounter& other) in CopyCounter() function in base::__anoncfda50f00111::CopyCounter
119 explicit CopyCounter(const DerivedCopyCounter& other) in CopyCounter() function in base::__anoncfda50f00111::CopyCounter
/external/clang/test/SemaCXX/
Dnew-delete.cpp457 struct CopyCounter struct