Searched refs:auto_array (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/atf/atf-c++/detail/
H A Dauto_array.hpp34 // The "auto_array" class.
51 class auto_array { class in namespace:atf
55 auto_array(T* = NULL) throw();
56 auto_array(auto_array< T >&) throw();
57 auto_array(auto_array_ref< T >) throw();
58 ~auto_array(void) throw();
65 auto_array< T >& operator=(auto_array< T >&) throw();
66 auto_array<
73 auto_array< T >::auto_array(T* ptr) function in class:atf::auto_array
80 auto_array< T >::auto_array(auto_array< T >& ptr) function in class:atf::auto_array
87 auto_array< T >::auto_array(auto_array_ref< T > ref) function in class:atf::auto_array
[all...]
H A Dauto_array_test.cpp26 #include "atf-c++/detail/auto_array.hpp"
41 // Tests for the "auto_array" class.
51 atf::auto_array< test_array >
52 do_copy(atf::auto_array< test_array >& ta)
54 return atf::auto_array< test_array >(ta);
92 "auto_array smart pointer class");
96 using atf::auto_array;
100 auto_array< test_array > t(new test_array[10]);
109 set_md_var("descr", "Tests the auto_array smart pointer class' copy "
114 using atf::auto_array;
[all...]
H A Dprocess.hpp39 #include <atf-c++/detail/auto_array.hpp>
61 auto_array< const char* > m_exec_argv;
H A Dprocess.cpp49 atf::auto_array< const char* >
52 atf::auto_array< const char* > argv(new const char*[c.size() + 1]);
/freebsd-10-stable/contrib/atf/atf-c++/
H A Dtests.cpp61 #include "atf-c++/detail/auto_array.hpp"
210 auto_array< const char * > array(new const char*[(config.size() * 2) + 1]);
/freebsd-10-stable/contrib/atf/atf-sh/
H A Datf-check.cpp48 #include "atf-c++/detail/auto_array.hpp"
117 atf::auto_array< char > buf(new char[file.str().length() + 1]);

Completed in 185 milliseconds