Lines Matching refs:style
2 // Use of this source code is governed by a BSD-style license that can be
72 #define EXPORT_TEMPLATE_INVOKE(which, style, export) \
73 EXPORT_TEMPLATE_INVOKE_2(which, style, export)
74 #define EXPORT_TEMPLATE_INVOKE_2(which, style, export) \
75 EXPORT_TEMPLATE_##which##_##style(export, )
77 // Default style is to apply the FOO_EXPORT macro at declaration sites.
81 // The "MSVC hack" style is used when FOO_EXPORT is defined
88 // export style needs to be used for the provided FOO_EXPORT macro definition.
106 #define EXPORT_TEMPLATE_STYLE_3(style) style