Searched refs:EXPORT_TEMPLATE_TEST (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/base/ |
D | export-template.h | 147 #define EXPORT_TEMPLATE_TEST(want, export) \ macro 154 EXPORT_TEMPLATE_TEST(DEFAULT, ); 155 EXPORT_TEMPLATE_TEST(DEFAULT, __attribute__((visibility("default")))); 156 EXPORT_TEMPLATE_TEST(MSVC_HACK, __declspec(dllexport)); 157 EXPORT_TEMPLATE_TEST(DEFAULT, __declspec(dllimport)); 159 #undef EXPORT_TEMPLATE_TEST
|
/external/libchrome/base/ |
D | export_template.h | 147 #define EXPORT_TEMPLATE_TEST(want, export) \ macro 154 EXPORT_TEMPLATE_TEST(DEFAULT, ); 155 EXPORT_TEMPLATE_TEST(DEFAULT, __attribute__((visibility("default")))); 156 EXPORT_TEMPLATE_TEST(MSVC_HACK, __declspec(dllexport)); 157 EXPORT_TEMPLATE_TEST(DEFAULT, __declspec(dllimport)); 159 #undef EXPORT_TEMPLATE_TEST
|