Home
last modified time | relevance | path

Searched refs:GFLAGS_DLL_DECL (Results 1 – 14 of 14) sorted by relevance

/external/libyuv/files/third_party/gflags/gen/win/include/gflags/
Dgflags.h129 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 …]
Dgflags_declare.h49 #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/
Dgflags.h129 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 …]
Dgflags_declare.h49 #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/
Dgflags.h103 # 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 …]
Dgflags_completions.h116 #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/
Dconfig.h94 #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/
Dconfig.h94 #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/
Dconfig.h20 #ifndef GFLAGS_DLL_DECL
22 # define GFLAGS_DLL_DECL __declspec(dllexport) macro
/external/libyuv/files/third_party/gflags/
Dgflags.gyp36 'GFLAGS_DLL_DECL=',
46 'GFLAGS_DLL_DECL=',
DBUILD.gn24 "GFLAGS_DLL_DECL=",
/external/webrtc/third_party/gflags/
Dgflags.gyp39 'GFLAGS_DLL_DECL=',
49 'GFLAGS_DLL_DECL=',
DBUILD.gn24 "GFLAGS_DLL_DECL=",
/external/webrtc/third_party/gflags/gen/posix/include/private/
Dconfig.h9 #define GFLAGS_DLL_DECL /**/ macro