Home
last modified time | relevance | path

Searched refs:char_token_def (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/spirit/home/lex/lexer/
Dchar_token_def.hpp78 struct char_token_def struct
79 : primitive_lexer<char_token_def<CharEncoding, IdType> >
83 char_token_def(char_type ch, IdType const& id) in char_token_def() argument
132 typedef char_token_def<CharEncoding> result_type;
175 typedef char_token_def<CharEncoding> result_type;
193 typedef char_token_def<CharEncoding> result_type;
212 typedef char_token_def<CharEncoding> result_type;
231 typedef char_token_def<CharEncoding> result_type;
/third_party/boost/libs/spirit/doc/lex/
Dtoken_primitives.qbk37 // forwards to <boost/spirit/home/lex/lexer/char_token_def.hpp>