Searched refs:EXPORT_TEMPLATE_STYLE (Results 1 – 1 of 1) sorted by relevance
/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), \
|