Searched refs:bimpl (Results 1 – 2 of 2) sorted by relevance
191 struct bimpl;195 std::shared_ptr< bimpl > _pbimpl;199 result_handle(std::shared_ptr< bimpl >);222 test_result_handle(std::shared_ptr< bimpl >, std::shared_ptr< impl >);
693 struct engine::scheduler::result_handle::bimpl : utils::noncopyable { struct in engine::scheduler::result_handle710 bimpl(const executor::exit_handle generic_, exec_data_map& all_exec_data_) : in bimpl() argument716 ~bimpl(void) in ~bimpl() argument727 scheduler::result_handle::result_handle(std::shared_ptr< bimpl > pbimpl) : in result_handle()848 std::shared_ptr< bimpl > pbimpl, std::shared_ptr< impl > pimpl) : in test_result_handle()1542 std::shared_ptr< result_handle::bimpl > result_handle_bimpl( in wait_any()1543 new result_handle::bimpl(handle, _pimpl->all_exec_data)); in wait_any()