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

  /external/chromium_org/third_party/WebKit/public/testing/
WebScopedPtr.h 130 struct ObjectDeallocator {
138 class WebScopedPtr: public WebScopedPtrBase<ObjectDeallocator<T>, T> {
142 : WebScopedPtrBase<ObjectDeallocator<T>, T>(ptr) { }
144 : WebScopedPtrBase<ObjectDeallocator<T>, T>(rhs) { }
  /external/chromium_org/v8/src/
smart-pointers.h 131 struct ObjectDeallocator {
139 class SmartPointer: public SmartPointerBase<ObjectDeallocator<T>, T> {
143 : SmartPointerBase<ObjectDeallocator<T>, T>(ptr) { }
145 : SmartPointerBase<ObjectDeallocator<T>, T>(rhs) { }

Completed in 1882 milliseconds