Home
last modified time | relevance | path

Searched defs:GFLAGS_DLL_DECL (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/gflags/src/
H A Dconfig.h38 # define GFLAGS_DLL_DECL __declspec(dllexport) macro
40 # define GFLAGS_DLL_DECL __attribute__((visibility("default"))) macro
42 # define GFLAGS_DLL_DECL macro
H A Dgflags_declare.h.in60 # define GFLAGS_DLL_DECL __declspec(dllimport) macro
62 # define GFLAGS_DLL_DECL __attribute__((visibility("default"))) macro
64 # define GFLAGS_DLL_DECL macro
/aosp_15_r20/external/gflags/android/gflags/
H A Dgflags_declare.h60 # define GFLAGS_DLL_DECL __declspec(dllimport) macro
62 # define GFLAGS_DLL_DECL macro