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

  /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);
  /external/open-vcdiff/gflags/src/gflags/
gflags.h 168 struct CommandLineFlagInfo {
184 extern void GetAllFlags(std::vector<CommandLineFlagInfo>* OUTPUT);
191 extern std::string DescribeOneFlag(const CommandLineFlagInfo& flag);
221 // CommandLineFlagInfo or unchanged if we return false.
223 CommandLineFlagInfo* OUTPUT);
225 // Return the CommandLineFlagInfo of the flagname. exit() if name not found.
228 extern CommandLineFlagInfo GetCommandLineFlagInfoOrDie(const char* name);
  /external/open-vcdiff/gflags/src/windows/gflags/
gflags.h 177 struct GFLAGS_DLL_DECL CommandLineFlagInfo {
193 extern GFLAGS_DLL_DECL void GetAllFlags(std::vector<CommandLineFlagInfo>* OUTPUT);
200 extern GFLAGS_DLL_DECL std::string DescribeOneFlag(const CommandLineFlagInfo& flag);
230 // CommandLineFlagInfo or unchanged if we return false.
232 CommandLineFlagInfo* OUTPUT);
234 // Return the CommandLineFlagInfo of the flagname. exit() if name not found.
237 extern GFLAGS_DLL_DECL CommandLineFlagInfo GetCommandLineFlagInfoOrDie(const char* name);

Completed in 89 milliseconds