Home
last modified time | relevance | path

Searched refs:last_of (Results 1 – 25 of 38) sorted by relevance

12

/third_party/boost/libs/metaparse/test/
Dlast_of.cpp19 BOOST_METAPARSE_TEST_CASE(last_of) in BOOST_METAPARSE_TEST_CASE() argument
22 using boost::metaparse::last_of; in BOOST_METAPARSE_TEST_CASE()
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()
47 is_error<apply_wrap2<last_of<lit_x, lit_e>, str_hello, start> > 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()
/third_party/boost/libs/metaparse/doc/
Dlast_of.qbk1 [#last_of]
2 [section last_of]
7 struct last_of;
18 `last_of` applies the `Ps...` parsers in sequence. It accepts an input when all
22 `last_of` accepts can be specified with the
27 #include <boost/metaparse/last_of.hpp>
41 #include <boost/metaparse/last_of.hpp>
53 using comma_int = last_of<lit_c<','>, int_>;
Drepeated_reject_incomplete.qbk29 using plus_int = last_of<plus_token, int_token>;
52 #include <boost/metaparse/last_of.hpp>
67 using plus_int = last_of<plus_token, int_token>;
Dfoldl_reject_incomplete.qbk31 using plus_int = last_of<plus_token, int_token>;
55 #include <boost/metaparse/last_of.hpp>
71 using plus_int = last_of<plus_token, int_token>;
Dfoldl_reject_incomplete_start_with_parser.qbk33 using plus_int = last_of<plus_token, int_token>;
64 #include <boost/metaparse/last_of.hpp>
79 using plus_int = last_of<plus_token, int_token>;
Dfoldr_reject_incomplete.qbk31 using plus_int = last_of<plus_token, int_token>;
59 #include <boost/metaparse/last_of.hpp>
75 using plus_int = last_of<plus_token, int_token>;
Dfoldl_start_with_parser.qbk29 using plus_int = last_of<plus_token, int_token>;
66 #include <boost/metaparse/last_of.hpp>
81 using plus_int = last_of<plus_token, int_token>;
Drepeated_reject_incomplete1.qbk43 #include <boost/metaparse/last_of.hpp>
58 using plus_int = last_of<plus_token, int_token>;
Dchange_error_message.qbk43 #include <boost/metaparse/last_of.hpp>
61 last_of<keyword_name, change_error_message<name_token, name_expected>>;
Dtransform_error_message.qbk45 #include <boost/metaparse/last_of.hpp>
72 last_of<
Dfoldl_reject_incomplete1.qbk46 #include <boost/metaparse/last_of.hpp>
62 using plus_int = last_of<plus_token, int_token>;
Dfail_at_first_char_expected.qbk55 #include <boost/metaparse/last_of.hpp>
66 using plus_int = last_of<lit_c<'+'>, int_>;
Dfoldr_reject_incomplete1.qbk46 #include <boost/metaparse/last_of.hpp>
62 using plus_int = last_of<plus_token, int_token>;
Dtransform_error.qbk44 #include <boost/metaparse/last_of.hpp>
66 last_of<
/third_party/boost/boost/metaparse/v1/cpp11/
Dlast_of.hpp21 struct last_of struct
23 typedef last_of type; argument
30 struct last_of<> : fail<error::index_out_of_range<0, -1, 0>> {}; struct
/third_party/boost/libs/metaparse/example/meta_hs/
Dgrammar.hpp51 boost::metaparse::last_of<token::if_, expression>,
52 boost::metaparse::last_of<token::then, expression>,
53 boost::metaparse::last_of<token::else_, expression>
114 boost::metaparse::last_of<token::define, expression>,
Dtoken.hpp60 boost::metaparse::last_of<
67 boost::metaparse::last_of<
74 boost::metaparse::last_of<
86 boost::metaparse::last_of<
/third_party/boost/boost/metaparse/v1/cpp98/
Dlast_of.hpp33 struct last_of;
40 struct last_of< \
/third_party/boost/libs/metaparse/example/minimal_rational/
Dmain.cpp22 using boost::metaparse::last_of;
45 last_of<lit_c<'/'>, token<int_> >
/third_party/boost/libs/metaparse/example/rational/
Dmain.cpp26 using boost::metaparse::last_of;
52 last_of<lit_c<'/'>, token<int_> >,
/third_party/boost/libs/metaparse/example/calculator/
Dmain.cpp36 using boost::metaparse::last_of;
119 typedef last_of<repeated<space>, plus_exp> expression;
/third_party/boost/libs/metaparse/example/calculator_with_parens/
Dmain.cpp37 using boost::metaparse::last_of;
132 typedef last_of<repeated<space>, plus_exp> expression;
/third_party/boost/boost/metaparse/
Dlast_of.hpp15 using v1::last_of;
/third_party/boost/libs/metaparse/example/calculator_with_parens_and_unary_ops/
Dmain.cpp40 using boost::metaparse::last_of;
156 typedef last_of<repeated<space>, plus_exp> expression;
/third_party/boost/libs/metaparse/example/compile_to_native_code/
Dmain.cpp30 using boost::metaparse::last_of;
205 typedef last_of<repeated<space>, plus_exp> expression;

12