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

/external/google-breakpad/src/third_party/linux/include/gflags/
H A Dgflags.h168 struct CommandLineFlagInfo { struct in namespace:google
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/
H A Dgflags.h154 struct CommandLineFlagInfo { struct in namespace:GFLAGS_NAMESPACE
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/
H A Dgflags.h154 struct CommandLineFlagInfo { struct in namespace:GFLAGS_NAMESPACE
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/
H A Dgflags.h181 struct CommandLineFlagInfo { struct in namespace:google
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/
H A Dgflags.h204 struct GFLAGS_DLL_DECL CommandLineFlagInfo { struct in namespace:google
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 177 milliseconds