/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.uses/allocator.uses.trait/ |
D | uses_allocator.pass.cpp | 23 typedef int allocator_type; typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/ |
D | construct.pass.cpp | 29 typedef A1<B> allocator_type; typedef 45 typedef std::scoped_allocator_adaptor<A2<C>> allocator_type; typedef 61 typedef std::scoped_allocator_adaptor<A2<D>> allocator_type; typedef 78 typedef std::scoped_allocator_adaptor<A1<E>> allocator_type; typedef 95 typedef std::scoped_allocator_adaptor<A2<F>> allocator_type; typedef
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _hash_set.h | 72 typedef typename _Ht::allocator_type allocator_type; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef 258 typedef typename _Ht::allocator_type allocator_type; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
|
D | _set.h | 79 typedef typename _Rep_type::allocator_type allocator_type; in _STLP_CREATE_ITERATOR_TRAITS() typedef 250 typedef typename _Rep_type::allocator_type allocator_type; in _STLP_CREATE_ITERATOR_TRAITS() typedef
|
D | _hash_map.h | 78 typedef typename _Ht::allocator_type allocator_type; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef 269 typedef typename _Ht::allocator_type allocator_type; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
|
D | _unordered_set.h | 66 typedef typename _Ht::allocator_type allocator_type; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef 216 typedef typename _Ht::allocator_type allocator_type; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
|
D | _map.h | 91 typedef typename _Rep_type::allocator_type allocator_type; in _STLP_CREATE_ITERATOR_TRAITS() typedef 284 typedef typename _Rep_type::allocator_type allocator_type; in _STLP_CREATE_ITERATOR_TRAITS() typedef
|
D | _unordered_map.h | 72 typedef typename _Ht::allocator_type allocator_type; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef 240 typedef typename _Ht::allocator_type allocator_type; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
|
D | _string_base.h | 49 typedef _Alloc allocator_type; typedef
|
D | _vector.h | 62 typedef _Alloc allocator_type; typedef 119 typedef typename _Base::allocator_type allocator_type; typedef
|
D | _alloc.h | 201 typedef typename _Rebind_type::other allocator_type; typedef 207 typedef _Allocator allocator_type; typedef
|
D | _string_sum.h | 93 typedef typename _BString::allocator_type allocator_type; typedef
|
D | _string.h | 152 typedef typename _Base::allocator_type allocator_type; typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/ |
D | alloc_first.h | 21 typedef A1<int> allocator_type; typedef
|
D | alloc_last.h | 21 typedef A1<int> allocator_type; typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ |
D | ctor_queue_alloc.pass.cpp | 37 typedef test_allocator<int> allocator_type; typedef
|
D | ctor_rcontainer_alloc.pass.cpp | 40 typedef test_allocator<MoveOnly> allocator_type; typedef
|
D | ctor_rqueue_alloc.pass.cpp | 40 typedef test_allocator<MoveOnly> allocator_type; typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/ |
D | ctor_copy_alloc.pass.cpp | 37 typedef test_allocator<int> allocator_type; typedef
|
D | ctor_rcontainer_alloc.pass.cpp | 40 typedef test_allocator<MoveOnly> allocator_type; typedef
|
D | ctor_rqueue_alloc.pass.cpp | 40 typedef test_allocator<MoveOnly> allocator_type; typedef
|
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
D | _vector.h | 74 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type; typedef
|
D | _list.h | 81 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type; typedef
|
D | _slist.h | 81 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type; typedef
|