HomeSort by relevance Sort by last modified time
    Searched refs:EXPORT_TEMPLATE_TEST (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/
export_template.h 127 // EXPORT_TEMPLATE_TEST uses the same macro invocation pattern as
132 // EXPORT_TEMPLATE_TEST(DEFAULT, __declspec(dllimport));
147 #define EXPORT_TEMPLATE_TEST(want, export) \
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/v8/src/base/
export-template.h 127 // EXPORT_TEMPLATE_TEST uses the same macro invocation pattern as
132 // EXPORT_TEMPLATE_TEST(DEFAULT, __declspec(dllimport));
147 #define EXPORT_TEMPLATE_TEST(want, export) \
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

Completed in 98 milliseconds