Home | History | Annotate | Download | only in drs

Lines Matching refs:_E

204   template <class _E>
207 const _E* __begin_;
210 initializer_list(const _E* __b, size_t __s)
214 typedef _E value_type;
215 typedef const _E& reference;
216 typedef const _E& const_reference;
219 typedef const _E* iterator;
220 typedef const _E* const_iterator;
225 const _E* begin() const {return __begin_;}
226 const _E* end() const {return __begin_ + __size_;}