Searched defs:PR_VISIBILITY_DEFAULT (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/third_party/nspr/
H A Dprtypes.h180 #define PR_VISIBILITY_DEFAULT __attribute__((visibility("default"))) macro
182 #define PR_VISIBILITY_DEFAULT macro
185 #define PR_EXPORT(__type) extern PR_VISIBILITY_DEFAULT __type
186 #define PR_EXPORT_DATA(__type) extern PR_VISIBILITY_DEFAULT __type
187 #define PR_IMPORT(__type) extern PR_VISIBILITY_DEFAULT __type
188 #define PR_IMPORT_DATA(__type) extern PR_VISIBILITY_DEFAULT __type
190 #define PR_EXTERN(__type) extern PR_VISIBILITY_DEFAULT __type
191 #define PR_IMPLEMENT(__type) PR_VISIBILITY_DEFAULT __type
192 #define PR_EXTERN_DATA(__type) extern PR_VISIBILITY_DEFAULT __type
193 #define PR_IMPLEMENT_DATA(__type) PR_VISIBILITY_DEFAULT __typ
[all...]

Completed in 49 milliseconds