Searched refs:GFLAGS_DLL_DECL (Results 1 – 14 of 14) sorted by relevance
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/ |
D | gflags.h | 129 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const bool* flag, bool (*validate_fn)(cons… 130 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const int32* flag, bool (*validate_fn)(cons… 131 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const int64* flag, bool (*validate_fn)(cons… 132 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const uint64* flag, bool (*validate_fn)(cons… 133 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const double* flag, bool (*validate_fn)(cons… 134 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const std::string* flag, bool (*validate_fn)(cons… 173 extern GFLAGS_DLL_DECL void GetAllFlags(std::vector<CommandLineFlagInfo>* OUTPUT); 175 extern GFLAGS_DLL_DECL void ShowUsageWithFlags(const char *argv0); // what --help does 176 extern GFLAGS_DLL_DECL void ShowUsageWithFlagsRestrict(const char *argv0, const char *restrict); 180 extern GFLAGS_DLL_DECL std::string DescribeOneFlag(const CommandLineFlagInfo& flag); [all …]
|
D | gflags_declare.h | 49 #ifndef GFLAGS_DLL_DECL 51 # define GFLAGS_DLL_DECL __declspec(dllimport) 53 # define GFLAGS_DLL_DECL macro
|
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/ |
D | gflags.h | 129 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const bool* flag, bool (*validate_fn)(cons… 130 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const int32* flag, bool (*validate_fn)(cons… 131 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const int64* flag, bool (*validate_fn)(cons… 132 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const uint64* flag, bool (*validate_fn)(cons… 133 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const double* flag, bool (*validate_fn)(cons… 134 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const std::string* flag, bool (*validate_fn)(cons… 173 extern GFLAGS_DLL_DECL void GetAllFlags(std::vector<CommandLineFlagInfo>* OUTPUT); 175 extern GFLAGS_DLL_DECL void ShowUsageWithFlags(const char *argv0); // what --help does 176 extern GFLAGS_DLL_DECL void ShowUsageWithFlagsRestrict(const char *argv0, const char *restrict); 180 extern GFLAGS_DLL_DECL std::string DescribeOneFlag(const CommandLineFlagInfo& flag); [all …]
|
D | gflags_declare.h | 49 #ifndef GFLAGS_DLL_DECL 51 # define GFLAGS_DLL_DECL __declspec(dllimport) 53 # define GFLAGS_DLL_DECL macro
|
/external/webrtc/third_party/gflags/gen/win/include/gflags/ |
D | gflags.h | 103 # ifndef GFLAGS_DLL_DECL 104 # define GFLAGS_DLL_DECL __declspec(dllimport) macro 113 # ifndef GFLAGS_DLL_DECL 114 # define GFLAGS_DLL_DECL macro 179 GFLAGS_DLL_DECL bool RegisterFlagValidator(const bool* flag, 181 GFLAGS_DLL_DECL bool RegisterFlagValidator(const int32* flag, 183 GFLAGS_DLL_DECL bool RegisterFlagValidator(const int64* flag, 185 GFLAGS_DLL_DECL bool RegisterFlagValidator(const uint64* flag, 187 GFLAGS_DLL_DECL bool RegisterFlagValidator(const double* flag, 189 GFLAGS_DLL_DECL bool RegisterFlagValidator(const std::string* flag, [all …]
|
D | gflags_completions.h | 116 #ifndef GFLAGS_DLL_DECL 118 # define GFLAGS_DLL_DECL __declspec(dllimport) macro 120 # define GFLAGS_DLL_DECL macro 126 GFLAGS_DLL_DECL void HandleCommandLineCompletions(void);
|
/external/libyuv/files/third_party/gflags/gen/win/include/private/ |
D | config.h | 94 #ifndef GFLAGS_DLL_DECL 96 # define GFLAGS_DLL_DECL __declspec(dllexport) macro 98 # define GFLAGS_DLL_DECL macro 103 # define GFLAGS_DLL_DEFINE_FLAG GFLAGS_DLL_DECL
|
/external/libyuv/files/third_party/gflags/gen/posix/include/private/ |
D | config.h | 94 #ifndef GFLAGS_DLL_DECL 96 # define GFLAGS_DLL_DECL __declspec(dllexport) macro 98 # define GFLAGS_DLL_DECL macro 103 # define GFLAGS_DLL_DEFINE_FLAG GFLAGS_DLL_DECL
|
/external/webrtc/third_party/gflags/gen/win/include/private/ |
D | config.h | 20 #ifndef GFLAGS_DLL_DECL 22 # define GFLAGS_DLL_DECL __declspec(dllexport) macro
|
/external/libyuv/files/third_party/gflags/ |
D | gflags.gyp | 36 'GFLAGS_DLL_DECL=', 46 'GFLAGS_DLL_DECL=',
|
D | BUILD.gn | 24 "GFLAGS_DLL_DECL=",
|
/external/webrtc/third_party/gflags/ |
D | gflags.gyp | 39 'GFLAGS_DLL_DECL=', 49 'GFLAGS_DLL_DECL=',
|
D | BUILD.gn | 24 "GFLAGS_DLL_DECL=",
|
/external/webrtc/third_party/gflags/gen/posix/include/private/ |
D | config.h | 9 #define GFLAGS_DLL_DECL /**/ macro
|