Home
last modified time | relevance | path

Searched defs:DEFINE_double (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libcxx/utils/google-benchmark/src/
H A Dcommandlineflags.h21 #define DEFINE_double(name, default_val, doc) double FLAG(name) = (default_val) macro
/aosp_15_r20/external/libbrillo/brillo/
H A Dflag_helper.h216 #define DEFINE_double(name, value, help) \ macro
/aosp_15_r20/external/gflags/android/gflags/
H A Dgflags.h530 #define DEFINE_double(name, val, txt) \ macro
/aosp_15_r20/external/gflags/src/
H A Dgflags.h.in551 #define DEFINE_double(name, val, txt) \ macro
/aosp_15_r20/external/skia/tools/flags/
H A DCommandLineFlags.h266 #define DEFINE_double(name, defaultValue, helpString) \ macro