Searched refs:varname (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dconfig.cpp75 atf::config::get(const std::string& varname) argument
80 PRE(has(varname));
81 return m_variables[varname];
94 atf::config::has(const std::string& varname) argument
99 return m_variables.find(varname) != m_variables.end();

Completed in 9 milliseconds