Home
last modified time | relevance | path

Searched refs:get_remaining (Results 1 – 25 of 44) sorted by relevance

12

/third_party/boost/libs/metaparse/doc/
Dget_remaining.qbk1 [#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
Done_char.qbk28 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
Dspaces.qbk33 #include <boost/metaparse/get_remaining.hpp>
42 get_remaining<spaces::apply<BOOST_METAPARSE_STRING(" foo"), start>>::type
Dspace.qbk33 #include <boost/metaparse/get_remaining.hpp>
42 get_remaining<space::apply<BOOST_METAPARSE_STRING(" foo"), start>>::type
Daccept.qbk50 * [link get_remaining `get_remaining`]
Dtoken.qbk39 #include <boost/metaparse/get_remaining.hpp>
59 get_remaining<int_token::apply<BOOST_METAPARSE_STRING("13 "), start>>::type
Dlook_ahead.qbk50 #include <boost/metaparse/get_remaining.hpp>
66 get_remaining<
Dfail_at_first_char_expected.qbk40 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/
Dskip_seq.hpp30 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/
Dspaces.cpp37 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()
Dkeyword.cpp42 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()
Dlook_ahead.cpp32 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()
Dreturn_.cpp34 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()
Daccept.cpp41 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()
Dlit_c.cpp29 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()
Dlit.cpp29 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()
Dtoken.cpp39 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()
Done_char_test.hpp41 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/
Dfoldr_start_with_parser.hpp34 typename get_remaining<Rem>::type,
59 typename get_remaining<Res>::type,
Dget_remaining.hpp21 … struct get_remaining : get_remaining_impl<typename T::type::tag>::template apply<typename T::type> struct
Dalways.hpp30 typename get_remaining<Res>::type,
/third_party/boost/boost/metaparse/v1/cpp11/impl/
Dnth_of_c.hpp37 typename get_remaining<NextResult>::type,
61 typename get_remaining<NextResult>::type,
/third_party/boost/boost/metaparse/
Dget_remaining.hpp15 using v1::get_remaining;
/third_party/boost/boost/metaparse/v1/fwd/
Dget_remaining.hpp19 struct get_remaining;
/third_party/boost/boost/metaparse/v1/impl/
Diterate_impl_unchecked.hpp34 typename get_remaining<typename P::template apply<S, Pos> >::type,

12