Searched defs:SwitchInfo (Results 1 – 2 of 2) sorted by relevance
13 struct SwitchInfo { struct21 using SwitchInfoMap = std::map<std::string_view, SwitchInfo>; argument
289 SwitchInfo::SwitchInfo() : short_help(""), long_help("") {} function in switches::SwitchInfo291 SwitchInfo::SwitchInfo(const char* short_help, const char* long_help) function in switches::SwitchInfo