Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/workbench/qi/
Dkeywords.cpp221 struct tst_parser : qi::grammar<Iterator, parsedData2(), ascii::space_type> struct
223 typedef variation variation_type;
225 tst_parser() : tst_parser::base_type(startalias) in tst_parser() argument
282 parsedData2 *currentObj;
284 typedef parsedData2 parser_target_type;
286 qi::rule<Iterator, std::string(), ascii::space_type> quoted_string;
287 typedef qi::rule<Iterator, ascii::space_type> optionsRule;
293 qi::rule<Iterator, parsedData2(), ascii::space_type> startalias;
294 … qi::rule<Iterator, parsedData2(), qi::locals<optionsRule*>, ascii::space_type> start;