Home
last modified time | relevance | path

Searched refs:short_allow_next (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/program_options/
Dcmdline.hpp50 short_allow_next = short_allow_adjacent << 1, enumerator
58 allow_sticky = short_allow_next << 1,
79 unix_style = (allow_short | short_allow_adjacent | short_allow_next
/third_party/boost/libs/program_options/test/
Dcmdline_test.cpp256 | short_allow_next); in test_short_options()
269 allow_short | short_allow_next in test_short_options()
281 allow_short | short_allow_next in test_short_options()
320 | allow_slash_for_short | short_allow_next in test_dos_options()
341 | short_allow_next | allow_long_disguise in test_disguised_long()
/third_party/boost/libs/program_options/src/
Dcmdline.cpp145 !(style & short_allow_adjacent) && !(style & short_allow_next)) in check_style()