HomeSort by relevance Sort by last modified time
    Searched refs:GFLAGS_DLL_DECL (Results 1 - 10 of 10) sorted by null

  /external/webrtc/third_party/gflags/gen/win/include/gflags/
gflags_completions.h 116 #ifndef GFLAGS_DLL_DECL
118 # define GFLAGS_DLL_DECL __declspec(dllimport)
120 # define GFLAGS_DLL_DECL
126 GFLAGS_DLL_DECL void HandleCommandLineCompletions(void);
gflags.h 103 # ifndef GFLAGS_DLL_DECL
104 # define GFLAGS_DLL_DECL __declspec(dllimport)
113 # ifndef GFLAGS_DLL_DECL
114 # define GFLAGS_DLL_DECL
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...]
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags.h 129 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const bool* flag, bool (*validate_fn)(const char*, bool));
130 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const int32* flag, bool (*validate_fn)(const char*, int32));
131 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const int64* flag, bool (*validate_fn)(const char*, int64));
132 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const uint64* flag, bool (*validate_fn)(const char*, uint64));
133 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const double* flag, bool (*validate_fn)(const char*, double));
134 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const std::string* flag, bool (*validate_fn)(const char*, const std::string&));
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...]
gflags_declare.h 49 #ifndef GFLAGS_DLL_DECL
51 # define GFLAGS_DLL_DECL __declspec(dllimport)
53 # define GFLAGS_DLL_DECL
  /external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags.h 129 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const bool* flag, bool (*validate_fn)(const char*, bool));
130 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const int32* flag, bool (*validate_fn)(const char*, int32));
131 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const int64* flag, bool (*validate_fn)(const char*, int64));
132 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const uint64* flag, bool (*validate_fn)(const char*, uint64));
133 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const double* flag, bool (*validate_fn)(const char*, double));
134 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const std::string* flag, bool (*validate_fn)(const char*, const std::string&));
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...]
gflags_declare.h 49 #ifndef GFLAGS_DLL_DECL
51 # define GFLAGS_DLL_DECL __declspec(dllimport)
53 # define GFLAGS_DLL_DECL
  /external/libyuv/files/third_party/gflags/gen/posix/include/private/
config.h 94 #ifndef GFLAGS_DLL_DECL
96 # define GFLAGS_DLL_DECL __declspec(dllexport)
98 # define GFLAGS_DLL_DECL
103 # define GFLAGS_DLL_DEFINE_FLAG GFLAGS_DLL_DECL
  /external/libyuv/files/third_party/gflags/gen/win/include/private/
config.h 94 #ifndef GFLAGS_DLL_DECL
96 # define GFLAGS_DLL_DECL __declspec(dllexport)
98 # define GFLAGS_DLL_DECL
103 # define GFLAGS_DLL_DEFINE_FLAG GFLAGS_DLL_DECL
  /external/webrtc/third_party/gflags/gen/win/include/private/
config.h 20 #ifndef GFLAGS_DLL_DECL
22 # define GFLAGS_DLL_DECL __declspec(dllexport)
  /external/webrtc/third_party/gflags/gen/posix/include/private/
config.h 9 #define GFLAGS_DLL_DECL /**/

Completed in 366 milliseconds