/third_party/boost/boost/spirit/home/x3/core/ |
D | parse.hpp | 90 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/ |
D | match_manip.hpp | 38 : 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 …]
|
D | match_manip_auto.hpp | 50 , 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/ |
D | parse_auto.hpp | 56 , 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()
|
D | parse.hpp | 72 , 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/ |
D | parse.hpp | 111 , 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()
|
D | parse_attr.hpp | 91 , 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/ |
D | match_manip.hpp | 56 , 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()
|
D | match_manip_attr.hpp | 77 , 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/ |
D | tokenize_and_parse.hpp | 160 , 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/ |
D | test_manip_attr.hpp | 83 , 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()
|
D | test_attr.hpp | 97 , 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/ |
D | parse_api.qbk | 82 , 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/ |
D | rule1.cpp | 122 BOOST_TEST(phrase_parse(s1, e1, p, space, skip_flag::post_skip) in main()
|
/third_party/boost/libs/spirit/doc/lex/ |
D | lexer_api.qbk | 139 , 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/ |
D | spirit-reference.tex | 414 \\| 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/ |
D | rpzaenc.c | 612 goto post_skip; in rpza_encode_stream() 642 post_skip : in rpza_encode_stream()
|
/third_party/gstreamer/gstplugins_base/ext/opus/ |
D | gstopusdec.c | 758 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()
|