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

/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dapplication.hpp57 std::string m_argument; member in class:atf::application::option
H A Dapplication.cpp92 m_argument(a),
167 if (!opt.m_argument.empty())
/bind-9.11.3/unit/atf-src/tools/
H A Dapplication.hpp61 std::string m_argument; member in class:tools::application::option
H A Dapplication.cpp93 m_argument(a),
173 if (!opt.m_argument.empty())
229 if (opt.m_argument.length() + 1 > coldesc)
230 coldesc = opt.m_argument.length() + 1;
237 if (opt.m_argument.empty())
240 tag += " " + opt.m_argument + " ";

Completed in 19 milliseconds