Lines Matching defs:const
50 static const tools::parser::token_type eof_type = 0;
51 static const tools::parser::token_type nl_type = 1;
52 static const tools::parser::token_type text_type = 2;
53 static const tools::parser::token_type dblquote_type = 3;
54 static const tools::parser::token_type equal_type = 4;
55 static const tools::parser::token_type hash_type = 5;
75 got_var(const std::string& var, const std::string& name)
86 const vars_map&
88 const
97 merge_maps(std::map< K, V >& dest, const std::map< K, V >& src)
106 merge_config_file(const tools::fs::path& config_path,
141 const std::string& var ATF_DEFS_ATTRIBUTE_UNUSED,
142 const std::string& val ATF_DEFS_ATTRIBUTE_UNUSED)
192 } catch (const parse_error& pe) {
202 impl::merge_configs(const vars_map& lower,
203 const vars_map& upper)
211 impl::read_config_files(const std::string& test_suite_name)
215 const std::vector< tools::fs::path > dirs = get_config_dirs();