Home
last modified time | relevance | path

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

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