Searched refs:cmdline_2 (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/program_options/test/ |
D | parsers_test.cpp | 200 …const char* cmdline_2[] = { "program", "-fone", "-b", "two", "--fee", "three", "four", "-zfive", "… in test_multitoken_and_multiname() local 203 sizeof(cmdline_2) / sizeof(const char*), in test_multitoken_and_multiname() 204 const_cast<char**>(cmdline_2), desc, 0, additional_parser).options; in test_multitoken_and_multiname()
|