Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/libcxx/include/
H A Dqueue25 typedef typename container_type::reference reference;
30 container_type c;
42 explicit queue(const container_type& c);
43 explicit queue(container_type&& c)
49 queue(const container_type& c, const Alloc& a);
51 queue(container_type&& c, const Alloc& a);
123 container_type c;
270 container_type c;
334 queue(container_type&& __c, const _Alloc& __a,
507 container_type c;
[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);
146 container_type c;
177 explicit stack(const container_type& __c) : c(__c) {}
186 stack(const container_type& __c, const _Alloc& __a,
[all …]
H A Diterator320 typedef Container container_type;
343 typedef Container container_type;
367 typedef Container container_type;
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/24_iterators/
H A Dinsert_iterator.cc45 typedef test_iterator::container_type container_type; in test01() typedef
66 container_type l;
67 container_type::iterator i;
68 container_type* p;
H A Dback_insert_iterator.cc43 typedef test_iterator::container_type container_type; in test01() typedef
60 container_type l;
61 container_type* p;
H A Dfront_insert_iterator.cc43 typedef test_iterator::container_type container_type; in test01() typedef
59 container_type l;
60 container_type* p;
/openbsd/gnu/gcc/libstdc++-v3/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
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_queue.h126 typedef _Sequence container_type; typedef
320 typedef _Sequence container_type; typedef
H A Dstl_iterator.h341 typedef _Container container_type; typedef
413 typedef _Container container_type; typedef
489 typedef _Container container_type; typedef
H A Dstl_stack.h126 typedef _Sequence container_type; typedef
/openbsd/gnu/llvm/libcxx/include/__iterator/
H A Dfront_insert_iterator.h46 typedef _Container container_type; typedef
H A Dback_insert_iterator.h46 typedef _Container container_type; typedef
H A Dinsert_iterator.h56 typedef _Container container_type; typedef
/openbsd/gnu/llvm/lldb/source/DataFormatters/
H A DVectorType.cpp173 CompilerType container_type, CompilerType element_type, in CalculateNumChildren() argument
178 container_type.GetByteSize(exe_scope); in CalculateNumChildren()
/openbsd/gnu/llvm/libcxx/include/__format/
H A Dcontainer_adaptor.h39 formatter<typename _Adaptor::container_type, _CharT> __underlying_;
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/
H A Dtag_and_trait.hpp342 typedef Cntnr container_type; typedef
/openbsd/gnu/gcc/libstdc++-v3/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;
/openbsd/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dhash_set392 typedef _Container container_type;
419 typedef _Container container_type;
H A Dhash_map401 typedef _Container container_type;
428 typedef _Container container_type;
H A Dslist926 typedef _Container container_type;
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A DCHECKLIST2614 T typedef Container container_type;
2657 T typedef Container container_type;
2683 T typedef Container container_type;
3714 T typedef Container container_type;
3737 T typedef Container container_type;
3758 T typedef Container container_type;

12