Home
last modified time | relevance | path

Searched refs:container_type (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/libc++/include/
H A Dqueue26 typedef typename container_type::reference reference;
28 typedef typename container_type::size_type size_type;
31 container_type c;
43 explicit queue(const container_type& c);
44 explicit queue(container_type&& c)
48 queue(const container_type& c, const Alloc& a);
50 queue(container_type&& c, const Alloc& a);
112 container_type c;
225 container_type c;
278 queue(container_type&& __c, const _Alloc& __a,
[all …]
H A Dstack24 typedef Container container_type;
25 typedef typename container_type::value_type value_type;
26 typedef typename container_type::reference reference;
28 typedef typename container_type::size_type size_type;
31 container_type c;
43 explicit stack(const container_type& c);
44 explicit stack(container_type&& c);
124 container_type c;
155 explicit stack(const container_type& __c) : c(__c) {}
165 stack(const container_type& __c, const _Alloc& __a,
[all …]
H A Diterator152 typedef Container container_type;
173 typedef Container container_type;
195 typedef Container container_type;
804 typedef _Container container_type;
837 typedef _Container container_type;
871 typedef _Container container_type;
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_queue.h117 typedef _Sequence container_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
338 typedef _Sequence container_type; typedef
H A Dstl_iterator.h393 typedef _Container container_type; typedef
468 typedef _Container container_type; typedef
547 typedef _Container container_type; typedef
H A Dstl_stack.h119 typedef _Sequence container_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DVectorType.cpp170 CompilerType container_type, CompilerType element_type, in CalculateNumChildren() argument
175 container_type.GetByteSize(exe_scope); in CalculateNumChildren()
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/
H A Dtag_and_trait.hpp342 typedef Cntnr container_type; typedef
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dhash_set496 typedef _Container container_type;
540 typedef _Container container_type;
H A Dhash_map527 typedef _Container container_type;
570 typedef _Container container_type;
H A Dslist1043 typedef _Container container_type;