Lines Matching refs:from
345 // specified whether the option should be allowed from environment variable
384 // If `from` has the form "--option-a=", the alias will only be expanded if
386 // If `from` has the form "--option-a <arg>", the alias will only be expanded
388 void AddAlias(const char* from, const char* to);
389 void AddAlias(const char* from, const std::vector<std::string>& to);
390 void AddAlias(const char* from,
393 // Add implications from some arbitrary option to a boolean one, either
394 // in a way that makes `from` set `to` to true or to false.
395 void Implies(const char* from, const char* to);
396 void ImpliesNot(const char* from, const char* to);
398 // Insert options from another options parser into this one, along with
399 // a method that yields the target options type from this parser's options