Searched refs:CommandLineFlagInfo (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/cld/base/
H A Dcommandlineflags.h86 struct CommandLineFlagInfo { struct
97 extern void GetAllFlags(vector<CommandLineFlagInfo>* OUTPUT);
104 extern string DescribeOneFlag(const CommandLineFlagInfo& flag);
134 // CommandLineFlagInfo or unchanged if we return false.
136 CommandLineFlagInfo* OUTPUT);
138 // Return the CommandLineFlagInfo of the flagname. exit() if name not found.
141 extern CommandLineFlagInfo GetCommandLineFlagInfoOrDie(const char* name);

Completed in 181 milliseconds