Searched refs:bulp (Results 1 – 1 of 1) sorted by relevance
45 bistable_switch_(std::unique_ptr<Lightbulp> bulp, int load) in bistable_switch_()46 : bulp_(std::move(bulp)) in bistable_switch_()102 auto bulp = std::make_unique<Lightbulp>(3); in BOOST_AUTO_TEST_CASE() local104 bistable_switch bs(std::move(bulp), 5); in BOOST_AUTO_TEST_CASE()