Searched defs:DEFINE_int64 (Results 1 - 7 of 7) sorted by relevance

/external/google-benchmark/src/
H A Dcommandlineflags.h20 #define DEFINE_int64(name, default_val, doc) int64_t FLAG(name) = (default_val) macro
/external/libbrillo/brillo/
H A Dflag_helper.h23 // DEFINE_int64(name, default_value, help)
194 #define DEFINE_int64(name, value, help) \ macro
/external/google-breakpad/src/third_party/linux/include/gflags/
H A Dgflags.h494 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64,I64, name, val, txt) macro
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
H A Dgflags.h511 #define DEFINE_int64(name, val, txt) \ macro
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/
H A Dgflags.h511 #define DEFINE_int64(name, val, txt) \ macro
/external/webrtc/third_party/gflags/gen/posix/include/gflags/
H A Dgflags.h530 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64, I64, name, val, txt) macro
/external/webrtc/third_party/gflags/gen/win/include/gflags/
H A Dgflags.h550 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64, I64, name, val, txt) macro

Completed in 266 milliseconds