Lines Matching refs:eh_allocator
118 class /*_STLP_CLASS_DECLSPEC*/ EH_allocator;
121 class /*_STLP_CLASS_DECLSPEC*/ EH_allocator {
133 typedef EH_allocator<_Tp1> other;
136 EH_allocator() _STLP_NOTHROW {}
138 template <class _Tp1> EH_allocator(const EH_allocator<_Tp1>&) _STLP_NOTHROW {}
140 EH_allocator(const EH_allocator<_Tp>&) _STLP_NOTHROW {}
141 ~EH_allocator() _STLP_NOTHROW {}
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
168 __stl_alloc_rebind(EH_allocator<_Tp1>& __a, const _Tp2*) { return (EH_allocator<_Tp2>&)(__a); }
170 inline EH_allocator<_Tp2> _STLP_CALL
171 __stl_alloc_create(const EH_allocator<_Tp1>&, const _Tp2*) { return EH_allocator<_Tp2>(); }
174 # define eh_allocator(T) ::EH_allocator<T>
179 # define EH_BIT_VECTOR EH_STD::vector<bool, eh_allocator(bool) >
184 # define EH_BIT_VECTOR EH_STD::vector<bool, eh_allocator(bool) >