Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_windows.h98 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedIncrement(long volatile *);
99 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedDecrement(long volatile *);
100 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedExchange(long volatile *, long);
102 _STLP_IMPORT_DECLSPEC void* _STLP_STDCALL _InterlockedExchangePointer(void* volatile *, void*);
108 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedIncrement(long*);
109 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedDecrement(long*);
110 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedExchange(long*, long);
178 _STLP_IMPORT_DECLSPEC void _STLP_STDCALL Sleep(unsigned long);
179 _STLP_IMPORT_DECLSPEC void _STLP_STDCALL OutputDebugStringA(const char* lpOutputString);
D_gcc.h76 # define _STLP_IMPORT_DECLSPEC __declspec(dllimport) macro
85 # define _STLP_IMPORT_DECLSPEC __attribute__((visibility("default"))) macro
D_dm.h86 #define _STLP_IMPORT_DECLSPEC __declspec(dllimport) macro
D_watcom.h30 #define _STLP_IMPORT_DECLSPEC __declspec(dllimport) macro
Dfeatures.h905 #ifndef _STLP_IMPORT_DECLSPEC
906 # define _STLP_IMPORT_DECLSPEC macro
961 # ifndef _STLP_IMPORT_DECLSPEC
962 # define _STLP_IMPORT_DECLSPEC macro
974 # define _STLP_DECLSPEC _STLP_IMPORT_DECLSPEC /* Other modules, importing STLport expo…
D_bc.h108 #define _STLP_IMPORT_DECLSPEC __declspec(dllimport) macro
D_msvc.h215 #define _STLP_IMPORT_DECLSPEC __declspec(dllimport) macro