Home
last modified time | relevance | path

Searched refs:int11 (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/metaparse/test/
Dsource_position.cpp33 typedef source_position<int11, int13, int1> sp;
54 BOOST_MPL_ASSERT((equal_to<int11, get_line<sp>::type>)); in BOOST_METAPARSE_TEST_CASE()
101 source_position<int11, int13, char_a>, in BOOST_METAPARSE_TEST_CASE()
102 source_position<int11, int13, char_b> in BOOST_METAPARSE_TEST_CASE()
110 source_position<int11, int13, char_a>, in BOOST_METAPARSE_TEST_CASE()
118 source_position<int11, int11, char_a>, in BOOST_METAPARSE_TEST_CASE()
119 source_position<int11, int13, char_a> in BOOST_METAPARSE_TEST_CASE()
127 source_position<int11, int13, char_a>, in BOOST_METAPARSE_TEST_CASE()
128 source_position<int11, int13, char_a> in BOOST_METAPARSE_TEST_CASE()
136 source_position<int11, int11, char_a>, in BOOST_METAPARSE_TEST_CASE()
[all …]
Dif_.cpp32 get_result<apply_wrap2<if_<digit, int11, int13>, str_1, start> >::type, in BOOST_METAPARSE_TEST_CASE()
33 int11 in BOOST_METAPARSE_TEST_CASE()
40 get_result<apply_wrap2<if_<digit, int11, int13>, str_a, start> >::type, in BOOST_METAPARSE_TEST_CASE()
Dunless_error.cpp23 typedef apply_wrap2<fail<int1>, int11, int2> err;
37 BOOST_MPL_ASSERT((equal_to<int13, unless_error<int11, int13>::type>)); in BOOST_METAPARSE_TEST_CASE()
Dcommon.hpp74 typedef boost::mpl::int_<11> int11; typedef
91 boost::mpl::at<boost::mpl::vector<int, double>, int11>
Dis_error.cpp29 BOOST_MPL_ASSERT((is_error<apply_wrap2<fail<int11>, int1, int13> >)); in BOOST_METAPARSE_TEST_CASE()
/third_party/boost/libs/metaparse/example/meta_lambda/
Dmain.cpp223 typedef boost::mpl::int_<11> int11; in main() typedef
226 << apply_wrap1<metafunction_class_1, int11>::type::value << endl in main()
227 << apply_wrap1<metafunction_class_2, int11>::type::value << endl in main()
228 << apply_wrap1<metafunction_class_3, int11>::type::value << endl in main()
229 << apply_wrap1<metafunction_class_4, int11>::type::value << endl in main()
230 << apply_wrap1<metafunction_class_5, int11>::type::value << endl in main()
253 typedef boost::mpl::int_<11> int11; in main() typedef
256 << apply_wrap1<metafunction_class_1, int11>::type::value << endl in main()
257 << apply_wrap1<metafunction_class_2, int11>::type::value << endl in main()
258 << apply_wrap1<metafunction_class_3, int11>::type::value << endl in main()
[all …]
/third_party/boost/libs/metaparse/doc/
Dif_.qbk47 using int11 = std::integral_constant<int, 11>;
52 if_<int_, int11, int13>::apply<BOOST_METAPARSE_STRING("1234"), start>
59 if_<int_, int11, int13>::apply<BOOST_METAPARSE_STRING("foo"), start>