Home
last modified time | relevance | path

Searched defs:pimpl (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/kyua/utils/text/
H A Dregex.cpp134 text::regex_matches::regex_matches(std::shared_ptr< impl > pimpl) : in regex_matches()
241 text::regex::regex(std::shared_ptr< impl > pimpl) : _pimpl(pimpl) in regex()
280 std::shared_ptr< regex_matches::impl > pimpl(new regex_matches::impl( in match() local
/freebsd/contrib/atf/atf-c/
H A Dtp.h41 struct atf_tp_impl *pimpl; member
H A Dcheck.h39 struct atf_check_result_impl *pimpl; member
H A Dtc.h63 struct atf_tc_impl *pimpl; member
/freebsd/contrib/atf/atf-c++/
H A Dtests.hpp76 std::unique_ptr< tc_impl > pimpl; member in atf::tests::tc
/freebsd/contrib/kyua/utils/fs/
H A Ddirectory.cpp219 detail::directory_iterator::directory_iterator(std::shared_ptr< impl > pimpl) : in directory_iterator()
/freebsd/contrib/kyua/utils/process/
H A Dexecutor.cpp195 executor::exec_handle::exec_handle(std::shared_ptr< impl > pimpl) : in exec_handle()
395 executor::exit_handle::exit_handle(std::shared_ptr< impl > pimpl) : in exit_handle()
/freebsd/contrib/kyua/engine/
H A Dscheduler.cpp846 scheduler::test_result_handle::test_result_handle( in test_result_handle()