Searched defs:DEFINE_string (Results 1 - 11 of 11) sorted by relevance

/external/regex-re2/util/
H A Dflags.h21 #define DEFINE_string(name, deflt, desc) DEFINE_flag(string, name, deflt, desc) macro
/external/google-benchmark/src/
H A Dcommandlineflags.h22 #define DEFINE_string(name, default_val, doc) \ macro
/external/libcxx/utils/google-benchmark/src/
H A Dcommandlineflags.h22 #define DEFINE_string(name, default_val, doc) \ macro
/external/libbrillo/brillo/
H A Dflag_helper.h26 // DEFINE_string(name, default_value, help)
200 #define DEFINE_string(name, value, help) \ macro
/external/google-breakpad/src/third_party/linux/include/gflags/
H A Dgflags.h117 // DEFINE_string, etc. at the bottom of this file. You may also find
518 #define DEFINE_string(name, val, txt) \ macro
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
H A Dgflags.h43 // 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) \ macro
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/
H A Dgflags.h43 // 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) \ macro
/external/webrtc/third_party/gflags/gen/posix/include/gflags/
H A Dgflags.h44 // 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) \ macro
/external/webrtc/third_party/gflags/gen/win/include/gflags/
H A Dgflags.h44 // 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) \ macro
/external/webrtc/webrtc/base/
H A Dflags.h178 #define DEFINE_string(name, default, comment) \ macro
/external/skia/tools/flags/
H A DSkCommandLineFlags.h21 * 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) \ macro

Completed in 1652 milliseconds