Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/libcxx/include/
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)
49 queue(const container_type& c, const Alloc& a);
51 queue(container_type&& c, const Alloc& a);
[all …]
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);
46 template <class Alloc> stack(const container_type& c, const Alloc& a);
47 template <class Alloc> stack(container_type&& c, const Alloc& a);
[all …]
Diterator320 typedef Container container_type;
343 typedef Container container_type;
367 typedef Container container_type;
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/24_iterators/
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;
Dfront_insert_iterator.cc43 typedef test_iterator::container_type container_type; in test01() typedef
59 container_type l;
60 container_type* p;
Dback_insert_iterator.cc43 typedef test_iterator::container_type container_type; in test01() typedef
60 container_type l;
61 container_type* p;
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dstl_queue.h117 typedef _Sequence container_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
338 typedef _Sequence container_type; typedef
Dstl_iterator.h393 typedef _Container container_type; typedef
468 typedef _Container container_type; typedef
547 typedef _Container container_type; typedef
Dstl_stack.h119 typedef _Sequence container_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dstl_queue.h126 typedef _Sequence container_type; typedef
320 typedef _Sequence container_type; typedef
Dstl_iterator.h341 typedef _Container container_type; typedef
413 typedef _Container container_type; typedef
489 typedef _Container container_type; typedef
Dstl_stack.h126 typedef _Sequence container_type; typedef
/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DVectorType.cpp173 CompilerType container_type, CompilerType element_type, in CalculateNumChildren() argument
178 container_type.GetByteSize(exe_scope); in CalculateNumChildren()
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/
Dtag_and_trait.hpp342 typedef Cntnr container_type; typedef
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dhash_set496 typedef _Container container_type;
540 typedef _Container container_type;
Dhash_map527 typedef _Container container_type;
570 typedef _Container container_type;
Dslist1043 typedef _Container container_type;
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/
Dhash_set392 typedef _Container container_type;
419 typedef _Container container_type;
Dhash_map401 typedef _Container container_type;
428 typedef _Container container_type;
Dslist926 typedef _Container container_type;
/openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
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;
/openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
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;