Home
last modified time | relevance | path

Searched refs:DECLARE_string (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/cronet/third_party/ced/src/util/
H A Dcommandlineflags.h35 #undef DECLARE_string
36 #define DECLARE_string(name) extern string FLAGS_##name macro
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_flags.cc53 DECLARE_string(system_image_dir);
142 DECLARE_string(ap_rootfs_image);
143 DECLARE_string(bootloader);
144 DECLARE_string(initramfs_path);
145 DECLARE_string(kernel_path);
Dboot_config.cc43 DECLARE_string(vm_manager);
Dflags.cc527 DECLARE_string(assembly_dir);
528 DECLARE_string(boot_image);
529 DECLARE_string(system_image_dir);
530 DECLARE_string(snapshot_path);
/aosp_15_r20/external/gflags/test/
H A Dgflags_declare_flags.cc6 DECLARE_string(message); // in gflags_delcare_test.cc
H A Dgflags_unittest.cc73 DECLARE_string(tryfromenv); // in gflags.cc
/aosp_15_r20/external/regex-re2/re2/testing/
H A Dexhaustive1_test.cc13 DECLARE_string(regexp_engines);
H A Ddump.cc29 DECLARE_string(test_tmpdir);
/aosp_15_r20/external/regex-re2/util/
H A Dflags.h27 #define DECLARE_string(name) DECLARE_flag(string, name) macro
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/
H A Dcommandlineflags.h15 #define DECLARE_string(name) extern std::string FLAG(name) macro
/aosp_15_r20/external/gflags/android/gflags/
H A Dgflags_declare.h144 #define DECLARE_string(name) \ macro
/aosp_15_r20/external/skia/tools/flags/
H A DCommonFlagsConfig.h15 DECLARE_string(config);
H A DCommandLineFlags.h252 #define DECLARE_string(name) extern CommandLineFlags::StringArray FLAGS_##name; macro
/aosp_15_r20/external/gflags/src/
H A Dgflags_declare.h.in148 #define DECLARE_string(name) \ macro
/aosp_15_r20/external/gflags/
H A DChangeLog.txt184 - BUG FIX: I was missing a std:: in DECLARE_string (csilvers)