HomeSort by: relevance | last modified time | path
    Searched defs:equal_type (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/atf/dist/tools/
config_file.cpp 53 static const tools::parser::token_type equal_type = 4; member in namespace:__anon6390::atf_config
62 add_delim('=', equal_type);
178 t = p.expect(equal_type, "equal sign");
atffile.cpp 60 static const tools::parser::token_type equal_type = 6; member in namespace:atf_atffile
73 add_delim('=', equal_type);
153 t = p.expect(equal_type, "equal sign");
165 t = p.expect(equal_type, "equale sign");
parser.cpp 223 static const impl::token_type equal_type = 6; member in namespace:header
233 add_delim('=', equal_type);
267 t = p.expect(equal_type, "`='");
parser_test.cpp 152 static const tools::parser::token_type equal_type = 5; member in namespace:delims
162 add_delim('=', equal_type);
443 EXPECT(mt, equal_type, "=");
480 EXPECT(mt, equal_type, "=");
493 EXPECT(mt, equal_type, "=");
517 EXPECT(mt, equal_type, "=");

Completed in 27 milliseconds