HomeSort by relevance Sort by last modified time
    Searched refs:allocator_type (Results 1 - 25 of 1035) 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/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/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;
  /external/libcxx/test/std/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());
  /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/8/sources/cxx-stl/gnu-libstdc++/4.6/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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/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...]

Completed in 1108 milliseconds

1 2 3 4 5 6 7 8 91011>>