Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/cmdline/
H A Doptions.hpp138 typedef bool option_type; typedef in utils::cmdline::bool_option
151 typedef int option_type; typedef in utils::cmdline::int_option
167 typedef std::vector< std::string > option_type; typedef in utils::cmdline::list_option
170 static option_type convert(const std::string&);
186 typedef utils::fs::path option_type; typedef in utils::cmdline::path_option
209 typedef std::pair< std::string, std::string > option_type; typedef in utils::cmdline::property_option
212 static option_type convert(const std::string& str);
227 typedef std::string option_type; typedef in utils::cmdline::string_option
H A Doptions_test.cpp77 typedef std::string option_type; typedef in __anon17aee0310111::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.cpp391 cmdline::list_option::option_type
540 cmdline::property_option::option_type
H A Dparser_test.cpp85 typedef int option_type; typedef in __anon5ced20b20111::mock_option
/freebsd/sys/dev/usb/wlan/
H A Dif_upgt.c1047 uint16_t option_type; in upgt_eeprom_parse() local
1067 option_type = in upgt_eeprom_parse()
1074 switch (option_type) { in upgt_eeprom_parse()
1137 option_type, option_len); in upgt_eeprom_parse()