Searched refs:a_test_token (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/metaparse/test/ |
D | token.cpp | 32 typedef token<test_parser> a_test_token; typedef 49 get_result<apply_wrap2<a_test_token, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 57 get_result<apply_wrap2<a_test_token, str_hello_t, start> >::type, in BOOST_METAPARSE_TEST_CASE() 65 get_remaining<apply_wrap2<a_test_token, str_hello_t, start> >::type, in BOOST_METAPARSE_TEST_CASE() 71 BOOST_MPL_ASSERT((is_error<apply_wrap2<a_test_token, str_, start> >)); in BOOST_METAPARSE_TEST_CASE()
|