Home
last modified time | relevance | path

Searched refs:get_canonical_option_prefix (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/program_options/src/
Dcmdline.cpp186 cmdline::get_canonical_option_prefix() in get_canonical_option_prefix() function in boost::program_options::detail::cmdline
310 … e.add_context(opt.string_key, opt.original_tokens[0], get_canonical_option_prefix()); in run()
502 … e.add_context(opt.string_key, original_token_for_exceptions, get_canonical_option_prefix()); in finish_option()
527 get_canonical_option_prefix()) ); in parse_long_option()
573 e.add_context(name, name, get_canonical_option_prefix()); in parse_short_option()
656 e.add_context(tok, tok, get_canonical_option_prefix()); in parse_disguised_long_option()
Dvalue_semantic.cpp281 string error_with_option_name::get_canonical_option_prefix() const in get_canonical_option_prefix() function in boost::program_options::error_with_option_name
313 return get_canonical_option_prefix() + option_name; in get_canonical_option_name()
317 return get_canonical_option_prefix() + original_token[0]; in get_canonical_option_name()
329 substitutions["prefix"] = get_canonical_option_prefix(); in substitute_placeholders()
/third_party/boost/boost/program_options/detail/
Dcmdline.hpp94 int get_canonical_option_prefix();
Dparsers.hpp92 parsed_options result(m_desc, detail::cmdline::get_canonical_option_prefix()); in run()
/third_party/boost/boost/program_options/
Derrors.hpp201 std::string get_canonical_option_prefix() const;