Searched refs:EXPORT_TEMPLATE_STYLE (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) 102 #define EXPORT_TEMPLATE_STYLE(export, _) EXPORT_TEMPLATE_STYLE_2(export, ) macro 149 TEST_##want, EXPORT_TEMPLATE_STYLE(export, ), export), \
|
/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) 102 #define EXPORT_TEMPLATE_STYLE(export, _) EXPORT_TEMPLATE_STYLE_2(export, ) macro 149 TEST_##want, EXPORT_TEMPLATE_STYLE(export, ), export), \
|