Home
last modified time | relevance | path

Searched defs:skip_parser (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/spirit/home/qi/directive/
Dskip.hpp108 struct skip_parser : unary_parser<skip_parser<Subject, Skipper> > struct
110 typedef Subject subject_type;
111 typedef Skipper skipper_type;
114 struct attribute
121 skip_parser(Subject const& subject_, Skipper const& skipper_) in skip_parser() function
126 bool parse(Iterator& first, Iterator const& last in parse()
134 info what(Context& context) const in what()
139 Subject subject;
140 Skipper skipper;
/third_party/boost/boost/spirit/home/classic/core/scanner/
Dskipper.hpp125 ParserT const& skip_parser, in skip_parser_iteration_policy()
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dparsing.cc306 static grpc_error* skip_parser(void* /*parser*/, grpc_chttp2_transport* /*t*/, in skip_parser() function