HomeSort by relevance Sort by last modified time
    Searched defs:DEFINE_uint64 (Results 1 - 7 of 7) sorted by null

  /external/libbrillo/brillo/
flag_helper.h 24 // DEFINE_uint64(name, default_value, help)
196 #define DEFINE_uint64(name, value, help) \
  /external/google-breakpad/src/third_party/linux/include/gflags/
gflags.h 497 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64,U64, name, val, txt)
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags.h 515 #define DEFINE_uint64(name,val, txt) \
  /external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags.h 515 #define DEFINE_uint64(name,val, txt) \
  /external/webrtc/third_party/gflags/gen/posix/include/gflags/
gflags.h 533 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64, U64, name, val, txt)
  /external/webrtc/third_party/gflags/gen/win/include/gflags/
gflags.h 553 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64, U64, name, val, txt)
  /toolchain/binutils/binutils-2.25/gold/
options.h 252 // These are helper macros use by DEFINE_uint64/etc below.
371 #define DEFINE_uint64(varname__, dashes__, shortname__, default_value__, \
501 // This is like DEFINE_uint64, but VARNAME is the name of a different
692 DEFINE_uint64(build_id_chunk_size_for_treehash,
696 DEFINE_uint64(build_id_min_file_size_for_treehash, options::TWO_DASHES,
    [all...]

Completed in 185 milliseconds