Home
last modified time | relevance | path

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

/third_party/boost/libs/optional/test/
Doptional_test_inplace_factory.cpp49 boost::optional<Guard> og1 ( boost::in_place(1.0, "one") ); in test_ctor() local
54 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() local
82 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()
Doptional_test_inplace_fail2.cpp48 boost::optional<Guard> og1 ( boost::in_place<BAD_TARGET_TYPE>(1.0, "one") ); in main() local
Doptional_test_inplace_fail.cpp48 boost::optional<Guard> og1 ( boost::in_place(1.0, "one", excessive_param) ); in main() local