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

  /external/open-vcdiff/gflags/src/windows/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 95 #ifndef GFLAGS_DLL_DECL
97 # define GFLAGS_DLL_DECL __declspec(dllimport)
99 # define GFLAGS_DLL_DECL
152 GFLAGS_DLL_DECL bool RegisterFlagValidator(const bool* flag,
154 GFLAGS_DLL_DECL bool RegisterFlagValidator(const int32* flag,
156 GFLAGS_DLL_DECL bool RegisterFlagValidator(const int64* flag,
158 GFLAGS_DLL_DECL bool RegisterFlagValidator(const uint64* flag,
160 GFLAGS_DLL_DECL bool RegisterFlagValidator(const double* flag,
162 GFLAGS_DLL_DECL bool RegisterFlagValidator(const std::string* flag,
177 struct GFLAGS_DLL_DECL CommandLineFlagInfo
    [all...]
  /external/chromium_org/sdch/open-vcdiff/vsprojects/
config.h 25 #define GFLAGS_DLL_DECL
  /external/open-vcdiff/vsprojects/
config.h 25 #define GFLAGS_DLL_DECL
  /external/open-vcdiff/gflags/src/windows/
config.h 20 #ifndef GFLAGS_DLL_DECL
22 # define GFLAGS_DLL_DECL __declspec(dllexport)
  /external/open-vcdiff/src/
config.h 9 #define GFLAGS_DLL_DECL /**/

Completed in 234 milliseconds