Searched refs:short_name_ (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/kyua/utils/cmdline/ |
H A D | options.cpp | 56 cmdline::base_option::base_option(const char short_name_, in base_option() argument 61 _short_name(short_name_), in base_option() 68 INV(short_name_ != '\0'); in base_option() 243 cmdline::bool_option::bool_option(const char short_name_, in bool_option() argument 246 base_option(short_name_, long_name_, description_) in bool_option() 271 cmdline::int_option::int_option(const char short_name_, in int_option() argument 276 base_option(short_name_, long_name_, description_, arg_name_, in int_option() 347 cmdline::list_option::list_option(const char short_name_, in list_option() argument 352 base_option(short_name_, long_name_, description_, arg_name_, in list_option() 412 cmdline::path_option::path_option(const char short_name_, in path_option() argument [all …]
|
H A D | options_test.cpp | 56 mock_option(const char short_name_, const char* long_name_, in mock_option() argument 59 base_option(short_name_, long_name_, description_, arg_name_, in mock_option()
|