HomeSort by relevance Sort by last modified time
    Searched refs:CountingDeleter (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/memory/
scoped_ptr_unittest.cc 48 struct CountingDeleter {
49 explicit CountingDeleter(int* count) : count_(count) {}
57 struct CountingDeleterChild : public CountingDeleter {
58 explicit CountingDeleterChild(int* count) : CountingDeleter(count) {}
246 scoped_ptr<double, CountingDeleter> scoper(&dummy_value,
247 CountingDeleter(&deletes));
273 scoped_ptr<double, CountingDeleter> scoper_construct(
478 scoped_ptr<double, CountingDeleter> scoper(&dummy_value,
479 CountingDeleter(&deletes));
488 scoped_ptr<double, CountingDeleter> scoper(NULL
    [all...]
  /external/libweave/third_party/chromium/base/memory/
scoped_ptr_unittest.cc 49 struct CountingDeleter {
50 explicit CountingDeleter(int* count) : count_(count) {}
58 struct CountingDeleterChild : public CountingDeleter {
59 explicit CountingDeleterChild(int* count) : CountingDeleter(count) {}
247 scoped_ptr<double, CountingDeleter> scoper(&dummy_value,
248 CountingDeleter(&deletes));
274 scoped_ptr<double, CountingDeleter> scoper_construct(
479 scoped_ptr<double, CountingDeleter> scoper(&dummy_value,
480 CountingDeleter(&deletes));
489 scoped_ptr<double, CountingDeleter> scoper(NULL
    [all...]

Completed in 71 milliseconds