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

  /external/skia/tools/VisualBench/
VisualFlags.h 14 DECLARE_int32(msaa);
  /external/skia/tools/flags/
SkCommonFlags.h 25 DECLARE_int32(threads);
SkCommandLineFlags.h 261 #define DECLARE_int32(name) extern int32_t FLAGS_##name;
  /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/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/regex-re2/re2/testing/
filtered_re2_test.cc 9 DECLARE_int32(filtered_re2_min_atom_len); // From prefilter_tree.cc
  /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 1519 milliseconds