Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dqueue25 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 …]
H A Dstack23 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 …]
H A Diterator269 typedef Container container_type;
292 typedef Container container_type;
316 typedef Container container_type;
/freebsd-13.1/contrib/llvm-project/libcxx/include/__iterator/
H A Dfront_insert_iterator.h49 typedef _Container container_type; typedef
H A Dback_insert_iterator.h49 typedef _Container container_type; typedef
H A Dinsert_iterator.h50 typedef _Container container_type; typedef
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp170 CompilerType container_type, CompilerType element_type, in CalculateNumChildren() argument
175 container_type.GetByteSize(exe_scope); in CalculateNumChildren()