/third_party/boost/libs/metaparse/doc/ |
D | get_remaining.qbk | 1 [#get_remaining] 2 [section get_remaining] 7 struct get_remaining; 22 #include <boost/metaparse/get_remaining.hpp> 26 #include <boost/metaparse/get_remaining.hpp> 48 get_remaining< 62 get_remaining<returns_accept>::type
|
D | one_char.qbk | 28 get_remaining<one_char::apply<s, pos>> 47 #include <boost/metaparse/get_remaining.hpp> 64 get_remaining<one_char::apply<BOOST_METAPARSE_STRING("foo"), start>>::type
|
D | spaces.qbk | 33 #include <boost/metaparse/get_remaining.hpp> 42 get_remaining<spaces::apply<BOOST_METAPARSE_STRING(" foo"), start>>::type
|
D | space.qbk | 33 #include <boost/metaparse/get_remaining.hpp> 42 get_remaining<space::apply<BOOST_METAPARSE_STRING(" foo"), start>>::type
|
D | accept.qbk | 50 * [link get_remaining `get_remaining`]
|
D | token.qbk | 39 #include <boost/metaparse/get_remaining.hpp> 59 get_remaining<int_token::apply<BOOST_METAPARSE_STRING("13 "), start>>::type
|
D | look_ahead.qbk | 50 #include <boost/metaparse/get_remaining.hpp> 66 get_remaining<
|
D | fail_at_first_char_expected.qbk | 40 get_remaining<except<p, c, msg>, s, pos>::type 45 get_remaining<except<p, c, msg>, s, pos>::type
|
/third_party/boost/boost/metaparse/v1/cpp98/impl/ |
D | skip_seq.hpp | 30 typename get_remaining<ParsingResult>::type, 40 typename get_remaining<Result>::type, 45 typename get_remaining<Result>::type, 50 typename get_remaining<Result>::type,
|
/third_party/boost/libs/metaparse/test/ |
D | spaces.cpp | 37 using boost::metaparse::get_remaining; in BOOST_METAPARSE_TEST_CASE() 55 equal<get_remaining<apply_wrap2<spaces, str__ello, start> >::type, str_ello> in BOOST_METAPARSE_TEST_CASE() 64 get_remaining<apply_wrap2<spaces, str_____ello, start> >::type, in BOOST_METAPARSE_TEST_CASE()
|
D | keyword.cpp | 42 using boost::metaparse::get_remaining; in BOOST_METAPARSE_TEST_CASE() 72 get_remaining<apply_wrap2<keyword_hello, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 80 get_remaining<apply_wrap2<keyword_hello, str_hello_world, start> >::type, in BOOST_METAPARSE_TEST_CASE()
|
D | look_ahead.cpp | 32 using boost::metaparse::get_remaining; in BOOST_METAPARSE_TEST_CASE() 55 get_remaining<apply_wrap2<look_ahead<digit_val>, str_1983, start> >::type in BOOST_METAPARSE_TEST_CASE()
|
D | return_.cpp | 34 using boost::metaparse::get_remaining; in BOOST_METAPARSE_TEST_CASE() 55 BOOST_MPL_ASSERT((equal_to<int2, get_remaining<acc>::type>)); in BOOST_METAPARSE_TEST_CASE()
|
D | accept.cpp | 41 using boost::metaparse::get_remaining; in BOOST_METAPARSE_TEST_CASE() 64 BOOST_MPL_ASSERT((is_same<s, get_remaining<accept<int, s, start> >::type>)); in BOOST_METAPARSE_TEST_CASE()
|
D | lit_c.cpp | 29 using boost::metaparse::get_remaining; in BOOST_METAPARSE_TEST_CASE() 65 get_remaining<apply_wrap2<lit_c_h, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE()
|
D | lit.cpp | 29 using boost::metaparse::get_remaining; in BOOST_METAPARSE_TEST_CASE() 65 get_remaining<apply_wrap2<lit_h, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE()
|
D | token.cpp | 39 using boost::metaparse::get_remaining; in BOOST_METAPARSE_TEST_CASE() 65 get_remaining<apply_wrap2<a_test_token, str_hello_t, start> >::type, in BOOST_METAPARSE_TEST_CASE()
|
D | one_char_test.hpp | 41 using boost::metaparse::get_remaining; in BOOST_METAPARSE_TEST_CASE() 58 get_remaining<parse_first_char>::type, in BOOST_METAPARSE_TEST_CASE()
|
/third_party/boost/boost/metaparse/v1/ |
D | foldr_start_with_parser.hpp | 34 typename get_remaining<Rem>::type, 59 typename get_remaining<Res>::type,
|
D | get_remaining.hpp | 21 … struct get_remaining : get_remaining_impl<typename T::type::tag>::template apply<typename T::type> struct
|
D | always.hpp | 30 typename get_remaining<Res>::type,
|
/third_party/boost/boost/metaparse/v1/cpp11/impl/ |
D | nth_of_c.hpp | 37 typename get_remaining<NextResult>::type, 61 typename get_remaining<NextResult>::type,
|
/third_party/boost/boost/metaparse/ |
D | get_remaining.hpp | 15 using v1::get_remaining;
|
/third_party/boost/boost/metaparse/v1/fwd/ |
D | get_remaining.hpp | 19 struct get_remaining;
|
/third_party/boost/boost/metaparse/v1/impl/ |
D | iterate_impl_unchecked.hpp | 34 typename get_remaining<typename P::template apply<S, Pos> >::type,
|