OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CommandLineFlagInfo
(Results
1 - 4
of
4
) 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/chromium_org/third_party/cld/base/
commandlineflags.h
86
struct
CommandLineFlagInfo
{
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);
/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 210 milliseconds