Searched refs:og1 (Results 1 – 3 of 3) sorted by relevance
49 boost::optional<Guard> og1 ( boost::in_place(1.0, "one") ); in test_ctor() local54 BOOST_TEST(og1); in test_ctor()59 BOOST_TEST(*og1 == g1); in test_ctor()63 BOOST_TEST(og1_ == og1); in test_ctor()79 boost::optional<Guard> og0, og1, og1_, og2; in test_assign() local82 og1 = boost::in_place(1.0, "one"); in test_assign()87 BOOST_TEST(og1); in test_assign()92 BOOST_TEST(*og1 == g1); in test_assign()96 BOOST_TEST(og1_ == og1); in test_assign()
48 boost::optional<Guard> og1 ( boost::in_place<BAD_TARGET_TYPE>(1.0, "one") ); in main() local
48 boost::optional<Guard> og1 ( boost::in_place(1.0, "one", excessive_param) ); in main() local