Home
last modified time | relevance | path

Searched refs:EXPORT_TEMPLATE_TEST (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/base/
Dexport-template.h147 #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/
Dexport_template.h147 #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