Home
last modified time | relevance | path

Searched refs:lit_h (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/metaparse/test/
Dnth_of.cpp37 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()
Dlit.cpp42 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()
Dsequence.cpp53 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()
Dfirst_of.cpp32 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()
Dlast_of.cpp32 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()
Dmiddle_of.cpp44 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()
Dsequence_apply.cpp101 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()
Dtransform.cpp55 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()
Dcommon.hpp81 typedef boost::metaparse::lit<char_h> lit_h; typedef