Searched defs:release (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dauto_array.hpp66 T* release(void) throw();
86 m_ptr(ptr.release())
123 auto_array< T >::release(void) function in class:atf::auto_array
146 reset(ptr.release());
174 return auto_array_ref< T >(release());

Completed in 9 milliseconds