Home
last modified time | relevance | path

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

/third_party/boost/boost/wave/cpplexer/
Dcpp_lex_interface_generator.hpp75 struct lex_input_interface_generator struct
78 typedef typename lex_input_interface<TokenT>::position_type position_type;
80 lex_input_interface_generator() {} in lex_input_interface_generator() argument
81 ~lex_input_interface_generator() {} in ~lex_input_interface_generator()
88 new_lexer(IteratorT const &first, IteratorT const &last, in new_lexer()
/third_party/boost/libs/wave/samples/waveidl/idllexer/
Didl_lex_interface.hpp55 struct lex_input_interface_generator struct
58 typedef typename cpplexer::lex_input_interface<TokenT>::position_type position_type;
65 new_lexer(IteratorT const &first, IteratorT const &last, in new_lexer()