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

/external/chromium_org/base/memory/
H A Dscoped_ptr_unittest.cc40 struct CountingDeleter { struct in namespace:__anon2356
41 explicit CountingDeleter(int* count) : count_(count) {} function in struct:__anon2356::CountingDeleter
49 struct CountingDeleterChild : public CountingDeleter {
50 explicit CountingDeleterChild(int* count) : CountingDeleter(count) {}
243 scoped_ptr<double, CountingDeleter> scoper(&dummy_value,
244 CountingDeleter(&deletes));
270 scoped_ptr<double, CountingDeleter> scoper_construct(scoper_child.Pass());
484 scoped_ptr<double, CountingDeleter> scoper(&dummy_value,
485 CountingDeleter(&deletes));
494 scoped_ptr<double, CountingDeleter> scope
[all...]

Completed in 120 milliseconds