Home
last modified time | relevance | path

Searched refs:option_type (Results 1 – 7 of 7) sorted by relevance

/src/contrib/kyua/utils/cmdline/
H A Doptions.hpp142 typedef bool option_type; typedef in utils::cmdline::bool_option
155 typedef int option_type; typedef in utils::cmdline::int_option
171 typedef std::vector< std::string > option_type; typedef in utils::cmdline::list_option
174 static option_type convert(const std::string&);
190 typedef utils::fs::path option_type; typedef in utils::cmdline::path_option
213 typedef std::pair< std::string, std::string > option_type; typedef in utils::cmdline::property_option
216 static option_type convert(const std::string& str);
231 typedef std::string option_type; typedef in utils::cmdline::string_option
H A Doptions_test.cpp77 typedef std::string option_type; typedef in __anoned404c660111::mock_option
300 const cmdline::list_option::option_type words = in ATF_TEST_CASE_BODY()
307 const cmdline::list_option::option_type words = in ATF_TEST_CASE_BODY()
315 const cmdline::list_option::option_type words = in ATF_TEST_CASE_BODY()
325 const cmdline::list_option::option_type words = in ATF_TEST_CASE_BODY()
335 const cmdline::list_option::option_type words = in ATF_TEST_CASE_BODY()
345 const cmdline::list_option::option_type words = in ATF_TEST_CASE_BODY()
398 const cmdline::path_option::option_type path = in ATF_TEST_CASE_BODY()
489 const cmdline::string_option::option_type string = in ATF_TEST_CASE_BODY()
H A Dparser.hpp68 typename Option::option_type get_option(const std::string&) const;
71 std::vector< typename Option::option_type > get_multi_option(
H A Dparser.ipp49 template< typename Option > typename Option::option_type
68 template< typename Option > std::vector< typename Option::option_type >
71 std::vector< typename Option::option_type > values;
H A Doptions.cpp404 cmdline::list_option::option_type
553 cmdline::property_option::option_type
H A Dparser_test.cpp85 typedef int option_type; typedef in __anona9375a470111::mock_option
/src/sys/dev/usb/wlan/
H A Dif_upgt.c1049 uint16_t option_type; in upgt_eeprom_parse() local
1069 option_type = in upgt_eeprom_parse()
1076 switch (option_type) { in upgt_eeprom_parse()
1139 option_type, option_len); in upgt_eeprom_parse()