Lines Matching defs:const
51 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;
76 got_var(const std::string& var, const std::string& name)
87 const atf::tests::vars_map&
89 const
98 merge_maps(std::map< K, V >& dest, const std::map< K, V >& src)
107 merge_config_file(const atf::fs::path& config_path,
142 const std::string& var ATF_DEFS_ATTRIBUTE_UNUSED,
143 const std::string& val ATF_DEFS_ATTRIBUTE_UNUSED)
193 } catch (const parse_error& pe) {
203 impl::merge_configs(const atf::tests::vars_map& lower,
204 const atf::tests::vars_map& upper)
212 impl::read_config_files(const std::string& test_suite_name)
216 const std::vector< atf::fs::path > dirs = get_config_dirs();