HomeSort by relevance Sort by last modified time
    Searched defs:allocator_type (Results 1 - 25 of 295) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/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/utilities/memory/allocator.uses/allocator.uses.trait/
uses_allocator.pass.cpp 23 typedef int allocator_type; typedef in struct:B
  /art/runtime/native/
java_lang_StringFactory.cc 46 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); local
49 allocator_type);
60 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); local
63 allocator_type);
75 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); local
77 string, 0, allocator_type);
  /external/clang/test/SemaTemplate/
exception-spec-crash.cpp 16 typedef _Allocator allocator_type; typedef in class:basic_string
18 noexcept(is_nothrow_move_constructible<allocator_type>::value);
  /external/libcxx/test/std/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();}
  /external/libcxx/test/std/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();}
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/
alloc_first.h 21 typedef A1<int> allocator_type; typedef in struct:alloc_first
alloc_last.h 21 typedef A1<int> allocator_type; typedef in struct:alloc_last
  /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 21 typedef A1<int> allocator_type; typedef in struct:alloc_first
alloc_last.h 21 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;
  /external/libcxx/test/std/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...]
  /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/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
list_update_policy.hpp 60 typedef _Alloc allocator_type; typedef in class:__gnu_pbds::lu_move_to_front_policy
96 typedef _Alloc allocator_type; typedef in class:__gnu_pbds::lu_counter_policy
97 typedef typename allocator_type::size_type size_type;

Completed in 558 milliseconds

1 2 3 4 5 6 7 8 91011>>