OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DescribeOneFlag
(Results
1 - 7
of
7
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
gflags_reporting.cc
41
// ShowUsageWithFlagsRestrict(), and
DescribeOneFlag
() can be called
89
//
DescribeOneFlag
()
114
string
DescribeOneFlag
(const CommandLineFlagInfo& flag) {
296
fprintf(stdout, "%s",
DescribeOneFlag
(*flag).c_str());
/external/open-vcdiff/gflags/src/
gflags_reporting.cc
41
// ShowUsageWithFlagsRestrict(), and
DescribeOneFlag
() can be called
89
//
DescribeOneFlag
()
114
string
DescribeOneFlag
(const CommandLineFlagInfo& flag) {
296
fprintf(stdout, "%s",
DescribeOneFlag
(*flag).c_str());
gflags_completions.cc
720
string output =
DescribeOneFlag
(info);
730
// portions of
DescribeOneFlag
()s description
738
//
DescribeOneFlag
() decided to break the line just before "type"
/external/chromium/sdch/open-vcdiff/src/gflags/
gflags.h
182
extern std::string
DescribeOneFlag
(const CommandLineFlagInfo& flag);
/external/chromium_org/third_party/cld/base/
commandlineflags.h
104
extern string
DescribeOneFlag
(const CommandLineFlagInfo& flag);
/external/open-vcdiff/gflags/src/gflags/
gflags.h
191
extern std::string
DescribeOneFlag
(const CommandLineFlagInfo& flag);
/external/open-vcdiff/gflags/src/windows/gflags/
gflags.h
200
extern GFLAGS_DLL_DECL std::string
DescribeOneFlag
(const CommandLineFlagInfo& flag);
Completed in 2241 milliseconds