HomeSort by relevance Sort by last modified time
    Searched defs:DEFINE_string (Results 1 - 12 of 12) sorted by null

  /external/regex-re2/util/
flags.h 21 #define DEFINE_string(name, deflt, desc) DEFINE_flag(string, name, deflt, desc)
  /external/google-benchmark/src/
commandlineflags.h 22 #define DEFINE_string(name, default_val, doc) \
  /external/libcxx/utils/google-benchmark/src/
commandlineflags.h 22 #define DEFINE_string(name, default_val, doc) \
  /external/libbrillo/brillo/
flag_helper.h 26 // DEFINE_string(name, default_value, help)
200 #define DEFINE_string(name, value, help) \
  /external/google-breakpad/src/third_party/linux/include/gflags/
gflags.h 117 // DEFINE_string, etc. at the bottom of this file. You may also find
518 #define DEFINE_string(name, val, txt) \
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags.h 43 // DEFINE_string(filename, "my_file.txt", "The file to read");
102 // DEFINE_string, etc. at the bottom of this file. You may also find
550 #define DEFINE_string(name, val, txt) \
  /external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags.h 43 // DEFINE_string(filename, "my_file.txt", "The file to read");
102 // DEFINE_string, etc. at the bottom of this file. You may also find
550 #define DEFINE_string(name, val, txt) \
  /external/skia/tools/flags/
SkCommandLineFlags.h 21 * DEFINE_string(name, defaultValue, helpString);
68 * DEFINE_string(args, .., ..);
81 * creates a similar string array flag as DEFINE_string. The flag will have extended help text
215 #define DEFINE_string(name, defaultValue, helpString) \
  /external/webrtc/third_party/gflags/gen/posix/include/gflags/
gflags.h 44 // DEFINE_string(filename, "my_file.txt", "The file to read");
129 // DEFINE_string, etc. at the bottom of this file. You may also find
574 #define DEFINE_string(name, val, txt) \
  /external/webrtc/third_party/gflags/gen/win/include/gflags/
gflags.h 44 // DEFINE_string(filename, "my_file.txt", "The file to read");
152 // DEFINE_string, etc. at the bottom of this file. You may also find
591 #define DEFINE_string(name, val, txt) \
  /external/webrtc/webrtc/base/
flags.h 178 #define DEFINE_string(name, default, comment) \
  /toolchain/binutils/binutils-2.25/gold/
options.h 389 #define DEFINE_string(varname__, dashes__, shortname__, default_value__, \
395 // This is like DEFINE_string, but we convert each occurrence to a
410 // This is like DEFINE_string, but we store a set of strings.
666 DEFINE_string(format, options::TWO_DASHES, 'b', "elf",
737 DEFINE_string(debug, options::TWO_DASHES, '\0', "",
    [all...]

Completed in 406 milliseconds