Home
last modified time | relevance | path

Searched refs:bulp (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/msm/test/
DTestConstructorMovableOnlyTypes.cpp45 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() local
104 bistable_switch bs(std::move(bulp), 5); in BOOST_AUTO_TEST_CASE()