Lines Matching refs:_E
83 template <class _E>
86 const _E* __begin_;
89 initializer_list(const _E* __b, size_t __s)
95 typedef _E value_type;
96 typedef const _E& reference;
97 typedef const _E& const_reference;
100 typedef const _E* iterator;
101 typedef const _E* const_iterator;
106 const _E* begin() const {return __begin_;}
107 const _E* end() const {return __begin_ + __size_;}