Searched defs:ptr_ (Results 1 – 2 of 2) sorted by relevance
38 explicit scoped_array(T* p = 0) : ptr_(p) {} in ptr_() function
486 explicit scoped_ptr(T* p = NULL) : ptr_(p) {} in ptr_() function502 delete ptr_; variable