Home
last modified time | relevance | path

Searched refs:ObjectDeallocator (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dsmart-pointers.h111 struct ObjectDeallocator { struct
119 class SmartPointer: public SmartPointerBase<ObjectDeallocator<T>, T> { argument
123 : SmartPointerBase<ObjectDeallocator<T>, T>(ptr) { } in SmartPointer()
125 : SmartPointerBase<ObjectDeallocator<T>, T>(rhs) { } in SmartPointer()