Home | History | Annotate | Download | only in backward

Lines Matching defs:element_type

94       typedef _Tp element_type;
103 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
119 * pointer-to-Tp/element_type.
146 * A pointer-to-Tp1 must be convertible to a pointer-to-Tp/element_type.
180 element_type&
193 element_type*
210 element_type*
224 element_type*
227 element_type* __tmp = _M_ptr;
240 reset(element_type* __p = 0) throw()
260 auto_ptr(auto_ptr_ref<element_type> __ref) throw()
264 operator=(auto_ptr_ref<element_type> __ref) throw()
289 typedef void element_type;