Home
last modified time | relevance | path

Searched defs:SmartPointerBase (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/base/
Dsmart-pointers.h17 SmartPointerBase() : p_(NULL) {} in SmartPointerBase() function
20 explicit SmartPointerBase(T* ptr) : p_(ptr) {} in SmartPointerBase() function
24 SmartPointerBase(const SmartPointerBase<Deallocator, T>& rhs) : p_(rhs.p_) { in SmartPointerBase() function