Home
last modified time | relevance | path

Searched refs:m_option_style (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/program_options/src/
Dvalue_semantic.cpp248 m_option_style(option_style), in error_with_option_name()
283 switch (m_option_style) in get_canonical_option_prefix()
311 if (m_option_style == command_line_style::allow_long || in get_canonical_option_name()
312 m_option_style == command_line_style::allow_long_disguise) in get_canonical_option_name()
316 if (m_option_style && original_token.length()) in get_canonical_option_name()
360 if (m_option_style == command_line_style::allow_dash_for_short || in substitute_placeholders()
361 m_option_style == command_line_style::allow_slash_for_short) in substitute_placeholders()
/third_party/boost/boost/program_options/
Derrors.hpp103 int m_option_style; member in boost::program_options::error_with_option_name
171 { m_option_style = option_style;} in set_prefix()