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

  /external/gflags/android/gflags/
gflags.h 155 struct CommandLineFlagInfo {
174 extern GFLAGS_DLL_DECL void GetAllFlags(std::vector<CommandLineFlagInfo>* OUTPUT);
181 extern GFLAGS_DLL_DECL std::string DescribeOneFlag(const CommandLineFlagInfo& flag);
218 // CommandLineFlagInfo or unchanged if we return false.
219 extern GFLAGS_DLL_DECL bool GetCommandLineFlagInfo(const char* name, CommandLineFlagInfo* OUTPUT);
221 // Return the CommandLineFlagInfo of the flagname. exit() if name not found.
224 extern GFLAGS_DLL_DECL CommandLineFlagInfo GetCommandLineFlagInfoOrDie(const char* name);
  /external/google-breakpad/src/third_party/linux/include/gflags/
gflags.h 168 struct CommandLineFlagInfo {
179 extern void GetAllFlags(std::vector<CommandLineFlagInfo>* OUTPUT);
186 extern std::string DescribeOneFlag(const CommandLineFlagInfo& flag);
216 // CommandLineFlagInfo or unchanged if we return false.
218 CommandLineFlagInfo* OUTPUT);
220 // Return the CommandLineFlagInfo of the flagname. exit() if name not found.
223 extern CommandLineFlagInfo GetCommandLineFlagInfoOrDie(const char* name);
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags.h 154 struct CommandLineFlagInfo {
173 extern GFLAGS_DLL_DECL void GetAllFlags(std::vector<CommandLineFlagInfo>* OUTPUT);
180 extern GFLAGS_DLL_DECL std::string DescribeOneFlag(const CommandLineFlagInfo& flag);
217 // CommandLineFlagInfo or unchanged if we return false.
218 extern GFLAGS_DLL_DECL bool GetCommandLineFlagInfo(const char* name, CommandLineFlagInfo* OUTPUT);
220 // Return the CommandLineFlagInfo of the flagname. exit() if name not found.
223 extern GFLAGS_DLL_DECL CommandLineFlagInfo GetCommandLineFlagInfoOrDie(const char* name);
  /external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags.h 154 struct CommandLineFlagInfo {
173 extern GFLAGS_DLL_DECL void GetAllFlags(std::vector<CommandLineFlagInfo>* OUTPUT);
180 extern GFLAGS_DLL_DECL std::string DescribeOneFlag(const CommandLineFlagInfo& flag);
217 // CommandLineFlagInfo or unchanged if we return false.
218 extern GFLAGS_DLL_DECL bool GetCommandLineFlagInfo(const char* name, CommandLineFlagInfo* OUTPUT);
220 // Return the CommandLineFlagInfo of the flagname. exit() if name not found.
223 extern GFLAGS_DLL_DECL CommandLineFlagInfo GetCommandLineFlagInfoOrDie(const char* name);
  /external/webrtc/third_party/gflags/gen/posix/include/gflags/
gflags.h 181 struct CommandLineFlagInfo {
201 extern void GetAllFlags(std::vector<CommandLineFlagInfo>* OUTPUT);
208 extern std::string DescribeOneFlag(const CommandLineFlagInfo& flag);
238 // CommandLineFlagInfo or unchanged if we return false.
240 CommandLineFlagInfo* OUTPUT);
242 // Return the CommandLineFlagInfo of the flagname. exit() if name not found.
245 extern CommandLineFlagInfo GetCommandLineFlagInfoOrDie(const char* name);
  /external/webrtc/third_party/gflags/gen/win/include/gflags/
gflags.h 204 struct GFLAGS_DLL_DECL CommandLineFlagInfo {
223 extern GFLAGS_DLL_DECL void GetAllFlags(std::vector<CommandLineFlagInfo>* OUTPUT);
230 extern GFLAGS_DLL_DECL std::string DescribeOneFlag(const CommandLineFlagInfo& flag);
260 // CommandLineFlagInfo or unchanged if we return false.
262 CommandLineFlagInfo* OUTPUT);
264 // Return the CommandLineFlagInfo of the flagname. exit() if name not found.
267 extern GFLAGS_DLL_DECL CommandLineFlagInfo GetCommandLineFlagInfoOrDie(const char* name);

Completed in 261 milliseconds