/external/google-breakpad/src/third_party/linux/include/gflags/ |
D | gflags.h | 449 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ argument 450 namespace fL##shorttype { \ 458 using fL##shorttype::FLAGS_##name 460 #define DECLARE_VARIABLE(type, shorttype, name) \ argument 461 namespace fL##shorttype { \ 464 using fL##shorttype::FLAGS_##name
|
/external/webrtc/third_party/gflags/gen/posix/include/gflags/ |
D | gflags.h | 485 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ argument 486 namespace fL##shorttype { \ 494 using fL##shorttype::FLAGS_##name 496 #define DECLARE_VARIABLE(type, shorttype, name) \ argument 497 namespace fL##shorttype { \ 500 using fL##shorttype::FLAGS_##name
|
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/ |
D | gflags_declare.h | 112 #define DECLARE_VARIABLE(type, shorttype, name) \ argument 114 namespace fL##shorttype { extern GFLAGS_DLL_DECLARE_FLAG type FLAGS_##name; } \ 115 using fL##shorttype::FLAGS_##name
|
D | gflags.h | 469 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ argument 470 namespace fL##shorttype { \ 479 using fL##shorttype::FLAGS_##name
|
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/ |
D | gflags_declare.h | 112 #define DECLARE_VARIABLE(type, shorttype, name) \ argument 114 namespace fL##shorttype { extern GFLAGS_DLL_DECLARE_FLAG type FLAGS_##name; } \ 115 using fL##shorttype::FLAGS_##name
|
D | gflags.h | 469 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ argument 470 namespace fL##shorttype { \ 479 using fL##shorttype::FLAGS_##name
|
/external/webrtc/third_party/gflags/gen/win/include/gflags/ |
D | gflags.h | 503 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ argument 504 namespace fL##shorttype { \ 513 using fL##shorttype::FLAGS_##name 515 #define DECLARE_VARIABLE(type, shorttype, name) \ argument 516 namespace fL##shorttype { \ 520 using fL##shorttype::FLAGS_##name
|
/external/gflags/android/gflags/ |
D | gflags_declare.h | 121 #define DECLARE_VARIABLE(type, shorttype, name) \ argument 123 namespace fL##shorttype { extern GFLAGS_DLL_DECLARE_FLAG type FLAGS_##name; } \ 124 using fL##shorttype::FLAGS_##name
|
D | gflags.h | 476 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ argument 477 namespace fL##shorttype { \ 486 using fL##shorttype::FLAGS_##name
|
/external/gflags/src/ |
D | gflags_declare.h.in | 121 #define DECLARE_VARIABLE(type, shorttype, name) \ argument 123 namespace fL##shorttype { extern GFLAGS_DLL_DECLARE_FLAG type FLAGS_##name; } \ 124 using fL##shorttype::FLAGS_##name
|
D | gflags.h.in | 476 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ argument 477 namespace fL##shorttype { \ 486 using fL##shorttype::FLAGS_##name
|