Searched refs:EXPORT_TEMPLATE_INVOKE (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/base/ |
D | export-template.h | 62 EXPORT_TEMPLATE_INVOKE(DECLARE, EXPORT_TEMPLATE_STYLE(export, ), export) 64 EXPORT_TEMPLATE_INVOKE(DEFINE, EXPORT_TEMPLATE_STYLE(export, ), export) 72 #define EXPORT_TEMPLATE_INVOKE(which, style, export) \ macro 148 static_assert(EXPORT_TEMPLATE_INVOKE( \
|
/external/libchrome/base/ |
D | export_template.h | 62 EXPORT_TEMPLATE_INVOKE(DECLARE, EXPORT_TEMPLATE_STYLE(export, ), export) 64 EXPORT_TEMPLATE_INVOKE(DEFINE, EXPORT_TEMPLATE_STYLE(export, ), export) 72 #define EXPORT_TEMPLATE_INVOKE(which, style, export) \ macro 148 static_assert(EXPORT_TEMPLATE_INVOKE( \
|