HomeSort by relevance Sort by last modified time
    Searched refs:CommandLineFlagInfo (Results 1 - 3 of 3) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
gflags_reporting.cc 92 // a CommandLineFlagInfo, which is the way the commandlineflags
114 string DescribeOneFlag(const CommandLineFlagInfo& flag) {
205 static string DescribeOneFlagInXML(const CommandLineFlagInfo& flag) {
272 vector<CommandLineFlagInfo> flags;
278 for (vector<CommandLineFlagInfo>::const_iterator flag = flags.begin();
318 vector<CommandLineFlagInfo> flags;
331 for (vector<CommandLineFlagInfo>::const_iterator flag = flags.begin();
406 vector<CommandLineFlagInfo> flags;
409 for (vector<CommandLineFlagInfo>::const_iterator flag = flags.begin();
gflags.cc 73 // CommandLineFlagInfo is a client-exposed version of CommandLineFlag.
485 void FillCommandLineFlagInfo(struct CommandLineFlagInfo* result);
558 CommandLineFlagInfo* result) {
649 friend void ::google::GetAllFlags(vector<CommandLineFlagInfo>*);
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gflags/
gflags.h 164 struct CommandLineFlagInfo {
175 extern void GetAllFlags(std::vector<CommandLineFlagInfo>* OUTPUT);
182 extern std::string DescribeOneFlag(const CommandLineFlagInfo& flag);
212 // CommandLineFlagInfo or unchanged if we return false.
214 CommandLineFlagInfo* OUTPUT);
216 // Return the CommandLineFlagInfo of the flagname. exit() if name not found.
219 extern CommandLineFlagInfo GetCommandLineFlagInfoOrDie(const char* name);

Completed in 839 milliseconds