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

  /external/chromium_org/third_party/WebKit/public/testing/
WebScopedPtr.h 112 struct ArrayDeallocator {
120 class WebScopedArrayPtr: public WebScopedPtrBase<ArrayDeallocator<T>, T> {
124 : WebScopedPtrBase<ArrayDeallocator<T>, T>(ptr) { }
126 : WebScopedPtrBase<ArrayDeallocator<T>, T>(rhs) { }
  /external/chromium_org/v8/src/
smart-pointers.h 112 struct ArrayDeallocator {
120 class SmartArrayPointer: public SmartPointerBase<ArrayDeallocator<T>, T> {
124 : SmartPointerBase<ArrayDeallocator<T>, T>(ptr) { }
126 : SmartPointerBase<ArrayDeallocator<T>, T>(rhs) { }

Completed in 1399 milliseconds