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

/bind-9.11.3/unit/atf-src/tools/
H A Dparser_test.cpp132 static const tools::parser::token_type word_type = 2; member in namespace:minimal
138 (is, skipws, eof_type, nl_type, word_type)
149 static const tools::parser::token_type word_type = 2; member in namespace:delims
158 (is, skipws, eof_type, nl_type, word_type)
172 static const tools::parser::token_type word_type = 2; member in namespace:keywords
181 (is, skipws, eof_type, nl_type, word_type)
195 static const tools::parser::token_type word_type = 2; member in namespace:quotes
202 (is, skipws, eof_type, nl_type, word_type)
252 EXPECT(mt, word_type, "line 1");
261 EXPECT(mt, word_type, "lin
[all...]

Completed in 25 milliseconds