/third_party/boost/libs/metaparse/test/ |
D | grammar.cpp | 42 using boost::metaparse::get_result; in BOOST_METAPARSE_TEST_CASE() 56 get_result< in BOOST_METAPARSE_TEST_CASE() 71 get_result< in BOOST_METAPARSE_TEST_CASE() 87 get_result< in BOOST_METAPARSE_TEST_CASE() 114 get_result< in BOOST_METAPARSE_TEST_CASE() 129 get_result< in BOOST_METAPARSE_TEST_CASE() 144 get_result< in BOOST_METAPARSE_TEST_CASE() 159 get_result< in BOOST_METAPARSE_TEST_CASE() 174 get_result< in BOOST_METAPARSE_TEST_CASE() 189 get_result< in BOOST_METAPARSE_TEST_CASE() [all …]
|
D | repeated_test.hpp | 28 using boost::metaparse::get_result; in BOOST_METAPARSE_TEST_CASE() 47 equal<get_result<apply_wrap2<repeated_letter, str_, start> >::type, list<> > in BOOST_METAPARSE_TEST_CASE() 53 get_result<apply_wrap2<repeated_letter, chars0, start> >::type, in BOOST_METAPARSE_TEST_CASE() 61 get_result<apply_wrap2<repeated_letter, chars1, start> >::type, in BOOST_METAPARSE_TEST_CASE() 69 get_result<apply_wrap2<repeated_letter, chars2, start> >::type, in BOOST_METAPARSE_TEST_CASE() 77 get_result<apply_wrap2<repeated_letter, chars3, start> >::type, in BOOST_METAPARSE_TEST_CASE() 85 get_result<apply_wrap2<repeated_letter, chars4, start> >::type, in BOOST_METAPARSE_TEST_CASE() 93 get_result<apply_wrap2<repeated_letter, chars5, start> >::type, in BOOST_METAPARSE_TEST_CASE() 102 get_result<apply_wrap2<repeated_letter, chars3, start> >::type in BOOST_METAPARSE_TEST_CASE() 111 get_result<apply_wrap2<repeated<always_int>, str_ca, start> >::type, in BOOST_METAPARSE_TEST_CASE()
|
D | repeated_reject_incomplete_test.hpp | 29 using boost::metaparse::get_result; in BOOST_METAPARSE_TEST_CASE() 63 get_result< in BOOST_METAPARSE_TEST_CASE() 87 get_result< in BOOST_METAPARSE_TEST_CASE() 98 get_result< in BOOST_METAPARSE_TEST_CASE() 109 get_result< in BOOST_METAPARSE_TEST_CASE() 124 get_result< in BOOST_METAPARSE_TEST_CASE() 140 get_result< in BOOST_METAPARSE_TEST_CASE() 158 get_result< in BOOST_METAPARSE_TEST_CASE() 169 get_result< in BOOST_METAPARSE_TEST_CASE()
|
D | one_of.cpp | 29 using boost::metaparse::get_result; in BOOST_METAPARSE_TEST_CASE() 45 get_result<apply_wrap2<one_of<one_char>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 58 get_result< in BOOST_METAPARSE_TEST_CASE() 68 get_result< in BOOST_METAPARSE_TEST_CASE() 78 get_result< in BOOST_METAPARSE_TEST_CASE() 100 get_result<apply_wrap2<one_of<one_char>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 111 get_result< in BOOST_METAPARSE_TEST_CASE() 121 get_result< in BOOST_METAPARSE_TEST_CASE() 131 get_result< in BOOST_METAPARSE_TEST_CASE()
|
D | repeated_reject_incomplete1_test.hpp | 29 using boost::metaparse::get_result; in BOOST_METAPARSE_TEST_CASE() 77 get_result< in BOOST_METAPARSE_TEST_CASE() 95 get_result< in BOOST_METAPARSE_TEST_CASE() 106 get_result< in BOOST_METAPARSE_TEST_CASE() 121 get_result< in BOOST_METAPARSE_TEST_CASE() 137 get_result< in BOOST_METAPARSE_TEST_CASE() 155 get_result< in BOOST_METAPARSE_TEST_CASE() 166 get_result< in BOOST_METAPARSE_TEST_CASE()
|
D | repeated1_test.hpp | 28 using boost::metaparse::get_result; in BOOST_METAPARSE_TEST_CASE() 53 get_result<apply_wrap2<repeated1_letter, chars1, start> >::type, in BOOST_METAPARSE_TEST_CASE() 61 get_result<apply_wrap2<repeated1_letter, chars2, start> >::type, in BOOST_METAPARSE_TEST_CASE() 69 get_result<apply_wrap2<repeated1_letter, chars3, start> >::type, in BOOST_METAPARSE_TEST_CASE() 77 get_result<apply_wrap2<repeated1_letter, chars4, start> >::type, in BOOST_METAPARSE_TEST_CASE() 85 get_result<apply_wrap2<repeated1_letter, chars5, start> >::type, in BOOST_METAPARSE_TEST_CASE() 93 get_result<apply_wrap2<repeated1<always_int>, str_ca, start> >::type, in BOOST_METAPARSE_TEST_CASE()
|
D | repeated_one_of.cpp | 27 using boost::metaparse::get_result; in BOOST_METAPARSE_TEST_CASE() 43 get_result<apply_wrap2<repeated_one_of< >, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 51 get_result< in BOOST_METAPARSE_TEST_CASE() 61 get_result< in BOOST_METAPARSE_TEST_CASE() 71 get_result< in BOOST_METAPARSE_TEST_CASE() 81 get_result< in BOOST_METAPARSE_TEST_CASE() 95 get_result< in BOOST_METAPARSE_TEST_CASE()
|
D | sequence.cpp | 28 using boost::metaparse::get_result; in BOOST_METAPARSE_TEST_CASE() 47 equal<get_result<apply_wrap2<sequence<>, str_hello, start> >::type, list<> > in BOOST_METAPARSE_TEST_CASE() 53 get_result<apply_wrap2<sequence<lit_h>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 64 get_result<apply_wrap2<sequence<lit_h, lit_e>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 85 get_result< in BOOST_METAPARSE_TEST_CASE() 96 get_result< in BOOST_METAPARSE_TEST_CASE() 108 get_result< in BOOST_METAPARSE_TEST_CASE()
|
D | one_of_c.cpp | 24 using boost::metaparse::get_result; in BOOST_METAPARSE_TEST_CASE() 35 get_result<apply_wrap2<one_of_c<'h'>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 48 get_result<apply_wrap2<one_of_c<'h', 'x'>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 56 get_result<apply_wrap2<one_of_c<'h', 'x'>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 64 get_result<apply_wrap2<one_of_c<'x', 'h'>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE()
|
D | iterate_c.cpp | 28 using boost::metaparse::get_result; in BOOST_METAPARSE_TEST_CASE() 43 get_result<apply_wrap2<iterate_c<one_char, 0>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 51 get_result<apply_wrap2<iterate_c<one_char, 1>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 59 get_result<apply_wrap2<iterate_c<one_char, 2>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 67 get_result<apply_wrap2<iterate_c<one_char, 3>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE()
|
D | iterate.cpp | 28 using boost::metaparse::get_result; in BOOST_METAPARSE_TEST_CASE() 43 get_result<apply_wrap2<iterate<one_char, int0>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 51 get_result<apply_wrap2<iterate<one_char, int1>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 59 get_result<apply_wrap2<iterate<one_char, int2>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 67 get_result<apply_wrap2<iterate<one_char, int3>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE()
|
D | space.cpp | 34 using boost::metaparse::get_result; in BOOST_METAPARSE_TEST_CASE() 46 get_result<apply_wrap2<space, str__ello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 54 get_result<apply_wrap2<space, str_with_t, start> >::type, in BOOST_METAPARSE_TEST_CASE() 62 get_result<apply_wrap2<space, str_with_n, start> >::type, in BOOST_METAPARSE_TEST_CASE() 70 get_result<apply_wrap2<space, str_with_r, start> >::type, in BOOST_METAPARSE_TEST_CASE()
|
D | token.cpp | 37 using boost::metaparse::get_result; in BOOST_METAPARSE_TEST_CASE() 49 get_result<apply_wrap2<a_test_token, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 50 get_result<apply_wrap2<test_parser, 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() 58 get_result<apply_wrap2<test_parser, str_hello, start> >::type in BOOST_METAPARSE_TEST_CASE()
|
D | repeated_one_of1.cpp | 31 using boost::metaparse::get_result; in BOOST_METAPARSE_TEST_CASE() 50 get_result< in BOOST_METAPARSE_TEST_CASE() 65 get_result< in BOOST_METAPARSE_TEST_CASE() 75 get_result< in BOOST_METAPARSE_TEST_CASE() 89 get_result< in BOOST_METAPARSE_TEST_CASE()
|
D | optional.cpp | 25 using boost::metaparse::get_result; in BOOST_METAPARSE_TEST_CASE() 38 get_result<optional_x::apply<string<'x'>, start> >::type in BOOST_METAPARSE_TEST_CASE() 44 is_same<double, get_result<optional_x::apply<string<'y'>, start> >::type> in BOOST_METAPARSE_TEST_CASE() 51 get_result<optional<lit_c<'x'> >::apply<string<'y'>, start> >::type in BOOST_METAPARSE_TEST_CASE()
|
D | int_.cpp | 24 using boost::metaparse::get_result; in BOOST_METAPARSE_TEST_CASE() 34 equal_to<get_result<apply_wrap2<int_, str_0, start> >::type, int0> in BOOST_METAPARSE_TEST_CASE() 39 equal_to<get_result<apply_wrap2<int_, str_1, start> >::type, int1> in BOOST_METAPARSE_TEST_CASE() 45 get_result<apply_wrap2<int_, str_1983, start> >::type, in BOOST_METAPARSE_TEST_CASE()
|
D | return_.cpp | 33 using boost::metaparse::get_result; in BOOST_METAPARSE_TEST_CASE() 42 equal_to<get_result<apply_wrap2<return_x, str_hello, start> >::type, char_x> in BOOST_METAPARSE_TEST_CASE() 47 equal_to<get_result<apply_wrap2<return_x, str_, start> >::type, char_x> in BOOST_METAPARSE_TEST_CASE() 52 BOOST_MPL_ASSERT((equal_to<int1, get_result<acc>::type>)); in BOOST_METAPARSE_TEST_CASE()
|
D | first_of.cpp | 21 using boost::metaparse::get_result; in BOOST_METAPARSE_TEST_CASE() 32 get_result<apply_wrap2<first_of<lit_h>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 40 get_result<apply_wrap2<first_of<lit_h, lit_e>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 61 get_result< in BOOST_METAPARSE_TEST_CASE()
|
D | foldr_start_with_parser.cpp | 38 using boost::metaparse::get_result; in BOOST_METAPARSE_TEST_CASE() 48 equal_to<get_result<apply_wrap2<p, str_b, start> >::type, char_<'b'> > in BOOST_METAPARSE_TEST_CASE() 53 equal_to<get_result<apply_wrap2<p, str_ab, start> >::type, char_<'b'> > in BOOST_METAPARSE_TEST_CASE() 58 equal_to<get_result<apply_wrap2<p, str_aaaab, start> >::type, char_<'b'> > in BOOST_METAPARSE_TEST_CASE()
|
D | last_of.cpp | 21 using boost::metaparse::get_result; in BOOST_METAPARSE_TEST_CASE() 32 get_result<apply_wrap2<last_of<lit_h>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 40 get_result<apply_wrap2<last_of<lit_h, lit_e>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 63 get_result< in BOOST_METAPARSE_TEST_CASE()
|
D | foldl_start_with_parser.cpp | 39 using boost::metaparse::get_result; in BOOST_METAPARSE_TEST_CASE() 49 equal_to<get_result<apply_wrap2<p, str_b, start> >::type, char_<'b'> > in BOOST_METAPARSE_TEST_CASE() 54 equal_to<get_result<apply_wrap2<p, str_ba, start> >::type, char_<'b'> > in BOOST_METAPARSE_TEST_CASE() 59 equal_to<get_result<apply_wrap2<p, str_baaaa, start> >::type, char_<'b'> > in BOOST_METAPARSE_TEST_CASE()
|
D | sequence_apply.cpp | 75 using boost::metaparse::get_result; in BOOST_METAPARSE_TEST_CASE() 100 get_result< in BOOST_METAPARSE_TEST_CASE() 117 get_result< in BOOST_METAPARSE_TEST_CASE() 144 get_result< in BOOST_METAPARSE_TEST_CASE() 156 get_result< in BOOST_METAPARSE_TEST_CASE()
|
D | nth_of.cpp | 22 using boost::metaparse::get_result; in BOOST_METAPARSE_TEST_CASE() 37 get_result<apply_wrap2<nth_of_c<0, lit_h>, str_hello, start> >::type, in BOOST_METAPARSE_TEST_CASE() 45 get_result< in BOOST_METAPARSE_TEST_CASE() 55 get_result< in BOOST_METAPARSE_TEST_CASE()
|
/third_party/boost/libs/metaparse/doc/ |
D | get_result.qbk | 1 [#get_result] 2 [section get_result] 7 struct get_result; 22 #include <boost/metaparse/get_result.hpp> 26 #include <boost/metaparse/get_result.hpp> 44 get_result< 55 get_result<returns_accept>::type::value == 13,
|
/third_party/jerryscript/tests/unit-core/ |
D | test-api-promise.c | 57 jerry_value_t get_result = jerry_get_property (promise_result, obj_key); in test_promise_resolve_success() local 58 TEST_ASSERT (jerry_value_is_number (get_result)); in test_promise_resolve_success() 59 TEST_ASSERT (jerry_get_number_value (get_result) == 3.0); in test_promise_resolve_success() 61 jerry_release_value (get_result); in test_promise_resolve_success() 81 jerry_value_t get_result = jerry_get_property (promise_result, obj_key); in test_promise_resolve_success() local 82 TEST_ASSERT (jerry_value_is_number (get_result)); in test_promise_resolve_success() 83 TEST_ASSERT (jerry_get_number_value (get_result) == 3.0); in test_promise_resolve_success() 85 jerry_release_value (get_result); in test_promise_resolve_success()
|