Searched refs:is_eoi (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/wave/samples/cpp_tokens/ | ||
D | slex_token.hpp | 64 bool is_eoi() const { return id == T_EOI; } in is_eoi() function in boost::wave::cpplexer::slex_token |
/third_party/boost/libs/wave/samples/real_positions/ | ||
D | real_position_token.hpp | 64 bool is_eoi() const in is_eoi() function in impl::token_data |
/third_party/boost/boost/wave/cpplexer/ | ||
D | cpp_lex_token.hpp | 244 bool is_eoi() const { return 0 == data || token_id(*data) == T_EOI; } in is_eoi() function in boost::wave::cpplexer::lex_token |
/third_party/boost/libs/wave/ | ||
D | ChangeLog | 353 - Added the is_eoi() function to token classes, returning true if the token |