/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/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/gflags/android/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 uint32* flag, bool (*validate_fn)(cons… 132 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const int64* flag, bool (*validate_fn)(cons… 133 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const uint64* flag, bool (*validate_fn)(cons… 134 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const double* flag, bool (*validate_fn)(cons… 135 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const std::string* flag, bool (*validate_fn)(cons… 174 extern GFLAGS_DLL_DECL void GetAllFlags(std::vector<CommandLineFlagInfo>* OUTPUT); 176 extern GFLAGS_DLL_DECL void ShowUsageWithFlags(const char *argv0); // what --help does 177 extern GFLAGS_DLL_DECL void ShowUsageWithFlagsRestrict(const char *argv0, const char *restrict); [all …]
|
D | gflags_declare.h | 58 #ifndef GFLAGS_DLL_DECL 60 # define GFLAGS_DLL_DECL __declspec(dllimport) macro 62 # define GFLAGS_DLL_DECL macro
|
/external/gflags/src/ |
D | config.h | 36 #ifndef GFLAGS_DLL_DECL 38 # define GFLAGS_DLL_DECL __declspec(dllexport) macro 40 # define GFLAGS_DLL_DECL __attribute__((visibility("default"))) macro 42 # define GFLAGS_DLL_DECL macro 47 # define GFLAGS_DLL_DEFINE_FLAG GFLAGS_DLL_DECL
|
D | gflags.h.in | 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 uint32* flag, bool (*validate_fn)(cons… 132 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const int64* flag, bool (*validate_fn)(cons… 133 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const uint64* flag, bool (*validate_fn)(cons… 134 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const double* flag, bool (*validate_fn)(cons… 135 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const std::string* flag, bool (*validate_fn)(cons… 174 extern GFLAGS_DLL_DECL void GetAllFlags(std::vector<CommandLineFlagInfo>* OUTPUT); 176 extern GFLAGS_DLL_DECL void ShowUsageWithFlags(const char *argv0); // what --help does 177 extern GFLAGS_DLL_DECL void ShowUsageWithFlagsRestrict(const char *argv0, const char *restrict); [all …]
|
D | windows_port.h | 67 extern GFLAGS_DLL_DECL int snprintf(char *str, size_t size, 69 extern int GFLAGS_DLL_DECL safe_vsnprintf(char *str, size_t size,
|
D | gflags_declare.h.in | 58 #ifndef GFLAGS_DLL_DECL 60 # define GFLAGS_DLL_DECL __declspec(dllimport) macro 62 # define GFLAGS_DLL_DECL __attribute__((visibility("default"))) macro 64 # define GFLAGS_DLL_DECL macro
|
D | util.h | 58 extern GFLAGS_DLL_DECL void (*gflags_exitfunc)(int);
|
D | gflags.cc | 139 void GFLAGS_DLL_DECL (*gflags_exitfunc)(int) = &exit; // from stdlib.h 1448 template GFLAGS_DLL_DECL FlagRegisterer::FlagRegisterer( \
|
/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/libyuv/files/third_party/gflags/ |
D | gflags.gyp | 36 'GFLAGS_DLL_DECL=', 46 'GFLAGS_DLL_DECL=',
|
D | BUILD.gn | 24 "GFLAGS_DLL_DECL=",
|
/external/gflags/ |
D | CMakeLists.txt | 388 # also build statically linked library; users can override GFLAGS_DLL_DECL 390 # static libraries to include an empty definition for GFLAGS_DLL_DECL
|
D | ChangeLog.txt | 99 - PORTING: Clean up the GFLAGS_DLL_DECL stuff better
|