HomeSort by relevance Sort by last modified time
    Searched defs:_STLP_CALL (Results 1 - 13 of 13) sorted by null

  /external/stlport/stlport/stl/config/
_dm.h 109 # define _STLP_CALL __export
111 # define _STLP_CALL
114 # define _STLP_CALL
_watcom.h 29 #define _STLP_CALL __cdecl
_bc.h 126 # define _STLP_CALL __cdecl __export
128 # define _STLP_CALL __cdecl
131 # define _STLP_CALL __cdecl
_gcc.h 60 # define _STLP_CALL
_msvc.h 41 #define _STLP_CALL __cdecl
features.h 993 #if !defined (_STLP_CALL)
994 # define _STLP_CALL
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_dm.h 109 # define _STLP_CALL __export
111 # define _STLP_CALL
114 # define _STLP_CALL
_watcom.h 29 #define _STLP_CALL __cdecl
_bc.h 126 # define _STLP_CALL __cdecl __export
128 # define _STLP_CALL __cdecl
131 # define _STLP_CALL __cdecl
_gcc.h 60 # define _STLP_CALL
_msvc.h 41 #define _STLP_CALL __cdecl
features.h 993 #if !defined (_STLP_CALL)
994 # define _STLP_CALL
    [all...]
  /external/stlport/test/eh/
Prefix.h 56 #ifndef _STLP_CALL
57 # define _STLP_CALL
160 template <class _T1> inline bool _STLP_CALL operator==(const EH_allocator<_T1>&, const EH_allocator<_T1>&) { return true; }
161 template <class _T1> inline bool _STLP_CALL operator!=(const EH_allocator<_T1>&, const EH_allocator<_T1>&) { return false; }
167 inline EH_allocator<_Tp2>& _STLP_CALL
170 inline EH_allocator<_Tp2> _STLP_CALL

Completed in 183 milliseconds