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

/freebsd-13-stable/contrib/kyua/engine/
H A Dscheduler.cpp637 /// \param pbimpl Constructed internal implementation.
638 scheduler::result_handle::result_handle(std::shared_ptr< bimpl > pbimpl) : argument
639 _pbimpl(pbimpl)
756 /// \param pbimpl Constructed internal implementation for the base object.
759 std::shared_ptr< bimpl > pbimpl, std::shared_ptr< impl > pimpl) :
760 result_handle(pbimpl), _pimpl(pimpl)
758 test_result_handle( std::shared_ptr< bimpl > pbimpl, std::shared_ptr< impl > pimpl) argument

Completed in 93 milliseconds