Searched defs:CountingDeleterChild (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/memory/
H A Dscoped_ptr_unittest.cc49 struct CountingDeleterChild : public CountingDeleter { struct in namespace:__anon2356
50 explicit CountingDeleterChild(int* count) : CountingDeleter(count) {} function in struct:__anon2356::CountingDeleterChild
245 scoped_ptr<double, CountingDeleterChild> scoper_child(
246 &dummy_value2, CountingDeleterChild(&alternate_deletes));

Completed in 70 milliseconds