Home
last modified time | relevance | path

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

/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/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/gflags/android/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 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 …]
Dgflags_declare.h58 #ifndef GFLAGS_DLL_DECL
60 # define GFLAGS_DLL_DECL __declspec(dllimport) macro
62 # define GFLAGS_DLL_DECL macro
/external/gflags/src/
Dconfig.h36 #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
Dgflags.h.in129 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 …]
Dwindows_port.h67 extern GFLAGS_DLL_DECL int snprintf(char *str, size_t size,
69 extern int GFLAGS_DLL_DECL safe_vsnprintf(char *str, size_t size,
Dgflags_declare.h.in58 #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
Dutil.h58 extern GFLAGS_DLL_DECL void (*gflags_exitfunc)(int);
Dgflags.cc139 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/
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/libyuv/files/third_party/gflags/
Dgflags.gyp36 'GFLAGS_DLL_DECL=',
46 'GFLAGS_DLL_DECL=',
DBUILD.gn24 "GFLAGS_DLL_DECL=",
/external/gflags/
DCMakeLists.txt388 # also build statically linked library; users can override GFLAGS_DLL_DECL
390 # static libraries to include an empty definition for GFLAGS_DLL_DECL
DChangeLog.txt99 - PORTING: Clean up the GFLAGS_DLL_DECL stuff better