Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/
H A Dstack23 typedef Container container_type;
24 typedef typename container_type::value_type value_type;
25 typedef typename container_type::reference reference;
26 typedef typename container_type::const_reference const_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);
47 template <class Alloc> stack(const container_type& c, const Alloc& a);
48 template <class Alloc> stack(container_type&& c, const Alloc& a);
[all …]
H A Dqueue23 typedef Container container_type;
24 typedef typename container_type::value_type value_type;
25 typedef typename container_type::reference reference;
26 typedef typename container_type::const_reference const_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)
50 queue(const container_type& c, const Alloc& a);
52 queue(container_type&& c, const Alloc& a);
[all …]
H A Diterator320 typedef Container container_type;
343 typedef Container container_type;
367 typedef Container container_type;
/src/usr.sbin/moused/moused/
H A Dutil-list.h156 #define list_first_entry_by_type(head, container_type, member) \ argument
157 container_of((head)->next, container_type, member)
/src/contrib/llvm-project/libcxx/include/__iterator/
H A Dfront_insert_iterator.h51 typedef _Container container_type; typedef
H A Dback_insert_iterator.h51 typedef _Container container_type; typedef
H A Dinsert_iterator.h61 typedef _Container container_type; typedef
/src/contrib/llvm-project/libcxx/include/__format/
H A Dcontainer_adaptor.h40 using __maybe_const_container = __fmt_maybe_const<typename _Adaptor::container_type, _CharT>;