Searched refs:opt4 (Results 1 - 4 of 4) sorted by relevance

/external/libcxx/test/std/utilities/optional/optional.object/
H A Doptional_requires_destructible_object.fail.cpp40 optional<void()> opt4; local
46 optional<const void> opt4; local
/external/tensorflow/tensorflow/core/lib/gtl/
H A Doptional_test.cc248 optional<ConstexprType> opt4({});
249 EXPECT_FALSE(!!opt4);
801 optional<Listenable> opt4 = make_optional<Listenable>({1, 2}); local
/external/python/cpython2/Lib/test/
H A Dtest_optparse.py353 opt4 = self.parser.get_option("--noisy")
354 self.assertTrue(opt1 is opt2 is opt3 is opt4)
/external/python/cpython3/Lib/test/
H A Dtest_optparse.py366 opt4 = self.parser.get_option("--noisy")
367 self.assertTrue(opt1 is opt2 is opt3 is opt4)

Completed in 769 milliseconds