/third_party/boost/libs/metaparse/test/ |
D | nth_of.cpp | 37 get_result<apply_wrap2<nth_of_c<0, lit_h>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 46 apply_wrap2<nth_of_c<0, lit_h, lit_e>, str_hello, start> in BOOST_METAPARSE_TEST_CASE() 56 apply_wrap2<nth_of<int1, lit_h, lit_e>, str_hello, start> in BOOST_METAPARSE_TEST_CASE() 74 is_error<apply_wrap2<nth_of_c<-1, lit_h, lit_e>, str_hello, start> > in BOOST_METAPARSE_TEST_CASE() 79 is_error<apply_wrap2<nth_of_c<2, lit_h, lit_e>, str_hello, start> > in BOOST_METAPARSE_TEST_CASE() 89 is_error<apply_wrap2<nth_of_c<1, lit_h, lit_x, lit_l>, str_hello, start> > in BOOST_METAPARSE_TEST_CASE() 94 is_error<apply_wrap2<nth_of_c<1, lit_h, lit_e, lit_x>, str_hello, start> > in BOOST_METAPARSE_TEST_CASE()
|
D | lit.cpp | 42 equal_to<get_result<apply_wrap2<lit_h, str_hello, start> >::type, char_h> in BOOST_METAPARSE_TEST_CASE() 46 BOOST_MPL_ASSERT((is_error<apply_wrap2<lit_h, str_bello, start> >)); in BOOST_METAPARSE_TEST_CASE() 49 BOOST_MPL_ASSERT((is_error<apply_wrap2<lit_h, str_, start> >)); in BOOST_METAPARSE_TEST_CASE() 55 get_message<apply_wrap2<lit_h, str_, start> >::type in BOOST_METAPARSE_TEST_CASE() 65 get_remaining<apply_wrap2<lit_h, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 66 get_position<apply_wrap2<lit_h, str_hello, start> >::type in BOOST_METAPARSE_TEST_CASE()
|
D | sequence.cpp | 53 get_result<apply_wrap2<sequence<lit_h>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 64 get_result<apply_wrap2<sequence<lit_h, lit_e>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 76 is_error<apply_wrap2<sequence<lit_h, lit_x>, str_hello, start> > in BOOST_METAPARSE_TEST_CASE() 80 BOOST_MPL_ASSERT((is_error<apply_wrap2<sequence<lit_h,lit_e>, str_,start> >)); in BOOST_METAPARSE_TEST_CASE() 86 apply_wrap2<sequence<lit_h, lit_e, lit_l>, str_hello, start> in BOOST_METAPARSE_TEST_CASE() 97 apply_wrap2<sequence<lit_h, lit_e, lit_l>, str_hello, start> in BOOST_METAPARSE_TEST_CASE()
|
D | first_of.cpp | 32 get_result<apply_wrap2<first_of<lit_h>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 40 get_result<apply_wrap2<first_of<lit_h, lit_e>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 52 is_error<apply_wrap2<first_of<lit_h, lit_x>, str_hello, start> > in BOOST_METAPARSE_TEST_CASE() 56 BOOST_MPL_ASSERT((is_error<apply_wrap2<first_of<lit_h,lit_e>, str_,start> >)); in BOOST_METAPARSE_TEST_CASE() 62 apply_wrap2<first_of<lit_h, lit_e, lit_l>, str_hello, start> in BOOST_METAPARSE_TEST_CASE()
|
D | last_of.cpp | 32 get_result<apply_wrap2<last_of<lit_h>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 40 get_result<apply_wrap2<last_of<lit_h, lit_e>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 52 is_error<apply_wrap2<last_of<lit_h, lit_x>, str_hello, start> > in BOOST_METAPARSE_TEST_CASE() 57 is_error<apply_wrap2<last_of<lit_h, lit_e>, str_, start> > in BOOST_METAPARSE_TEST_CASE() 64 apply_wrap2<last_of<lit_h, lit_e, lit_l>, str_hello, start> in BOOST_METAPARSE_TEST_CASE()
|
D | middle_of.cpp | 44 apply_wrap2<middle_of<lit_h, lit_e, lit_l>, str_hello, start> in BOOST_METAPARSE_TEST_CASE() 57 is_error<apply_wrap2<middle_of<lit_h, lit_x, lit_l>, str_hello, start> > in BOOST_METAPARSE_TEST_CASE() 62 is_error<apply_wrap2<middle_of<lit_h, lit_e, lit_x>, str_hello, start> > in BOOST_METAPARSE_TEST_CASE() 70 apply_wrap2<middle_of<lit_h, lit_e, lit_x>, str_hello, start> in BOOST_METAPARSE_TEST_CASE() 77 is_error<apply_wrap2<middle_of<lit_h, lit_e, lit_l>, str_, start> > in BOOST_METAPARSE_TEST_CASE()
|
D | sequence_apply.cpp | 101 sequence_apply1<template1, lit_h>::apply<str_hello, start> in BOOST_METAPARSE_TEST_CASE() 118 sequence_apply2<template2, lit_h, lit_e>::apply<str_hello, start> in BOOST_METAPARSE_TEST_CASE() 131 is_error<sequence_apply2<template2, lit_h, lit_x>::apply<str_hello, start> > in BOOST_METAPARSE_TEST_CASE() 136 is_error<sequence_apply2<template2, lit_h, lit_e>::apply<str_,start> > in BOOST_METAPARSE_TEST_CASE() 145 sequence_apply3<template3, lit_h, lit_e, lit_l> in BOOST_METAPARSE_TEST_CASE()
|
D | transform.cpp | 55 get_result<apply_wrap2<transform<lit_h, f>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 66 BOOST_MPL_ASSERT((is_error<apply_wrap2<transform<lit_h, f>, str_, start> >)); in BOOST_METAPARSE_TEST_CASE()
|
D | common.hpp | 81 typedef boost::metaparse::lit<char_h> lit_h; typedef
|