Home
last modified time | relevance | path

Searched refs:foldl_reject_incomplete_start_with_parser (Results 1 – 21 of 21) sorted by relevance

/third_party/boost/libs/metaparse/doc/
Dfoldl_reject_incomplete_start_with_parser.qbk1 [#foldl_reject_incomplete_start_with_parser]
2 [section foldl_reject_incomplete_start_with_parser]
7 struct foldl_reject_incomplete_start_with_parser;
21 `P` rejects the input, `foldl_reject_incomplete_start_with_parser` checks if `P`
23 `foldl_reject_incomplete_start_with_parser` rejects the input with the same
25 `foldl_reject_incomplete_start_with_parser` accepts the input and gives the same
28 Here is a diagram showing how `foldl_reject_incomplete_start_with_parser` works
39 [link introducing-foldl_reject_incomplete_start_with_parser Introducing foldl_reject_incomplete_sta…
44 #include <boost/metaparse/foldl_reject_incomplete_start_with_parser.hpp>
51 foldl_reject_incomplete_start_with_parser<p, pt, f>::apply<s, pos>
[all …]
Dgetting_started_39.qbk3 #include <boost/metaparse/foldl_reject_incomplete_start_with_parser.hpp>
4 …struct plus_exp5 : foldl_reject_incomplete_start_with_parser< sequence<one_of<plus_token, minus_to…
Dgetting_started_40.qbk7 …using mult_exp7 = foldl_reject_incomplete_start_with_parser< sequence<one_of<times_token, divides_…
8 …struct plus_exp6 : foldl_reject_incomplete_start_with_parser< sequence<one_of<plus_token, minus_to…
Dbefore_12.qbk386 #include <boost/metaparse/foldl_reject_incomplete_start_with_parser.hpp>
389 foldl_reject_incomplete_start_with_parser<
410 foldl_reject_incomplete_start_with_parser<
417 foldl_reject_incomplete_start_with_parser<
Dreference.qbk83 * [link foldl_reject_incomplete_start_with_parser foldl_reject_incomplete_start_with_parser]
282 [include foldl_reject_incomplete_start_with_parser.qbk]
Dmanual.qbk409 [#introducing-foldl_reject_incomplete_start_with_parser]
410 [section Introducing foldl_reject_incomplete_start_with_parser]
438 [link foldl_reject_incomplete_start_with_parser `foldl_reject_incomplete_start_with_parser`],
443 [link foldl_reject_incomplete_start_with_parser `foldl_reject_incomplete_start_with_parser`]
451 [link foldl_reject_incomplete_start_with_parser `foldl_reject_incomplete_start_with_parser`]
Dbefore_11_3_2.qbk386 #include <boost/metaparse/foldl_reject_incomplete_start_with_parser.hpp>
389 foldl_reject_incomplete_start_with_parser<
Dgetting_started.qbk2008 [link foldl_reject_incomplete_start_with_parser `foldl_reject_incomplete_start_with_parser`]
2013 > #include <boost/metaparse/foldl_reject_incomplete_start_with_parser.hpp>
2015 ...> foldl_reject_incomplete_start_with_parser< \
2027 [link foldl_reject_incomplete_start_with_parser `foldl_reject_incomplete_start_with_parser`]
2031 [link foldl_reject_incomplete_start_with_parser `foldl_reject_incomplete_start_with_parser`]
2047 [section 11.3.2. Using `foldl_reject_incomplete_start_with_parser` at other places as well]
2051 [link foldl_reject_incomplete_start_with_parser `foldl_reject_incomplete_start_with_parser`].
2065 ...> foldl_reject_incomplete_start_with_parser< \
2071 ...> foldl_reject_incomplete_start_with_parser< \
/third_party/boost/libs/metaparse/test/
Dfoldl_reject_incomplete_start_with_parser.cpp34 BOOST_METAPARSE_TEST_CASE(foldl_reject_incomplete_start_with_parser) in BOOST_METAPARSE_TEST_CASE() argument
36 using boost::metaparse::foldl_reject_incomplete_start_with_parser; in BOOST_METAPARSE_TEST_CASE()
50 foldl_reject_incomplete_start_with_parser<aa, lit_c<'b'>, keep_state> in BOOST_METAPARSE_TEST_CASE()
75 using boost::metaparse::foldl_reject_incomplete_start_with_parser;
85 foldl_reject_incomplete_start_with_parser<
DJamfile.v240 [ compile foldl_reject_incomplete_start_with_parser.cpp ]
/third_party/boost/libs/metaparse/example/meta_hs/
Dgrammar.hpp69 boost::metaparse::foldl_reject_incomplete_start_with_parser<
77 boost::metaparse::foldl_reject_incomplete_start_with_parser<
88 boost::metaparse::foldl_reject_incomplete_start_with_parser<
99 boost::metaparse::foldl_reject_incomplete_start_with_parser<
Dtoken.hpp117 boost::metaparse::foldl_reject_incomplete_start_with_parser<
/third_party/boost/boost/metaparse/v1/
Dfoldl_reject_incomplete_start_with_parser.hpp24 class foldl_reject_incomplete_start_with_parser class
39 typedef foldl_reject_incomplete_start_with_parser type;
/third_party/boost/libs/metaparse/example/calculator/
Dmain.cpp42 using boost::metaparse::foldl_reject_incomplete_start_with_parser;
104 foldl_reject_incomplete_start_with_parser<
112 foldl_reject_incomplete_start_with_parser<
/third_party/boost/libs/metaparse/example/getting_started/
D12.hpp24 foldl_reject_incomplete_start_with_parser<
31 foldl_reject_incomplete_start_with_parser<
D11_3_2.hpp13 foldl_reject_incomplete_start_with_parser<
/third_party/boost/libs/metaparse/example/calculator_with_parens/
Dmain.cpp44 using boost::metaparse::foldl_reject_incomplete_start_with_parser;
117 foldl_reject_incomplete_start_with_parser<
125 foldl_reject_incomplete_start_with_parser<
/third_party/boost/libs/metaparse/example/calculator_with_parens_and_unary_ops/
Dmain.cpp47 using boost::metaparse::foldl_reject_incomplete_start_with_parser;
141 foldl_reject_incomplete_start_with_parser<
149 foldl_reject_incomplete_start_with_parser<
/third_party/boost/libs/metaparse/example/compile_to_native_code/
Dmain.cpp35 using boost::metaparse::foldl_reject_incomplete_start_with_parser;
190 foldl_reject_incomplete_start_with_parser<
198 foldl_reject_incomplete_start_with_parser<
/third_party/boost/libs/metaparse/example/meta_lambda/
Dmain.cpp40 using boost::metaparse::foldl_reject_incomplete_start_with_parser;
185 foldl_reject_incomplete_start_with_parser<
193 foldl_reject_incomplete_start_with_parser<
/third_party/boost/boost/metaparse/
Dfoldl_reject_incomplete_start_with_parser.hpp15 using v1::foldl_reject_incomplete_start_with_parser;