Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/optional/test/
Doptional_test_inplace_factory.cpp49 boost::optional<Guard> og1 ( boost::in_place(1.0, "one") ); in test_ctor() local
79 boost::optional<Guard> og0, og1, og1_, og2; in test_assign() local
Doptional_test_inplace_fail.cpp48 boost::optional<Guard> og1 ( boost::in_place(1.0, "one", excessive_param) ); in main() local
Doptional_test_inplace_fail2.cpp48 boost::optional<Guard> og1 ( boost::in_place<BAD_TARGET_TYPE>(1.0, "one") ); in main() local