Lines Matching refs:export
61 #define EXPORT_TEMPLATE_DECLARE(export) \ argument
62 EXPORT_TEMPLATE_INVOKE(DECLARE, EXPORT_TEMPLATE_STYLE(export, ), export)
63 #define EXPORT_TEMPLATE_DEFINE(export) \ argument
64 EXPORT_TEMPLATE_INVOKE(DEFINE, EXPORT_TEMPLATE_STYLE(export, ), export)
72 #define EXPORT_TEMPLATE_INVOKE(which, style, export) \ argument
73 EXPORT_TEMPLATE_INVOKE_2(which, style, export)
74 #define EXPORT_TEMPLATE_INVOKE_2(which, style, export) \ argument
75 EXPORT_TEMPLATE_##which##_##style(export, )
78 #define EXPORT_TEMPLATE_DECLARE_DEFAULT(export, _) export argument
79 #define EXPORT_TEMPLATE_DEFINE_DEFAULT(export, _) argument
84 #define EXPORT_TEMPLATE_DECLARE_MSVC_HACK(export, _) argument
85 #define EXPORT_TEMPLATE_DEFINE_MSVC_HACK(export, _) export argument
102 #define EXPORT_TEMPLATE_STYLE(export, _) EXPORT_TEMPLATE_STYLE_2(export, ) argument
103 #define EXPORT_TEMPLATE_STYLE_2(export, _) \ argument
105 EXPORT_TEMPLATE_STYLE_MATCH_foj3FJo5StF0OvIzl7oMxA##export)
147 #define EXPORT_TEMPLATE_TEST(want, export) \ argument
149 TEST_##want, EXPORT_TEMPLATE_STYLE(export, ), export), \
150 #export)