Searched refs:DEFINE_VARIABLE (Results 1 – 5 of 5) sorted by relevance
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/ |
D | gflags.h | 469 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ macro 505 DEFINE_VARIABLE(bool, B, name, val, txt) 508 DEFINE_VARIABLE(GFLAGS_NAMESPACE::int32, I, \ 512 DEFINE_VARIABLE(GFLAGS_NAMESPACE::int64, I64, \ 516 DEFINE_VARIABLE(GFLAGS_NAMESPACE::uint64, U64, \ 520 DEFINE_VARIABLE(double, D, name, val, txt)
|
/external/google-breakpad/src/third_party/linux/include/gflags/ |
D | gflags.h | 449 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ macro 488 DEFINE_VARIABLE(bool,B, name, val, txt) 491 #define DEFINE_int32(name,val,txt) DEFINE_VARIABLE(::google::int32,I, name, val, txt) 494 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64,I64, name, val, txt) 497 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64,U64, name, val, txt) 500 #define DEFINE_double(name,val,txt) DEFINE_VARIABLE(double,D, name, val, txt)
|
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/ |
D | gflags.h | 469 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ macro 505 DEFINE_VARIABLE(bool, B, name, val, txt) 508 DEFINE_VARIABLE(GFLAGS_NAMESPACE::int32, I, \ 512 DEFINE_VARIABLE(GFLAGS_NAMESPACE::int64, I64, \ 516 DEFINE_VARIABLE(GFLAGS_NAMESPACE::uint64, U64, \ 520 DEFINE_VARIABLE(double, D, name, val, txt)
|
/external/webrtc/third_party/gflags/gen/posix/include/gflags/ |
D | gflags.h | 485 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ macro 524 DEFINE_VARIABLE(bool, B, name, val, txt) 527 #define DEFINE_int32(name,val,txt) DEFINE_VARIABLE(::google::int32, I, name, val, txt) 530 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64, I64, name, val, txt) 533 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64, U64, name, val, txt) 536 #define DEFINE_double(name, val, txt) DEFINE_VARIABLE(double, D, name, val, txt)
|
/external/webrtc/third_party/gflags/gen/win/include/gflags/ |
D | gflags.h | 503 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ macro 544 DEFINE_VARIABLE(bool, B, name, val, txt) 547 #define DEFINE_int32(name,val,txt) DEFINE_VARIABLE(::google::int32, I, name, val, txt) 550 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64, I64, name, val, txt) 553 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64, U64, name, val, txt) 556 #define DEFINE_double(name, val, txt) DEFINE_VARIABLE(double, D, name, val, txt)
|