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

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_commandlineflags.h 23 #undef DECLARE_int32
24 #define DECLARE_int32(name) extern int32 FLAGS_##name;
  /external/chromium_org/third_party/re2/util/
flags.h 24 #define DECLARE_int32(name) DECLARE_flag(int32, name)
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
commandlineflags.h 46 // people can't DECLARE_int32 something that they DEFINE_bool'd
77 #define DECLARE_int32(name) \
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
commandlineflags.h 46 // people can't DECLARE_int32 something that they DEFINE_bool'd
81 #define DECLARE_int32(name) \
  /external/chromium_org/third_party/cld/base/
commandlineflags.h 10 // #include "foo.h" // foo.h has a line "DECLARE_int32(start);"
330 // people can't DECLARE_int32 something that they DEFINE_bool'd
405 #define DECLARE_int32(name) DECLARE_VARIABLE(int32,I, name)
  /external/chromium_org/third_party/skia/tools/flags/
SkCommandLineFlags.h 228 #define DECLARE_int32(name) extern int32_t FLAGS_##name;
  /external/openfst/src/include/fst/
flags.h 45 // DECLARE_int32(length);
55 #define DECLARE_int32(name) extern int32 FLAGS_ ## name

Completed in 7704 milliseconds