Home
last modified time | relevance | path

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

/external/stlport/test/eh/
DPrefix.h118 class /*_STLP_CLASS_DECLSPEC*/ EH_allocator; variable
121 class /*_STLP_CLASS_DECLSPEC*/ EH_allocator {
133 typedef EH_allocator<_Tp1> other;
136 EH_allocator() _STLP_NOTHROW {} in EH_allocator() function
138 template <class _Tp1> EH_allocator(const EH_allocator<_Tp1>&) _STLP_NOTHROW {} in EH_allocator() function
140 EH_allocator(const EH_allocator<_Tp>&) _STLP_NOTHROW {} in EH_allocator() function
141 ~EH_allocator() _STLP_NOTHROW {} in ~EH_allocator()
160 …ate <class _T1> inline bool _STLP_CALL operator==(const EH_allocator<_T1>&, const EH_allocator<_T…
161 …ate <class _T1> inline bool _STLP_CALL operator!=(const EH_allocator<_T1>&, const EH_allocator<_T…
167 inline EH_allocator<_Tp2>& _STLP_CALL
[all …]