Searched refs:bool_switch (Results 1 – 12 of 12) sorted by relevance
/third_party/boost/libs/process/test/ |
D | sparring_partner.cpp | 45 ("echo-argv", bool_switch()) in main() 48 ("is-closed-stdin", bool_switch()) in main() 49 ("is-closed-stdout", bool_switch()) in main() 50 ("is-closed-stderr", bool_switch()) in main() 51 ("is-nul-stdin", bool_switch()) in main() 52 ("is-nul-stdout", bool_switch()) in main() 53 ("is-nul-stderr", bool_switch()) in main() 54 ("loop", bool_switch()) in main() 55 ("abort", bool_switch()) in main() 58 ("pwd", bool_switch()) in main() [all …]
|
D | sub_launcher.cpp | 30 ("launch-detached", bool_switch(&launch_detached)) in main() 31 ("launch-attached", bool_switch(&launch_attached)) in main()
|
/third_party/boost/libs/program_options/example/ |
D | config_file_types.cpp | 124 ("booleans.number_true", po::bool_switch()) in set_options() 125 ("booleans.number_false", po::bool_switch()) in set_options() 126 ("booleans.yn_true", po::bool_switch()) in set_options() 127 ("booleans.yn_false", po::bool_switch()) in set_options() 128 ("booleans.tf_true", po::bool_switch()) in set_options() 129 ("booleans.tf_false", po::bool_switch()) in set_options() 130 ("booleans.onoff_true", po::bool_switch()) in set_options() 131 ("booleans.onoff_false", po::bool_switch()) in set_options() 132 ("booleans.present_equal_true", po::bool_switch()) in set_options() 133 ("booleans.present_no_equal_true", po::bool_switch()) in set_options()
|
D | real.cpp | 57 ("two,t", bool_switch(&t_given), "preprocess both header and body") in main() 58 ("body,b", bool_switch(&b_given), "preprocess body in the header context") in main()
|
D | options_heirarchy.cpp | 157 ("run-gui", po::bool_switch(), "start the GUI") in SetCommonOptions()
|
/third_party/boost/libs/program_options/src/ |
D | value_semantic.cpp | 125 bool_switch() in bool_switch() function 127 return bool_switch(0); in bool_switch() 131 bool_switch(bool* v) in bool_switch() function
|
/third_party/boost/boost/program_options/ |
D | value_semantic.hpp | 412 bool_switch(); 417 bool_switch(bool* v);
|
/third_party/boost/libs/program_options/test/ |
D | variable_map_test.cpp | 57 ("zee", bool_switch(), "") in test_variable_map() 59 ("opt", bool_switch(), ""); in test_variable_map()
|
D | parsers_test.cpp | 265 ("b", bool_switch()) in test_config_file()
|
/third_party/boost/libs/program_options/doc/ |
D | todo.txt | 40 The config file is a bit different from command line. E.g. 'bool_switch' can't 212 More visibility for bool_switch.
|
D | post_review_plan.txt | 50 Another function, "bool_switch" will create value descriptor for type bool,
|
/third_party/boost/doc/html/ |
D | doc_HTML.manifest | 2052 boost/program_options/bool_switch.html
|