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

1 2 3 4 5 6 7 8 91011>>

  /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/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/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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...]
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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...]
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...]
  /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...]
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...]
  /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...]
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...]
  /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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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/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())
  /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/eigen/Eigen/src/StlSupport/
StdDeque.h 39 typedef typename deque_base::allocator_type allocator_type; \
42 explicit deque(const allocator_type& a = allocator_type()) : deque_base(a) {} \
44 deque(InputIterator first, InputIterator last, const allocator_type& a = allocator_type()) : deque_base(first, last, a) {} \
63 typedef typename deque_base::allocator_type allocator_type; \
67 explicit deque(const allocator_type& a = allocator_type()) : deque_base(a) {}
    [all...]
StdList.h 38 typedef typename list_base::allocator_type allocator_type; \
41 explicit list(const allocator_type& a = allocator_type()) : list_base(a) {} \
43 list(InputIterator first, InputIterator last, const allocator_type& a = allocator_type()) : list_base(first, last, a) {} \
63 typedef typename list_base::allocator_type allocator_type; \
67 explicit list(const allocator_type& a = allocator_type()) : list_base(a) {}
    [all...]
StdVector.h 31 typedef vector_base::allocator_type allocator_type; \
34 explicit vector(const allocator_type& a = allocator_type()) : vector_base(a) {} \
36 vector(InputIterator first, InputIterator last, const allocator_type& a = allocator_type()) : vector_base(first, last, a) {} \
52 typedef typename vector_base::allocator_type allocator_type; \
56 explicit vector(const allocator_type& a = allocator_type()) : vector_base(a) {}
    [all...]

Completed in 960 milliseconds

1 2 3 4 5 6 7 8 91011>>