Lines Matching refs:impl
39 namespace impl = atf::check;
46 impl::check_result::check_result(const atf_check_result_t* result) in check_result()
51 impl::check_result::~check_result(void) in ~check_result()
57 impl::check_result::exited(void) in exited()
64 impl::check_result::exitcode(void) in exitcode()
72 impl::check_result::signaled(void) in signaled()
79 impl::check_result::termsig(void) in termsig()
87 impl::check_result::stdout_path(void) const in stdout_path()
93 impl::check_result::stderr_path(void) const in stderr_path()
103 impl::build_c_o(const std::string& sfile, const std::string& ofile, in build_c_o()
117 impl::build_cpp(const std::string& sfile, const std::string& ofile, in build_cpp()
131 impl::build_cxx_o(const std::string& sfile, const std::string& ofile, in build_cxx_o()
144 std::unique_ptr< impl::check_result >
145 impl::exec(const atf::process::argv_array& argva) in exec()
153 return std::unique_ptr< impl::check_result >(new impl::check_result(&result)); in exec()