HomeSort by: relevance | last modified time | path
    Searched refs:got_conf (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/atf/dist/tools/
atffile.hpp 51 virtual void got_conf(const std::string&, const std::string &);
atffile.cpp 99 detail::atf_atffile_reader::got_conf( function in class:detail::atf_atffile_reader
156 ATF_PARSER_CALLBACK(p, got_conf(var, t.text()));
236 got_conf(const std::string& var, const std::string& val) function in class:reader
atffile_test.cpp 91 got_conf(const std::string& name, const std::string& val) function in class:atffile_reader
93 m_calls.push_back("got_conf(" + name + ", " + val + ")");
197 "got_conf(var1, value1)",
198 "got_conf(var2, value2)",
199 "got_conf(var3, value3)",
200 "got_conf(var4, value4)",
201 "got_conf(var5, value5)",
202 "got_conf(var6, value6)",
203 "got_conf(var7, This is a long value.)",
204 "got_conf(var8, Single-word)"
    [all...]

Completed in 23 milliseconds