Searched refs:bimpl (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/kyua/engine/
H A Dscheduler.hpp189 struct bimpl;
193 std::shared_ptr< bimpl > _pbimpl;
197 result_handle(std::shared_ptr< bimpl >);
220 test_result_handle(std::shared_ptr< bimpl >, std::shared_ptr< impl >);
H A Dscheduler.cpp604 struct engine::scheduler::result_handle::bimpl : utils::noncopyable { struct in class:engine::scheduler::result_handle
621 bimpl(const executor::exit_handle generic_, exec_data_map& all_exec_data_) : function in struct:engine::scheduler::result_handle::bimpl
627 ~bimpl(void)
638 scheduler::result_handle::result_handle(std::shared_ptr< bimpl > pbimpl) :
759 std::shared_ptr< bimpl > pbimpl, std::shared_ptr< impl > pimpl) :
1263 std::shared_ptr< result_handle::bimpl > result_handle_bimpl(
1264 new result_handle::bimpl(handle, _pimpl->all_exec_data));

Completed in 107 milliseconds