Searched refs:test_is_empty (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/geometry/test/algorithms/ |
D | is_empty.cpp | 12 #define BOOST_TEST_MODULE test_is_empty 63 struct test_is_empty struct 86 struct test_is_empty<Box, bg::box_tag> argument 110 test_is_empty<point>::apply("POINT(0 0)", false); in BOOST_AUTO_TEST_CASE() argument 111 test_is_empty<point>::apply("POINT(1 1)", false); in BOOST_AUTO_TEST_CASE() 116 test_is_empty<segment>::apply("SEGMENT(0 0,0 0)", false); in BOOST_AUTO_TEST_CASE() 117 test_is_empty<segment>::apply("SEGMENT(0 0,1 1)", false); in BOOST_AUTO_TEST_CASE() 122 test_is_empty<box>::apply("BOX(0 0,1 1)", false); in BOOST_AUTO_TEST_CASE() 125 test_is_empty<box_dD<3>::type>::apply("BOX(0 0 0,1 1 1)", false); in BOOST_AUTO_TEST_CASE() 126 test_is_empty<box_dD<4>::type>::apply("BOX(0 0 0 0,1 1 1 1)", false); in BOOST_AUTO_TEST_CASE() [all …]
|
/third_party/boost/libs/mpl/test/ |
D | joint_view.cpp | 37 template< typename View > struct test_is_empty struct 52 test_is_empty< joint_view< list0<>,list0<> > >(); in MPL_TEST_CASE() argument 53 test_is_empty< joint_view< list<>,list0<> > >(); in MPL_TEST_CASE() 54 test_is_empty< joint_view< list<>,list<> > >(); in MPL_TEST_CASE() 55 test_is_empty< joint_view< list<>, joint_view< list0<>,list0<> > > >(); in MPL_TEST_CASE()
|
/third_party/boost/libs/hana/test/_include/auto/ |
D | is_empty.hpp | 17 TestCase test_is_empty{[]{ in __anon22e405a10102() variable
|
/third_party/boost/libs/test/test/writing-test-ts/ |
D | output_test_stream-test.cpp | 67 BOOST_AUTO_TEST_CASE( test_is_empty ) in BOOST_AUTO_TEST_CASE() argument
|
/third_party/boost/libs/type_erasure/test/ |
D | Jamfile.jam | 40 run test_is_empty.cpp /boost//unit_test_framework ;
|
/third_party/boost/libs/vmd/test/ |
D | Jamfile.v2 | 160 [ run test_is_empty.cpp ]
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_config.py | 149 def test_is_empty(self): member in IdleUserConfParserTest
|