Searched defs:token_type (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dparser.hpp90 typedef int token_type; typedef in namespace:atf::parser
101 token_type m_type;
106 token(size_t, const token_type&, const std::string& = "");
109 const token_type& type(void) const;
137 token_type m_eof_type, m_nl_type, m_text_type;
139 std::map< char, token_type > m_delims_map;
143 token_type m_quotetype;
145 std::map< std::string, token_type > m_keywords_map;
147 token_type alloc_type(void);
154 tokenizer(IS&, bool, const token_type
[all...]

Completed in 18 milliseconds