| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | queue | 23 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 …]
|
| D | stack | 23 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 …]
|
| D | iterator | 320 typedef Container container_type; 343 typedef Container container_type; 367 typedef Container container_type;
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/24_iterators/ |
| D | insert_iterator.cc | 45 typedef test_iterator::container_type container_type; in test01() typedef 66 container_type l; 67 container_type::iterator i; 68 container_type* p;
|
| D | front_insert_iterator.cc | 43 typedef test_iterator::container_type container_type; in test01() typedef 59 container_type l; 60 container_type* p;
|
| D | back_insert_iterator.cc | 43 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/ |
| D | stl_queue.h | 117 typedef _Sequence container_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef 338 typedef _Sequence container_type; typedef
|
| D | stl_iterator.h | 393 typedef _Container container_type; typedef 468 typedef _Container container_type; typedef 547 typedef _Container container_type; typedef
|
| D | stl_stack.h | 119 typedef _Sequence container_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | stl_queue.h | 126 typedef _Sequence container_type; typedef 320 typedef _Sequence container_type; typedef
|
| D | stl_iterator.h | 341 typedef _Container container_type; typedef 413 typedef _Container container_type; typedef 489 typedef _Container container_type; typedef
|
| D | stl_stack.h | 126 typedef _Sequence container_type; typedef
|
| /openbsd/src/gnu/llvm/lldb/source/DataFormatters/ |
| D | VectorType.cpp | 173 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/ |
| D | tag_and_trait.hpp | 342 typedef Cntnr container_type; typedef
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/ |
| D | hash_set | 496 typedef _Container container_type; 540 typedef _Container container_type;
|
| D | hash_map | 527 typedef _Container container_type; 570 typedef _Container container_type;
|
| D | slist | 1043 typedef _Container container_type;
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/ |
| D | hash_set | 392 typedef _Container container_type; 419 typedef _Container container_type;
|
| D | hash_map | 401 typedef _Container container_type; 428 typedef _Container container_type;
|
| D | slist | 926 typedef _Container container_type;
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
| D | CHECKLIST | 2614 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/ |
| D | CHECKLIST | 2614 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;
|