Home
last modified time | relevance | path

Searched refs:get_result (Results 1 – 25 of 169) sorted by relevance

1234567

/third_party/boost/libs/metaparse/test/
Dgrammar.cpp42 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 …]
Drepeated_test.hpp28 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()
Drepeated_reject_incomplete_test.hpp29 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()
Done_of.cpp29 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()
Drepeated_reject_incomplete1_test.hpp29 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()
Drepeated1_test.hpp28 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()
Drepeated_one_of.cpp27 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()
Dsequence.cpp28 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()
Done_of_c.cpp24 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()
Diterate_c.cpp28 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()
Dspace.cpp34 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()
Diterate.cpp28 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()
Dtoken.cpp37 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()
Drepeated_one_of1.cpp31 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()
Doptional.cpp25 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()
Dint_.cpp24 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()
Dreturn_.cpp33 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()
Dfirst_of.cpp21 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()
Dfoldr_start_with_parser.cpp38 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()
Dlast_of.cpp21 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()
Dfoldl_start_with_parser.cpp39 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()
Dsequence_apply.cpp75 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()
Dnth_of.cpp22 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/
Dget_result.qbk1 [#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/
Dtest-api-promise.c57 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()

1234567