Home
last modified time | relevance | path

Searched defs:DECLARE_bool (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/third_party/ced/src/util/
H A Dcommandlineflags.h32 #define DECLARE_bool(name) extern bool FLAGS_##name macro
/aosp_15_r20/external/regex-re2/util/
H A Dflags.h25 #define DECLARE_bool(name) DECLARE_flag(bool, name) macro
/aosp_15_r20/external/gflags/android/gflags/
H A Dgflags_declare.h126 #define DECLARE_bool(name) \ macro
/aosp_15_r20/external/gflags/src/
H A Dgflags_declare.h.in130 #define DECLARE_bool(name) \ macro
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/
H A Dcommandlineflags.h11 #define DECLARE_bool(name) extern bool FLAG(name) macro
/aosp_15_r20/external/skia/tests/
H A DFontMgrAndroidParserTest.cpp50 DECLARE_bool(verboseFontMgr) in DECLARE_bool() function
/aosp_15_r20/external/skia/tools/flags/
H A DCommandLineFlags.h230 #define DECLARE_bool(name) extern bool FLAGS_##name; macro