Searched refs:token_type (Results 1 - 7 of 7) 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...]
H A Dparser.cpp120 const token_type& p_type,
136 const impl::token_type&
217 static const impl::token_type eof_type = 0;
218 static const impl::token_type nl_type = 1;
219 static const impl::token_type text_type = 2;
220 static const impl::token_type colon_type = 3;
221 static const impl::token_type semicolon_type = 4;
222 static const impl::token_type dblquote_type = 5;
223 static const impl::token_type equal_type = 6;
H A Dparser_test.cpp130 static const atf::parser::token_type eof_type = 0;
131 static const atf::parser::token_type nl_type = 1;
132 static const atf::parser::token_type word_type = 2;
147 static const atf::parser::token_type eof_type = 0;
148 static const atf::parser::token_type nl_type = 1;
149 static const atf::parser::token_type word_type = 2;
150 static const atf::parser::token_type plus_type = 3;
151 static const atf::parser::token_type minus_type = 4;
152 static const atf::parser::token_type equal_type = 5;
170 static const atf::parser::token_type eof_typ
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dreader.cpp70 static const atf::parser::token_type eof_type = 0;
71 static const atf::parser::token_type nl_type = 1;
72 static const atf::parser::token_type text_type = 2;
73 static const atf::parser::token_type colon_type = 3;
74 static const atf::parser::token_type comma_type = 4;
75 static const atf::parser::token_type tps_count_type = 5;
76 static const atf::parser::token_type tp_start_type = 6;
77 static const atf::parser::token_type tp_end_type = 7;
78 static const atf::parser::token_type tc_start_type = 8;
79 static const atf::parser::token_type tc_so_typ
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Datffile.cpp50 static const atf::parser::token_type eof_type = 0;
51 static const atf::parser::token_type nl_type = 1;
52 static const atf::parser::token_type text_type = 2;
53 static const atf::parser::token_type colon_type = 3;
54 static const atf::parser::token_type conf_type = 4;
55 static const atf::parser::token_type dblquote_type = 5;
56 static const atf::parser::token_type equal_type = 6;
57 static const atf::parser::token_type hash_type = 7;
58 static const atf::parser::token_type prop_type = 8;
59 static const atf::parser::token_type tp_typ
[all...]
H A Dconfig.cpp51 static const atf::parser::token_type eof_type = 0;
52 static const atf::parser::token_type nl_type = 1;
53 static const atf::parser::token_type text_type = 2;
54 static const atf::parser::token_type dblquote_type = 3;
55 static const atf::parser::token_type equal_type = 4;
56 static const atf::parser::token_type hash_type = 5;
H A Dtest-program.cpp84 static const atf::parser::token_type eof_type = 0;
85 static const atf::parser::token_type nl_type = 1;
86 static const atf::parser::token_type text_type = 2;
87 static const atf::parser::token_type colon_type = 3;
88 static const atf::parser::token_type dblquote_type = 4;

Completed in 14 milliseconds