/openbsd/gnu/llvm/libcxx/include/ |
H A D | queue | 25 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 D | stack | 23 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 D | iterator | 320 typedef Container container_type; 343 typedef Container container_type; 367 typedef Container container_type;
|
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/24_iterators/ |
H A 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;
|
H A D | back_insert_iterator.cc | 43 typedef test_iterator::container_type container_type; in test01() typedef 60 container_type l; 61 container_type* p;
|
H A D | front_insert_iterator.cc | 43 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 D | stl_queue.h | 117 typedef _Sequence container_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef 338 typedef _Sequence container_type; typedef
|
H A D | stl_iterator.h | 393 typedef _Container container_type; typedef 468 typedef _Container container_type; typedef 547 typedef _Container container_type; typedef
|
H A D | stl_stack.h | 119 typedef _Sequence container_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | stl_queue.h | 126 typedef _Sequence container_type; typedef 320 typedef _Sequence container_type; typedef
|
H A D | stl_iterator.h | 341 typedef _Container container_type; typedef 413 typedef _Container container_type; typedef 489 typedef _Container container_type; typedef
|
H A D | stl_stack.h | 126 typedef _Sequence container_type; typedef
|
/openbsd/gnu/llvm/libcxx/include/__iterator/ |
H A D | front_insert_iterator.h | 46 typedef _Container container_type; typedef
|
H A D | back_insert_iterator.h | 46 typedef _Container container_type; typedef
|
H A D | insert_iterator.h | 56 typedef _Container container_type; typedef
|
/openbsd/gnu/llvm/lldb/source/DataFormatters/ |
H A D | VectorType.cpp | 173 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 D | container_adaptor.h | 39 formatter<typename _Adaptor::container_type, _CharT> __underlying_;
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/ |
H A D | tag_and_trait.hpp | 342 typedef Cntnr container_type; typedef
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/ |
H A D | hash_set | 496 typedef _Container container_type; 540 typedef _Container container_type;
|
H A D | hash_map | 527 typedef _Container container_type; 570 typedef _Container container_type;
|
H A D | slist | 1043 typedef _Container container_type;
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/ext/ |
H A D | hash_set | 392 typedef _Container container_type; 419 typedef _Container container_type;
|
H A D | hash_map | 401 typedef _Container container_type; 428 typedef _Container container_type;
|
H A D | slist | 926 typedef _Container container_type;
|
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
H A 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;
|