Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/lex/
Dexample4.cpp42 struct example4_tokens : lex::lexer<Lexer> struct
44 example4_tokens() in example4_tokens() function
67 lex::token_def<> if_, else_, while_;
82 lex::token_def<std::string> identifier;
83 lex::token_def<unsigned int> constant;
184 typedef example4_tokens<lexer_type> example4_tokens; in main() typedef