Home
last modified time | relevance | path

Searched refs:post_skip (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/boost/spirit/home/x3/core/
Dparse.hpp90 post_skip, // force post-skipping in phrase_parse() enumerator
103 , skip_flag post_skip = skip_flag::post_skip) in phrase_parse_main() argument
120 if (post_skip == skip_flag::post_skip) in phrase_parse_main()
134 , skip_flag post_skip = skip_flag::post_skip) in phrase_parse() argument
136 return phrase_parse_main(first, last, p, s, attr, post_skip); in phrase_parse()
148 , skip_flag post_skip = skip_flag::post_skip) in phrase_parse() argument
151 return phrase_parse_main(first, last, p, s, attr, post_skip); in phrase_parse()
162 , skip_flag post_skip = skip_flag::post_skip) in phrase_parse() argument
164 return phrase_parse_main(first, last, p, s, unused, post_skip); in phrase_parse()
175 , skip_flag post_skip = skip_flag::post_skip) in phrase_parse() argument
[all …]
/third_party/boost/boost/spirit/home/qi/stream/detail/
Dmatch_manip.hpp38 : expr(xpr), skipper(s), attr(a), post_skip(skip_flag::postskip) {} in match_manip()
42 : expr(xpr), skipper(s), attr(a), post_skip(ps) {} in match_manip()
47 BOOST_SCOPED_ENUM(skip_flag) const post_skip;
57 : expr(xpr), skipper(s), attr(a), post_skip(skip_flag::postskip) {} in match_manip()
61 : expr(xpr), skipper(s), attr(a), post_skip(ps) {} in match_manip()
66 BOOST_SCOPED_ENUM(skip_flag) const post_skip;
76 : expr(xpr), skipper(s), attr(a), post_skip(skip_flag::postskip) {} in match_manip()
80 : expr(xpr), skipper(s), attr(a), post_skip(ps) {} in match_manip()
85 BOOST_SCOPED_ENUM(skip_flag) const post_skip;
136 , BOOST_SCOPED_ENUM(skip_flag) post_skip) in call()
[all …]
Dmatch_manip_auto.hpp50 , BOOST_SCOPED_ENUM(skip_flag) post_skip) in call()
56 return type(create_parser<Expr>(), skipper, post_skip in call()
/third_party/boost/boost/spirit/home/qi/detail/
Dparse_auto.hpp56 , Skipper const& skipper, BOOST_SCOPED_ENUM(skip_flag) post_skip) in call()
59 , skipper, post_skip, expr); in call()
64 , Skipper const& skipper, BOOST_SCOPED_ENUM(skip_flag) post_skip) in call()
67 , skipper, post_skip, const_cast<Expr&>(expr)); in call()
99 , BOOST_SCOPED_ENUM(skip_flag) post_skip = skip_flag::postskip) in phrase_parse()
108 first, last, expr, skipper, post_skip); in phrase_parse()
Dparse.hpp72 , BOOST_SCOPED_ENUM(skip_flag) post_skip) in call()
88 if (post_skip == skip_flag::postskip) in call()
/third_party/boost/boost/spirit/home/qi/
Dparse.hpp111 , BOOST_SCOPED_ENUM(skip_flag) post_skip = skip_flag::postskip) in phrase_parse()
121 first, last, expr, skipper, post_skip); in phrase_parse()
131 , BOOST_SCOPED_ENUM(skip_flag) post_skip = skip_flag::postskip) in phrase_parse()
134 return qi::phrase_parse(first, last, expr, skipper, post_skip); in phrase_parse()
145 , BOOST_SCOPED_ENUM(skip_flag) post_skip in phrase_parse()
172 if (post_skip == skip_flag::postskip) in phrase_parse()
184 , BOOST_SCOPED_ENUM(skip_flag) post_skip in phrase_parse()
188 return qi::phrase_parse(first, last, expr, skipper, post_skip, attr); in phrase_parse()
Dparse_attr.hpp91 , BOOST_SCOPED_ENUM(skip_flag) post_skip in phrase_parse()
121 if (post_skip == skip_flag::postskip) in phrase_parse()
134 , BOOST_SCOPED_ENUM(skip_flag) post_skip in phrase_parse()
138 return qi::phrase_parse(first, last, expr, skipper, post_skip in phrase_parse()
/third_party/boost/boost/spirit/home/qi/stream/
Dmatch_manip.hpp56 , BOOST_SCOPED_ENUM(skip_flag) post_skip = skip_flag::postskip) in phrase_match()
58 return detail::phrase_match<Expr, Skipper>::call(expr, s, post_skip); in phrase_match()
68 , BOOST_SCOPED_ENUM(skip_flag) post_skip in phrase_match()
80 xpr, s, post_skip, p); in phrase_match()
Dmatch_manip_attr.hpp77 , BOOST_SCOPED_ENUM(skip_flag) post_skip in phrase_match()
95 xpr, s, post_skip, attr); in phrase_match()
/third_party/boost/boost/spirit/home/lex/
Dtokenize_and_parse.hpp160 , BOOST_SCOPED_ENUM(skip_flag) post_skip = skip_flag::postskip) in tokenize_and_phrase_parse()
180 if (post_skip == skip_flag::postskip) in tokenize_and_phrase_parse()
190 , BOOST_SCOPED_ENUM(skip_flag) post_skip, Attribute& attr) in tokenize_and_phrase_parse()
210 if (post_skip == skip_flag::postskip) in tokenize_and_phrase_parse()
/third_party/boost/libs/spirit/test/qi/
Dtest_manip_attr.hpp83 , BOOST_SCOPED_ENUM(boost::spirit::qi::skip_flag) post_skip in test_postskipped()
90 strm >> qi::phrase_match(p, skipper, post_skip in test_postskipped()
Dtest_attr.hpp97 , BOOST_SCOPED_ENUM(boost::spirit::qi::skip_flag) post_skip in test_postskipped()
111 bool result = qi::phrase_parse(in, last, p, skipper, post_skip in test_postskipped()
/third_party/boost/libs/spirit/doc/qi/
Dparse_api.qbk82 , BOOST_SCOPED_ENUM(skip_flag) post_skip = skip_flag::postskip);
102 , BOOST_SCOPED_ENUM(skip_flag) post_skip
132 , BOOST_SCOPED_ENUM(skip_flag) post_skip = skip_flag::postskip);
230 , BOOST_SCOPED_ENUM(skip_flag) post_skip = skip_flag::postskip);
246 , BOOST_SCOPED_ENUM(skip_flag) post_skip
265 , BOOST_SCOPED_ENUM(skip_flag) post_skip = skip_flag::postskip);
/third_party/boost/libs/spirit/test/x3/
Drule1.cpp122 BOOST_TEST(phrase_parse(s1, e1, p, space, skip_flag::post_skip) in main()
/third_party/boost/libs/spirit/doc/lex/
Dlexer_api.qbk139 , BOOST_SCOPED_ENUM(skip_flag) post_skip = skip_flag::postskip);
161 , BOOST_SCOPED_ENUM(skip_flag) post_skip, Attribute& attr);
/third_party/boost/libs/spirit/doc/refcard/
Dspirit-reference.tex414 \\| skip_flag post_skip = postskip);|\cr
422 \\| skip_flag post_skip,|\cr
436 \\| skip_flag post_skip = postskip);|\cr
440 \\| skip_flag post_skip,|\cr
/third_party/ffmpeg/libavcodec/
Drpzaenc.c612 goto post_skip; in rpza_encode_stream()
642 post_skip : in rpza_encode_stream()
/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusdec.c758 guint post_skip = cmeta->end; in opus_dec_chain_parse_data() local
759 guint scaled_post_skip = post_skip * dec->sample_rate / 48000; in opus_dec_chain_parse_data()