/third_party/boost/libs/beast/test/beast/http/ |
D | parser.cpp | 34 using parser_type = typedef in boost::beast::http::parser_test 79 parser_type<isRequest> p; in doMatrix() 90 parser_type<isRequest> p; in doMatrix() 125 [&](parser_type<false> const& p) in testParse() 152 [&](parser_type<false> const& p) in testParse() 174 [&](parser_type<false> const& p) in testParse() 184 [&](parser_type<true> const& p) in testParse() 200 [&](parser_type<true> const& p) in testParse() 210 parser_type<true> p; in testParse() 235 parser_type<true> p; in testParse() [all …]
|
/third_party/boost/boost/spirit/home/qi/auxiliary/ |
D | lazy.hpp | 114 parser_type; typedef 117 traits::attribute_of<parser_type, Context, Iterator>::type 185 parser_type; typedef 188 traits::attribute_of<parser_type, Context, Iterator>::type 278 attribute<Context, Iterator>::parser_type 289 attribute<Context, Iterator>::parser_type
|
/third_party/boost/boost/spirit/home/x3/operator/detail/ |
D | alternative.hpp | 216 typedef alternative<Left, Right> parser_type; typedef 220 parser_type const& parser in call() 230 parser_type const& parser in call() 240 parser_type const& parser in call()
|
D | sequence.hpp | 361 typedef sequence<Left, Right> parser_type; typedef 365 parser_type const& parser in call() 390 parser_type const& parser in call() 394 return parse_into_container_base_impl<parser_type>::call( in call() 400 parser_type const& parser in call() 405 traits::attribute_of<parser_type, Context>::type in call()
|
/third_party/boost/boost/spirit/home/classic/core/ |
D | parser.hpp | 62 typedef typename boost::remove_reference<ParserT>::type parser_type; typedef 63 typedef typename parser_type::template result<ScannerT>::type type;
|
/third_party/boost/boost/spirit/repository/home/qi/nonterminal/ |
D | subrule.hpp | 276 typedef subrule_group_parser<Defs> parser_type; typedef 277 typedef typename proto::terminal<parser_type>::type terminal; 286 : subrule_group::proto_extends(terminal::make(parser_type(defs))) in subrule_group() 290 parser_type const& parser() const { return proto::value(*this); } in parser() 325 parser_type const& get_parameterized_subject() const { return parser(); } in get_parameterized_subject() 326 typedef parser_type parameterized_subject_type;
|
/third_party/boost/libs/date_time/test/gregorian/ |
D | testformat_date_parser.cpp | 72 typedef boost::date_time::format_date_parser<date, wchar_t> parser_type; in wtest_format() typedef 82 parser_type p(format, wshort_month_names, wlong_month_names, in wtest_format() 100 typedef boost::date_time::format_date_parser<date, char> parser_type; in test_format() typedef 110 parser_type pt(format, short_month_names, long_month_names, in test_format()
|
/third_party/boost/libs/spirit/example/x3/calc/calc4c/ |
D | grammar.hpp | 181 using parser_type = typedef 188 parser_type calculator();
|
D | grammar.cpp | 63 parser_type calculator() in calculator()
|
/third_party/boost/boost/spirit/home/x3/auxiliary/ |
D | any_parser.hpp | 110 typedef typename extension::as_parser<Expr>::value_type parser_type; typedef 131 parser_type _parser;
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | gstsubparse.c | 184 subparse->parser_type = GST_SUB_PARSE_FORMAT_UNKNOWN; in gst_sub_parse_init() 1378 switch (self->parser_type) { in parser_state_dispose() 1409 self->parser_type = format; in gst_sub_parse_format_autodetect() 1498 if (self->parser_type == GST_SUB_PARSE_FORMAT_SAMI) in feed_textbuf() 1633 if (G_UNLIKELY (self->parser_type == GST_SUB_PARSE_FORMAT_UNKNOWN)) { in handle_buffer() 1775 if (self->parser_type == GST_SUB_PARSE_FORMAT_SUBRIP || in gst_sub_parse_sink_event() 1776 self->parser_type == GST_SUB_PARSE_FORMAT_TMPLAYER || in gst_sub_parse_sink_event() 1777 self->parser_type == GST_SUB_PARSE_FORMAT_MPL2 || in gst_sub_parse_sink_event() 1778 self->parser_type == GST_SUB_PARSE_FORMAT_QTTEXT || in gst_sub_parse_sink_event() 1779 self->parser_type == GST_SUB_PARSE_FORMAT_VTT) { in gst_sub_parse_sink_event() [all …]
|
D | gstsubparse.h | 67 GstSubParseFormat parser_type; member
|
/third_party/boost/boost/beast/http/impl/ |
D | read.hpp | 63 using parser_type = typedef in boost::beast::http::detail::read_msg_op 67 typename parser_type::value_type; 73 parser_type p;
|
/third_party/boost/libs/beast/include/boost/beast/http/impl/ |
D | read.hpp | 63 using parser_type = typedef in boost::beast::http::detail::read_msg_op 67 typename parser_type::value_type; 73 parser_type p;
|
/third_party/skia/third_party/externals/tint/src/ |
D | BUILD.gn | 634 "reader/spirv/parser_type.cc", 635 "reader/spirv/parser_type.h",
|
D | CMakeLists.txt | 445 reader/spirv/parser_type.cc 446 reader/spirv/parser_type.h
|
/third_party/boost/tools/quickbook/src/ |
D | bb2html.cpp | 53 typedef void (*parser_type)(docinfo_gen&, xml_element*); typedef 61 parser_type parser;
|
/third_party/python/Tools/clinic/ |
D | clinic.py | 3637 def parser_type(self): member in self_converter 3650 if self.type != self.parser_type: 3660 template_dict['self_type'] = self.parser_type
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 73745 In gst_sub_parse_dispose() parser_type will be UNKNOWN,
|