Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/system/
Drtc_export_template.h178 #define RTC_EXPORT_TEMPLATE_TEST(want, export) \ macro
186 RTC_EXPORT_TEMPLATE_TEST(DEFAULT, ); // NOLINT
187 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