Searched defs:description_ (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/kyua-cli/dist/utils/cmdline/
H A Doptions.cpp55 base_option(const char short_name_, const char* long_name_, const char* description_, const char* arg_name_, const char* default_value_) argument
80 base_option(const char* long_name_, const char* description_, const char* arg_name_, const char* default_value_) argument
245 bool_option(const char short_name_, const char* long_name_, const char* description_) argument
257 bool_option(const char* long_name_, const char* description_) argument
273 int_option(const char short_name_, const char* long_name_, const char* description_, const char* arg_name_, const char* default_value_) argument
292 int_option(const char* long_name_, const char* description_, const char* arg_name_, const char* default_value_) argument
349 list_option(const char short_name_, const char* long_name_, const char* description_, const char* arg_name_, const char* default_value_) argument
368 list_option(const char* long_name_, const char* description_, const char* arg_name_, const char* default_value_) argument
417 path_option(const char short_name_, const char* long_name_, const char* description_, const char* arg_name_, const char* default_value_) argument
436 path_option(const char* long_name_, const char* description_, const char* arg_name_, const char* default_value_) argument
489 property_option(const char short_name_, const char* long_name_, const char* description_, const char* arg_name_) argument
505 property_option(const char* long_name_, const char* description_, const char* arg_name_) argument
562 string_option(const char short_name_, const char* long_name_, const char* description_, const char* arg_name_, const char* default_value_) argument
581 string_option(const char* long_name_, const char* description_, const char* arg_name_, const char* default_value_) argument
[all...]
H A Doptions_test.cpp55 mock_option(const char short_name_, const char* long_name_, const char* description_, const char* arg_name_ = NULL, const char* default_value_ = NULL) argument
70 mock_option(const char* long_name_, const char* description_, const char* arg_name_ = NULL, const char* default_value_ = NULL) argument
/netbsd-current/external/bsd/kyua-cli/dist/engine/
H A Dtest_case.cpp260 test_case( const std::string& interface_name_, const test_program& test_program_, const std::string& name_, const std::string& description_, const engine::test_result& test_result_) argument

Completed in 146 milliseconds