HomeSort by relevance Sort by last modified time
    Searched full:arraydeallocator (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/v8/src/
smart-pointers.h 92 struct ArrayDeallocator {
100 class SmartArrayPointer: public SmartPointerBase<ArrayDeallocator<T>, T> {
104 : SmartPointerBase<ArrayDeallocator<T>, T>(ptr) { }
106 : SmartPointerBase<ArrayDeallocator<T>, T>(rhs) { }

Completed in 3850 milliseconds