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

  /external/regex-re2/util/
flags.h 24 #define DECLARE_int32(name) DECLARE_flag(int32, name)
  /external/google-benchmark/src/
commandlineflags.h 12 #define DECLARE_int32(name) extern int32_t FLAG(name)
  /external/libcxx/utils/google-benchmark/src/
commandlineflags.h 12 #define DECLARE_int32(name) extern int32_t FLAG(name)
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags_declare.h 120 #define DECLARE_int32(name) \
  /external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags_declare.h 120 #define DECLARE_int32(name) \
  /external/google-breakpad/src/third_party/linux/include/gflags/
gflags.h 39 // #include "foo.h" // foo.h has a line "DECLARE_int32(start);"
408 // people can't DECLARE_int32 something that they DEFINE_bool'd
490 #define DECLARE_int32(name) DECLARE_VARIABLE(::google::int32,I, name)
  /external/skia/tools/flags/
SkCommandLineFlags.h 261 #define DECLARE_int32(name) extern int32_t FLAGS_##name;
  /external/webrtc/third_party/gflags/gen/posix/include/gflags/
gflags.h 39 // #include "foo.h" // foo.h has a line "DECLARE_int32(start);"
444 // people can't DECLARE_int32 something that they DEFINE_bool'd
526 #define DECLARE_int32(name) DECLARE_VARIABLE(::google::int32, I, name)
  /external/webrtc/third_party/gflags/gen/win/include/gflags/
gflags.h 39 // #include "foo.h" // foo.h has a line "DECLARE_int32(start);"
462 // people can't DECLARE_int32 something that they DEFINE_bool'd
546 #define DECLARE_int32(name) DECLARE_VARIABLE(::google::int32, I, name)

Completed in 336 milliseconds