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

/external/chromium/base/third_party/nspr/
H A Dprtypes.h100 #define PR_IMPLEMENT_DATA(__type) __type macro
116 #define PR_IMPLEMENT_DATA(__type) __declspec(dllexport) __type macro
132 #define PR_IMPLEMENT_DATA(__type) __declspec(dllexport) __type macro
148 #define PR_IMPLEMENT_DATA(__type) __declspec(dllexport) __type macro
169 #define PR_IMPLEMENT_DATA(__type) __type macro
193 #define PR_IMPLEMENT_DATA(__type) PR_VISIBILITY_DEFAULT __type macro

Completed in 73 milliseconds