Searched refs:RTC_EXPORT_TEMPLATE_TEST (Results 1 – 1 of 1) sorted by relevance
178 #define RTC_EXPORT_TEMPLATE_TEST(want, export) \ macro186 RTC_EXPORT_TEMPLATE_TEST(DEFAULT, ); // NOLINT187 RTC_EXPORT_TEMPLATE_TEST(DEFAULT, __attribute__((visibility("default"))));188 RTC_EXPORT_TEMPLATE_TEST(MSVC_HACK, __declspec(dllexport));189 RTC_EXPORT_TEMPLATE_TEST(DEFAULT, __declspec(dllimport));191 #undef RTC_EXPORT_TEMPLATE_TEST