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

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dauto_array.hpp38 // The "auto_array" class.
55 class auto_array { class in namespace:atf
59 auto_array(T* = NULL) throw();
60 auto_array(auto_array< T >&) throw();
61 auto_array(auto_array_ref< T >) throw();
62 ~auto_array(void) throw();
69 auto_array< T >& operator=(auto_array< T >&) throw();
70 auto_array<
77 auto_array< T >::auto_array(T* ptr) function in class:atf::auto_array
84 auto_array< T >::auto_array(auto_array< T >& ptr) function in class:atf::auto_array
91 auto_array< T >::auto_array(auto_array_ref< T > ref) function in class:atf::auto_array
[all...]
H A Dauto_array_test.cpp40 #include "auto_array.hpp"
43 // Tests for the "auto_array" class.
53 atf::auto_array< test_array >
54 do_copy(atf::auto_array< test_array >& ta)
56 return atf::auto_array< test_array >(ta);
94 "auto_array smart pointer class");
98 using atf::auto_array;
102 auto_array< test_array > t(new test_array[10]);
111 set_md_var("descr", "Tests the auto_array smart pointer class' copy "
116 using atf::auto_array;
[all...]
H A DMakefile.am.inc32 atf-c++/detail/auto_array.hpp \
H A Dprocess.cpp53 atf::auto_array< const char* >
56 atf::auto_array< const char* > argv(new const char*[c.size() + 1]);
H A Dprocess.hpp44 #include "auto_array.hpp"
66 auto_array< const char* > m_exec_argv;
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dio.hpp39 #include "../atf-c++/detail/auto_array.hpp"
408 atf::auto_array< std::string > m_buffers;
H A Dio.cpp44 #include "../atf-c++/detail/auto_array.hpp"
293 atf::auto_array< char > buffer(new char[m_bufsize]);
322 atf::auto_array< struct pollfd > poll_fds(new struct pollfd[m_nfds]);
H A Dfs.cpp47 #include "atf-c++/detail/auto_array.hpp"
204 atf::auto_array< char > buf(new char[p.str().length() + 1]);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dtests.cpp62 #include "detail/auto_array.hpp"
195 auto_array< const char * > array(new const char*[(config.size() * 2) + 1]);
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp54 #include "atf-c++/detail/auto_array.hpp"
119 atf::auto_array< char > buf(new char[p.str().length() + 1]);

Completed in 21 milliseconds