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

1 2 3 4 5 6 7 8 91011>>

  /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/strings/basic.string/string.cons/
alloc.pass.cpp 29 static_assert((noexcept(S()) == noexcept(typename S::allocator_type())), "" );
36 assert(s.get_allocator() == typename S::allocator_type());
40 static_assert((noexcept(S{typename S::allocator_type{}})), "" );
42 static_assert((noexcept(S(typename S::allocator_type())) == std::is_nothrow_copy_constructible<typename S::allocator_type>::value), "" );
44 S s(typename S::allocator_type(5));
49 assert(s.get_allocator() == typename S::allocator_type(5));
63 static_assert((noexcept(S()) == noexcept(typename S::allocator_type())), "" );
70 assert(s.get_allocator() == typename S::allocator_type());
74 static_assert((noexcept(S{typename S::allocator_type{}})), "" );
    [all...]
  /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();}
  /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();}
  /external/libcxx/test/std/containers/sequences/vector.bool/
construct_default.pass.cpp 29 static_assert((noexcept(C()) == noexcept(typename C::allocator_type())), "" );
34 assert(c.get_allocator() == typename C::allocator_type());
39 assert(c1.get_allocator() == typename C::allocator_type());
45 test1(const typename C::allocator_type& a)
48 static_assert((noexcept(C{typename C::allocator_type{}})), "" );
50 static_assert((noexcept(C(typename C::allocator_type())) == std::is_nothrow_copy_constructible<typename C::allocator_type>::value), "" );
  /external/libcxx/test/std/utilities/memory/allocator.traits/
allocator_type.pass.cpp 15 // typedef Alloc allocator_type;
30 static_assert((std::is_same<std::allocator_traits<A<char> >::allocator_type, A<char> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/
allocator_type.pass.cpp 15 // typedef Alloc allocator_type;
30 static_assert((std::is_same<std::allocator_traits<A<char> >::allocator_type, A<char> >::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/strings/basic.string/string.cons/
alloc.pass.cpp 30 assert(s.get_allocator() == typename S::allocator_type());
33 S s(typename S::allocator_type(5));
38 assert(s.get_allocator() == typename S::allocator_type(5));
54 assert(s.get_allocator() == typename S::allocator_type());
57 S s(typename S::allocator_type{});
62 assert(s.get_allocator() == typename S::allocator_type());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
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.15-4.8/x86_64-linux/include/c++/4.8/tr1/
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-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
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/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
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...]
  /external/libcxx/test/std/containers/sequences/vector/vector.cons/
construct_default.pass.cpp 32 static_assert((noexcept(C()) == noexcept(typename C::allocator_type())), "" );
37 assert(c.get_allocator() == typename C::allocator_type());
43 assert(c1.get_allocator() == typename C::allocator_type());
50 test1(const typename C::allocator_type& a)
53 static_assert((noexcept(C{typename C::allocator_type{}})), "" );
55 static_assert((noexcept(C(typename C::allocator_type())) == std::is_nothrow_copy_constructible<typename C::allocator_type>::value), "" );
  /external/clang/test/CodeGenCXX/
lpad-linetable.cpp 30 typedef _Alloc allocator_type; typedef in struct:std::_Vector_base
31 _Vector_base(const allocator_type& __a)
45 typedef _Alloc allocator_type; typedef in class:std::vector
46 vector(const allocator_type& __a = allocator_type())

Completed in 2830 milliseconds

1 2 3 4 5 6 7 8 91011>>