HomeSort by relevance Sort by last modified time
    Searched refs:DescribeOneFlag (Results 1 - 6 of 6) 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/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 3446 milliseconds