Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/
H A Dqueue30 container_type c;
43 explicit queue(container_type&& c)
139 container_type c;
311 container_type c;
531 container_type c;
633 const container_type& __c,
643 container_type&& __c,
840 const container_type& __c,
859 container_type&& __c,
900 const container_type& __c,
[all …]
H A Dstack25 typedef typename container_type::reference reference;
30 container_type c;
42 explicit stack(const container_type& c);
43 explicit stack(container_type&& c);
158 typedef _Container container_type;
159 typedef typename container_type::value_type value_type;
160 typedef typename container_type::reference reference;
162 typedef typename container_type::size_type size_type;
166 container_type c;
198 …stack(const container_type& __c, const _Alloc& __a, __enable_if_t<uses_allocator<container_type, _…
[all …]
H A Diterator320 typedef Container container_type;
343 typedef Container container_type;
367 typedef Container container_type;
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dback_insert_iterator.h51 typedef _Container container_type; typedef
H A Dfront_insert_iterator.h51 typedef _Container container_type; typedef
H A Dinsert_iterator.h61 typedef _Container container_type; typedef
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dcontainer_adaptor.h40 using __maybe_const_container = __fmt_maybe_const<typename _Adaptor::container_type, _CharT>;