Home
last modified time | relevance | path

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

/third_party/boost/libs/msm/test/
DTestConstructorMovableOnlyTypes.cpp33 struct Lightbulp struct
35 Lightbulp(int c) : current(c) {} in Lightbulp() argument
45 bistable_switch_(std::unique_ptr<Lightbulp> bulp, int load) in bistable_switch_()
53 std::unique_ptr<Lightbulp> bulp_;
102 auto bulp = std::make_unique<Lightbulp>(3); in BOOST_AUTO_TEST_CASE()