Lines Matching refs:test_fail
39 typedef fail<test_failure> test_fail; in BOOST_METAPARSE_TEST_CASE() typedef
40 typedef sequence<one_char, test_fail> test_fail_later; in BOOST_METAPARSE_TEST_CASE()
52 is_error<apply_wrap2<one_of<test_fail>, str_hello, start> > in BOOST_METAPARSE_TEST_CASE()
69 apply_wrap2<one_of<one_char, test_fail>, str_hello, start> in BOOST_METAPARSE_TEST_CASE()
79 apply_wrap2<one_of<test_fail, one_char>, str_hello, start> in BOOST_METAPARSE_TEST_CASE()
87 is_error<apply_wrap2<one_of<test_fail, test_fail>, str_hello, start> > in BOOST_METAPARSE_TEST_CASE()
106 BOOST_MPL_ASSERT((is_error<apply_wrap2<one_of<test_fail>,str_hello,start> >)); in BOOST_METAPARSE_TEST_CASE()
122 apply_wrap2<one_of<one_char, test_fail>, str_hello, start> in BOOST_METAPARSE_TEST_CASE()
132 apply_wrap2<one_of<test_fail, one_char>, str_hello, start> in BOOST_METAPARSE_TEST_CASE()
140 is_error<apply_wrap2<one_of<test_fail, test_fail>, str_hello, start> > in BOOST_METAPARSE_TEST_CASE()
149 one_of<test_fail, test_fail_later>, in BOOST_METAPARSE_TEST_CASE()