Home
last modified time | relevance | path

Searched refs:auto_array_ref (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/atf/dist/tools/
H A Dauto_array.hpp42 struct auto_array_ref { struct
45 explicit auto_array_ref(T*);
49 auto_array_ref< T >::auto_array_ref(T* ptr) : in auto_array_ref() function in tools::auto_array_ref
61 auto_array(auto_array_ref< T >) throw();
70 auto_array< T >& operator=(auto_array_ref< T >) throw();
73 operator auto_array_ref< T >(void) throw();
91 auto_array< T >::auto_array(auto_array_ref< T > ref) in auto_array()
152 auto_array< T >::operator=(auto_array_ref< T > ref) in operator =()
171 auto_array< T >::operator auto_array_ref< T >(void) in operator auto_array_ref<T>()
174 return auto_array_ref< T >(release()); in operator auto_array_ref<T>()
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/
H A Dauto_array.hpp42 struct auto_array_ref { struct
45 explicit auto_array_ref(T*);
49 auto_array_ref< T >::auto_array_ref(T* ptr) : in auto_array_ref() function in atf::auto_array_ref
61 auto_array(auto_array_ref< T >) throw();
70 auto_array< T >& operator=(auto_array_ref< T >) throw();
73 operator auto_array_ref< T >(void) throw();
91 auto_array< T >::auto_array(auto_array_ref< T > ref) in auto_array()
152 auto_array< T >::operator=(auto_array_ref< T > ref) in operator =()
171 auto_array< T >::operator auto_array_ref< T >(void) in operator auto_array_ref<T>()
174 return auto_array_ref< T >(release()); in operator auto_array_ref<T>()
/netbsd-src/external/bsd/kyua-cli/dist/utils/
H A Dauto_array.hpp54 class auto_array_ref { class
61 explicit auto_array_ref(T*);
83 auto_array(detail::auto_array_ref< T >) throw();
93 auto_array< T >& operator=(detail::auto_array_ref< T >) throw();
96 operator detail::auto_array_ref< T >(void) throw();
H A Dauto_array.ipp40 /// Constructs a new auto_array_ref from a pointer.
44 auto_array_ref< T >::auto_array_ref(T* ptr) :
84 auto_array< T >::auto_array(detail::auto_array_ref< T > ref) throw() :
169 auto_array< T >::operator=(detail::auto_array_ref< T > ref) throw()
216 /// \return A new detail::auto_array_ref object holding the pointer.
218 auto_array< T >::operator detail::auto_array_ref< T >(void) throw()
220 return detail::auto_array_ref< T >(release());