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

/external/clang/test/SemaCXX/
H A Dnew-delete.cpp457 struct CopyCounter struct in namespace:P12023
459 CopyCounter();
460 CopyCounter(const CopyCounter&);
465 CopyCounter* f = new CopyCounter[10](CopyCounter()); // expected-error {{cannot have initialization arguments}}
/external/chromium_org/base/
H A Dbind_unittest.cc96 class CopyCounter { class in namespace:base::__anon2202
98 CopyCounter(int* copies, int* assigns) function in class:base::__anon2202::CopyCounter
102 CopyCounter(const CopyCounter& other) function in class:base::__anon2202::CopyCounter
109 explicit CopyCounter(const DerivedCopyCounter& other) function in class:base::__anon2202::CopyCounter
115 const CopyCounter& operator=(const CopyCounter& rhs) {
182 int GetCopies(const CopyCounter& counter) {
658 CopyCounter counter(&copies, &assigns);
764 CopyCounter counte
[all...]

Completed in 409 milliseconds