Home
last modified time | relevance | path

Searched defs:foo_export (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/base/
H A Dexport_template.h45 #define EXPORT_TEMPLATE_DECLARE(foo_export) \ argument
47 #define EXPORT_TEMPLATE_DEFINE(foo_export) \ argument
56 #define EXPORT_TEMPLATE_INVOKE(which, style, foo_export) \ argument
58 #define EXPORT_TEMPLATE_INVOKE_2(which, style, foo_export) \ argument
62 #define EXPORT_TEMPLATE_DECLARE_DEFAULT(foo_export) foo_export argument
63 #define EXPORT_TEMPLATE_DEFINE_DEFAULT(foo_export) argument
68 #define EXPORT_TEMPLATE_DECLARE_EXPORT_DLLEXPORT(foo_export) argument
69 #define EXPORT_TEMPLATE_DEFINE_EXPORT_DLLEXPORT(foo_export) foo_export argument
87 #define EXPORT_TEMPLATE_STYLE(foo_export) EXPORT_TEMPLATE_STYLE_2(foo_export) argument
88 #define EXPORT_TEMPLATE_STYLE_2(foo_export) \ argument
[all …]