Lines Matching refs:base_t

109    typedef vector<Value, dtl::static_storage_allocator<Value, Capacity> > base_t;  typedef in boost::container::static_vector
122 typedef typename base_t::value_type value_type;
124 typedef typename base_t::size_type size_type;
126 typedef typename base_t::difference_type difference_type;
128 typedef typename base_t::pointer pointer;
130 typedef typename base_t::const_pointer const_pointer;
132 typedef typename base_t::reference reference;
134 typedef typename base_t::const_reference const_reference;
136 typedef typename base_t::iterator iterator;
138 typedef typename base_t::const_iterator const_iterator;
140 typedef typename base_t::reverse_iterator reverse_iterator;
142 typedef typename base_t::const_reverse_iterator const_reverse_iterator;
155 : base_t() in static_vector()
170 : base_t(count) in static_vector()
188 : base_t(count, default_init_t()) in static_vector()
204 : base_t(count, value) in static_vector()
223 : base_t(first, last) in static_vector()
240 : base_t(il) in static_vector()
254 : base_t(other) in static_vector()
258 : base_t(other) in static_vector()
263 : base_t(BOOST_MOVE_BASE(base_t, other)) in static_vector()
267 : base_t() in static_vector()
283 : base_t(other) in static_vector()
298 : base_t(BOOST_MOVE_BASE(base_t, other)) in static_vector()
315 : base_t(BOOST_MOVE_BASE(typename static_vector<value_type BOOST_MOVE_I C>::base_t, other)) in static_vector()
329 return static_cast<static_vector&>(base_t::operator=(static_cast<base_t const&>(other))); in operator =()
343 { return static_cast<static_vector&>(base_t::operator=(il)); } in operator =()
360 return static_cast<static_vector&>(base_t::operator= in operator =()
361 (static_cast<typename static_vector<value_type, C>::base_t const&>(other))); in operator =()
377 return static_cast<static_vector&>(base_t::operator=(BOOST_MOVE_BASE(base_t, other))); in operator =()
395 return static_cast<static_vector&>(base_t::operator= in operator =()
396 (BOOST_MOVE_BASE(typename static_vector<value_type BOOST_MOVE_I C>::base_t, other))); in operator =()