Home
last modified time | relevance | path

Searched defs:SwitchInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/gn/
Dswitches.h13 struct SwitchInfo { struct
21 using SwitchInfoMap = std::map<std::string_view, SwitchInfo>; argument
Dswitches.cc289 SwitchInfo::SwitchInfo() : short_help(""), long_help("") {} function in switches::SwitchInfo
291 SwitchInfo::SwitchInfo(const char* short_help, const char* long_help) function in switches::SwitchInfo