/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.uses/allocator.uses.trait/ |
uses_allocator.pass.cpp | 23 typedef int allocator_type; typedef in struct:B
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ |
ctor_queue_alloc.pass.cpp | 37 typedef test_allocator<int> allocator_type; typedef in struct:test 40 explicit test(const allocator_type& a) : base(a) {} 41 test(const container_type& c, const allocator_type& a) : base(c, a) {} 42 test(const test& q, const allocator_type& a) : base(q, a) {} 43 allocator_type get_allocator() {return this->c.get_allocator();}
|
ctor_rcontainer_alloc.pass.cpp | 40 typedef test_allocator<MoveOnly> allocator_type; typedef in struct:test 43 explicit test(const allocator_type& a) : base(a) {} 44 test(const container_type& c, const allocator_type& a) : base(c, a) {} 45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {} 46 test(test&& q, const allocator_type& a) : base(std::move(q), a) {} 47 allocator_type get_allocator() {return this->c.get_allocator();}
|
ctor_rqueue_alloc.pass.cpp | 40 typedef test_allocator<MoveOnly> allocator_type; typedef in struct:test 43 explicit test(const allocator_type& a) : base(a) {} 44 test(const container_type& c, const allocator_type& a) : base(c, a) {} 45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {} 46 test(test&& q, const allocator_type& a) : base(std::move(q), a) {} 47 allocator_type get_allocator() {return this->c.get_allocator();}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/ |
ctor_copy_alloc.pass.cpp | 37 typedef test_allocator<int> allocator_type; typedef in struct:test 40 explicit test(const allocator_type& a) : base(a) {} 41 test(const container_type& c, const allocator_type& a) : base(c, a) {} 42 test(const test& q, const allocator_type& a) : base(q, a) {} 43 allocator_type get_allocator() {return this->c.get_allocator();}
|
ctor_rcontainer_alloc.pass.cpp | 40 typedef test_allocator<MoveOnly> allocator_type; typedef in struct:test 43 explicit test(const allocator_type& a) : base(a) {} 44 test(const container_type& c, const allocator_type& a) : base(c, a) {} 45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {} 46 test(test&& q, const allocator_type& a) : base(std::move(q), a) {} 47 allocator_type get_allocator() {return this->c.get_allocator();}
|
ctor_rqueue_alloc.pass.cpp | 40 typedef test_allocator<MoveOnly> allocator_type; typedef in struct:test 43 explicit test(const allocator_type& a) : base(a) {} 44 test(const container_type& c, const allocator_type& a) : base(c, a) {} 45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {} 46 test(test&& q, const allocator_type& a) : base(std::move(q), a) {} 47 allocator_type get_allocator() {return this->c.get_allocator();}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/ |
alloc_first.h | 12 typedef A1<int> allocator_type; typedef in struct:alloc_first
|
alloc_last.h | 12 typedef A1<int> allocator_type; typedef in struct:alloc_last
|
/external/clang/test/CXX/except/except.spec/ |
canonical.cpp | 22 typedef _Allocator allocator_type; typedef in class:std::basic_string 25 noexcept(__is_nothrow_constructible<allocator_type>::value); 48 basic_string<T, _Traits, _Allocator>::basic_string() noexcept(__is_nothrow_constructible<allocator_type>::value) {}
|
/external/clang/test/SemaCXX/ |
PR9908.cpp | 13 typedef Alloc allocator_type; typedef in struct:allocator_traits 15 __allocator_traits_rebind<allocator_type, T>::type;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/ |
construct.pass.cpp | 29 typedef A1<B> allocator_type; typedef in struct:B 31 explicit B(std::allocator_arg_t, const allocator_type& a, int i) 45 typedef std::scoped_allocator_adaptor<A2<C>> allocator_type; typedef in struct:C 47 explicit C(std::allocator_arg_t, const allocator_type& a, int i) 61 typedef std::scoped_allocator_adaptor<A2<D>> allocator_type; typedef in struct:D 63 explicit D(int i, int j, const allocator_type& a) 78 typedef std::scoped_allocator_adaptor<A1<E>> allocator_type; typedef in struct:E 80 explicit E(int i, int j, const allocator_type& a) 95 typedef std::scoped_allocator_adaptor<A2<F>> allocator_type; typedef in struct:F 103 explicit F(int i, int j, const allocator_type& a [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/ |
list_update_policy.hpp | 63 typedef Allocator allocator_type; typedef in class:__gnu_pbds::move_to_front_lu_policy 69 typedef typename allocator_type::template rebind<metadata_type>::other metadata_rebind; 100 typedef Allocator allocator_type; typedef in class:__gnu_pbds::counter_lu_policy 107 typedef typename allocator_type::size_type size_type;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
unordered_map.h | 65 typedef typename _Base::allocator_type allocator_type; typedef in class:__unordered_map 71 const allocator_type& __a = allocator_type()) 82 const allocator_type& __a = allocator_type()) 92 const allocator_type& __a = allocator_type()) 136 typedef typename _Base::allocator_type allocator_type; typedef in class:__unordered_multimap 266 typedef typename _Base::allocator_type allocator_type; typedef in class:unordered_map 334 typedef typename _Base::allocator_type allocator_type; typedef in class:unordered_multimap [all...] |
unordered_set.h | 65 typedef typename _Base::allocator_type allocator_type; typedef in class:__unordered_set 71 const allocator_type& __a = allocator_type()) 82 const allocator_type& __a = allocator_type()) 92 const allocator_type& __a = allocator_type()) 134 typedef typename _Base::allocator_type allocator_type; typedef in class:__unordered_multiset 259 typedef typename _Base::allocator_type allocator_type; typedef in class:unordered_set 324 typedef typename _Base::allocator_type allocator_type; typedef in class:unordered_multiset [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/ |
list_update_policy.hpp | 65 typedef Allocator allocator_type; typedef in class:__gnu_pbds::move_to_front_lu_policy 71 typedef typename allocator_type::template rebind<metadata_type>::other metadata_rebind; 103 typedef Allocator allocator_type; typedef in class:__gnu_pbds::counter_lu_policy 110 typedef typename allocator_type::size_type size_type;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
unordered_map.h | 63 typedef typename _Base::allocator_type allocator_type; typedef in class:tr1::__unordered_map 69 const allocator_type& __a = allocator_type()) 80 const allocator_type& __a = allocator_type()) 114 typedef typename _Base::allocator_type allocator_type; typedef in class:tr1::__unordered_multimap 120 const allocator_type& __a = allocator_type()) 190 typedef typename _Base::allocator_type allocator_type; typedef in class:tr1::unordered_map 242 typedef typename _Base::allocator_type allocator_type; typedef in class:tr1::unordered_multimap [all...] |
unordered_set.h | 63 typedef typename _Base::allocator_type allocator_type; typedef in class:tr1::__unordered_set 69 const allocator_type& __a = allocator_type()) 80 const allocator_type& __a = allocator_type()) 112 typedef typename _Base::allocator_type allocator_type; typedef in class:tr1::__unordered_multiset 118 const allocator_type& __a = allocator_type()) 183 typedef typename _Base::allocator_type allocator_type; typedef in class:tr1::unordered_set 232 typedef typename _Base::allocator_type allocator_type; typedef in class:tr1::unordered_multiset [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
unordered_map.h | 65 typedef typename _Base::allocator_type allocator_type; typedef in class:__unordered_map 71 const allocator_type& __a = allocator_type()) 82 const allocator_type& __a = allocator_type()) 92 const allocator_type& __a = allocator_type()) 136 typedef typename _Base::allocator_type allocator_type; typedef in class:__unordered_multimap 266 typedef typename _Base::allocator_type allocator_type; typedef in class:unordered_map 334 typedef typename _Base::allocator_type allocator_type; typedef in class:unordered_multimap [all...] |
unordered_set.h | 65 typedef typename _Base::allocator_type allocator_type; typedef in class:__unordered_set 71 const allocator_type& __a = allocator_type()) 82 const allocator_type& __a = allocator_type()) 92 const allocator_type& __a = allocator_type()) 134 typedef typename _Base::allocator_type allocator_type; typedef in class:__unordered_multiset 259 typedef typename _Base::allocator_type allocator_type; typedef in class:unordered_set 324 typedef typename _Base::allocator_type allocator_type; typedef in class:unordered_multiset [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/ |
list_update_policy.hpp | 65 typedef Allocator allocator_type; typedef in class:__gnu_pbds::move_to_front_lu_policy 71 typedef typename allocator_type::template rebind<metadata_type>::other metadata_rebind; 103 typedef Allocator allocator_type; typedef in class:__gnu_pbds::counter_lu_policy 110 typedef typename allocator_type::size_type size_type;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
unordered_map.h | 63 typedef typename _Base::allocator_type allocator_type; typedef in class:tr1::__unordered_map 69 const allocator_type& __a = allocator_type()) 80 const allocator_type& __a = allocator_type()) 114 typedef typename _Base::allocator_type allocator_type; typedef in class:tr1::__unordered_multimap 120 const allocator_type& __a = allocator_type()) 190 typedef typename _Base::allocator_type allocator_type; typedef in class:tr1::unordered_map 242 typedef typename _Base::allocator_type allocator_type; typedef in class:tr1::unordered_multimap [all...] |
unordered_set.h | 63 typedef typename _Base::allocator_type allocator_type; typedef in class:tr1::__unordered_set 69 const allocator_type& __a = allocator_type()) 80 const allocator_type& __a = allocator_type()) 112 typedef typename _Base::allocator_type allocator_type; typedef in class:tr1::__unordered_multiset 118 const allocator_type& __a = allocator_type()) 183 typedef typename _Base::allocator_type allocator_type; typedef in class:tr1::unordered_set 232 typedef typename _Base::allocator_type allocator_type; typedef in class:tr1::unordered_multiset [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/ |
list_update_policy.hpp | 63 typedef Allocator allocator_type; typedef in class:__gnu_pbds::move_to_front_lu_policy 69 typedef typename allocator_type::template rebind<metadata_type>::other metadata_rebind; 100 typedef Allocator allocator_type; typedef in class:__gnu_pbds::counter_lu_policy 107 typedef typename allocator_type::size_type size_type;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/ |
list_update_policy.hpp | 63 typedef Allocator allocator_type; typedef in class:__gnu_pbds::move_to_front_lu_policy 69 typedef typename allocator_type::template rebind<metadata_type>::other metadata_rebind; 100 typedef Allocator allocator_type; typedef in class:__gnu_pbds::counter_lu_policy 107 typedef typename allocator_type::size_type size_type;
|