Lines Matching defs:const

50 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_type = 9;
60 static const atf::parser::token_type tp_glob_type = 10;
96 const std::string& name ATF_DEFS_ATTRIBUTE_UNUSED,
97 const std::string& val ATF_DEFS_ATTRIBUTE_UNUSED)
103 const std::string& name ATF_DEFS_ATTRIBUTE_UNUSED,
104 const std::string& val ATF_DEFS_ATTRIBUTE_UNUSED)
110 const std::string& name ATF_DEFS_ATTRIBUTE_UNUSED,
187 } catch (const parse_error& pe) {
201 const atf::fs::directory& m_dir;
206 got_tp(const std::string& name, bool isglob)
226 got_prop(const std::string& name, const std::string& val)
232 got_conf(const std::string& var, const std::string& val)
238 reader(std::istream& is, const atf::fs::directory& dir) :
244 const atf::tests::vars_map&
246 const
251 const atf::tests::vars_map&
253 const
258 const std::vector< std::string >&
260 const
270 impl::atffile::atffile(const atf::tests::vars_map& config_vars,
271 const std::vector< std::string >& test_program_names,
272 const atf::tests::vars_map& properties) :
280 const std::vector< std::string >&
282 const
287 const atf::tests::vars_map&
289 const
294 const atf::tests::vars_map&
296 const
308 impl::read_atffile(const atf::fs::path& filename)
316 const std::string& name = (*iter).first;
317 const fs::file_info& fi = (*iter).second;