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

/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djri_md.h55 * This is where we define the mystical JRI_PUBLIC_API macro that works on all
74 # define JRI_PUBLIC_API(ResultType) ResultType _Optlink macro
78 # define JRI_PUBLIC_API(ResultType) ResultType macro
86 # define JRI_PUBLIC_API(ResultType) __declspec(dllexport) ResultType macro
94 # define JRI_PUBLIC_API(ResultType) ResultType __cdecl __export __loadds macro
101 # define JRI_PUBLIC_API(ResultType) ResultType __cdecl __export macro
111 # define JRI_PUBLIC_API(ResultType) __export ResultType macro
118 # define JRI_PUBLIC_API(ResultType) ResultType _cdecl _export _loadds macro
143 # define JRI_PUBLIC_API(ResultType) __declspec(export) ResultType macro
144 # define JRI_PUBLIC_VAR(VarType) JRI_PUBLIC_API(VarTyp
159 # define JRI_PUBLIC_API macro
[all...]

Completed in 347 milliseconds