Home
last modified time | relevance | path

Searched refs:test_is_empty (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/geometry/test/algorithms/
Dis_empty.cpp12 #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/
Djoint_view.cpp37 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/
Dis_empty.hpp17 TestCase test_is_empty{[]{ in __anon22e405a10102() variable
/third_party/boost/libs/test/test/writing-test-ts/
Doutput_test_stream-test.cpp67 BOOST_AUTO_TEST_CASE( test_is_empty ) in BOOST_AUTO_TEST_CASE() argument
/third_party/boost/libs/type_erasure/test/
DJamfile.jam40 run test_is_empty.cpp /boost//unit_test_framework ;
/third_party/boost/libs/vmd/test/
DJamfile.v2160 [ run test_is_empty.cpp ]
/third_party/python/Lib/idlelib/idle_test/
Dtest_config.py149 def test_is_empty(self): member in IdleUserConfParserTest