Searched refs:bimpl (Results 1 – 2 of 2) sorted by relevance
189 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 >);
692 struct engine::scheduler::result_handle::bimpl : utils::noncopyable { struct in engine::scheduler::result_handle709 bimpl(const executor::exit_handle generic_, exec_data_map& all_exec_data_) : in bimpl() function715 ~bimpl(void) in ~bimpl() argument726 scheduler::result_handle::result_handle(std::shared_ptr< bimpl > pbimpl) : in result_handle()847 std::shared_ptr< bimpl > pbimpl, std::shared_ptr< impl > pimpl) : in test_result_handle()1529 std::shared_ptr< result_handle::bimpl > result_handle_bimpl( in wait_any()1530 new result_handle::bimpl(handle, _pimpl->all_exec_data)); in wait_any()