Searched refs:container_type (Results 1 – 7 of 7) sorted by relevance
25 typedef typename container_type::reference reference;27 typedef typename container_type::size_type size_type;30 container_type c;42 explicit queue(const container_type& c);43 explicit queue(container_type&& c)47 queue(const container_type& c, const Alloc& a);49 queue(container_type&& c, const Alloc& a);111 container_type c;220 container_type c;270 queue(container_type&& __c, const _Alloc& __a,[all …]
23 typedef Container container_type;24 typedef typename container_type::value_type value_type;25 typedef typename container_type::reference reference;27 typedef typename container_type::size_type size_type;30 container_type c;42 explicit stack(const container_type& c);43 explicit stack(container_type&& c);125 container_type c;156 explicit stack(const container_type& __c) : c(__c) {}165 stack(const container_type& __c, const _Alloc& __a,[all …]
269 typedef Container container_type;292 typedef Container container_type;316 typedef Container container_type;
49 typedef _Container container_type; typedef
50 typedef _Container container_type; typedef
170 CompilerType container_type, CompilerType element_type, in CalculateNumChildren() argument175 container_type.GetByteSize(exe_scope); in CalculateNumChildren()