Home
last modified time | relevance | path

Searched defs:NATIVE_LIBRARY_TEST_ALWAYS_EXPORT (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libchrome/base/test/
H A Dnative_library_test_utils.h11 #define NATIVE_LIBRARY_TEST_ALWAYS_EXPORT __declspec(dllexport) macro
13 #define NATIVE_LIBRARY_TEST_ALWAYS_EXPORT __attribute__((visibility("default"))) macro
/aosp_15_r20/external/cronet/base/test/
H A Dnative_library_test_utils.h11 #define NATIVE_LIBRARY_TEST_ALWAYS_EXPORT __declspec(dllexport) macro
13 #define NATIVE_LIBRARY_TEST_ALWAYS_EXPORT __attribute__((visibility("default"))) macro