HomeSort by relevance Sort by last modified time
    Searched refs:DescribeOneFlag (Results 1 - 11 of 11) sorted by null

  /external/gflags/android/gflags/
gflags_google.h 54 using GFLAGS_NAMESPACE::DescribeOneFlag;
gflags.h 181 extern GFLAGS_DLL_DECL std::string DescribeOneFlag(const CommandLineFlagInfo& flag);
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags_gflags.h 54 using GFLAGS_NAMESPACE::DescribeOneFlag;
gflags.h 180 extern GFLAGS_DLL_DECL std::string DescribeOneFlag(const CommandLineFlagInfo& flag);
  /external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags_gflags.h 54 using GFLAGS_NAMESPACE::DescribeOneFlag;
gflags.h 180 extern GFLAGS_DLL_DECL std::string DescribeOneFlag(const CommandLineFlagInfo& flag);
  /external/gflags/src/
gflags_reporting.cc 41 // ShowUsageWithFlagsRestrict(), and DescribeOneFlag() can be called
83 // DescribeOneFlag()
119 string DescribeOneFlag(const CommandLineFlagInfo& flag) {
291 fprintf(stdout, "%s", DescribeOneFlag(*flag).c_str());
gflags_completions.cc 718 string output = DescribeOneFlag(info);
728 // portions of DescribeOneFlag()s description
740 // DescribeOneFlag() decided to break the line just before "type"
  /external/google-breakpad/src/third_party/linux/include/gflags/
gflags.h 186 extern std::string DescribeOneFlag(const CommandLineFlagInfo& flag);
  /external/webrtc/third_party/gflags/gen/posix/include/gflags/
gflags.h 208 extern std::string DescribeOneFlag(const CommandLineFlagInfo& flag);
  /external/webrtc/third_party/gflags/gen/win/include/gflags/
gflags.h 230 extern GFLAGS_DLL_DECL std::string DescribeOneFlag(const CommandLineFlagInfo& flag);

Completed in 262 milliseconds