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

/external/chromium/base/third_party/nspr/
H A Dprtypes.h65 ** PR_IMPLEMENT
73 ** PR_IMPLEMENT for the implementation of the method.
79 ** PR_IMPLEMENT( void ) DoWhatIMean( void ) { return; }
98 #define PR_IMPLEMENT(__type) __type macro
114 #define PR_IMPLEMENT(__type) __declspec(dllexport) __type macro
130 #define PR_IMPLEMENT(__type) __declspec(dllexport) __type macro
146 #define PR_IMPLEMENT(__type) __declspec(dllexport) __type macro
167 #define PR_IMPLEMENT(__type) __type macro
191 #define PR_IMPLEMENT(__type) PR_VISIBILITY_DEFAULT __type macro
513 #define PR_PUBLIC_API PR_IMPLEMENT
[all...]

Completed in 38 milliseconds