HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 301 - 325 of 1067) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
iter_iter.pass.cpp 26 typedef std::allocator<T> Allocator;
27 typedef std::deque<T, Allocator> C;
36 template <class Allocator, class InputIterator>
41 typedef std::deque<T, Allocator> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/
types.pass.cpp 12 // template <class T, class Allocator = allocator<T>>
17 // typedef Allocator allocator_type;
36 static_assert((std::is_same<std::forward_list<char>::allocator_type, std::allocator<char> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/
size_value_alloc.pass.cpp 12 // list(size_type n, const T& value, const Allocator& = Allocator());
34 std::list<int> l(3, 2, std::allocator<int>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
construct_iter_iter_alloc.pass.cpp 38 std::allocator<int> alloc;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
construct_iter_iter_alloc.pass.cpp 38 std::allocator<bool> alloc;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
priority_queue.hpp 54 typename Allocator = std::allocator<char> >
56 : public detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type
59 typedef typename detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type base_type;
65 typedef Allocator allocator_type;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/
priority_queue.hpp 55 typename Allocator = std::allocator<char> >
58 Cmp_Fn,Tag,Allocator>::type
63 Tag, Allocator>::type base_type;
69 typedef Allocator allocator_type;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
unordered_map.h 41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
90 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
172 * @param Alloc Allocator type, defaults to allocator<Key>.
179 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
224 * @param Alloc Allocator type, defaults to allocator<Key>.
231 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/
priority_queue.hpp 55 typename Allocator = std::allocator<char> >
58 Cmp_Fn,Tag,Allocator>::type
63 Tag, Allocator>::type base_type;
69 typedef Allocator allocator_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 41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
90 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
172 * @param Alloc Allocator type, defaults to allocator<Key>.
179 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
224 * @param Alloc Allocator type, defaults to allocator<Key>.
231 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
priority_queue.hpp 54 typename Allocator = std::allocator<char> >
56 : public detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type
59 typedef typename detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type base_type;
65 typedef Allocator allocator_type;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
priority_queue.hpp 54 typename Allocator = std::allocator<char> >
56 : public detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type
59 typedef typename detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type base_type;
65 typedef Allocator allocator_type;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
priority_queue.hpp 54 typename Allocator = std::allocator<char> >
56 : public detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type
59 typedef typename detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type base_type;
65 typedef Allocator allocator_type;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/
priority_queue.hpp 54 typename Allocator = std::allocator<char> >
56 : public detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type
59 typedef typename detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type base_type;
65 typedef Allocator allocator_type;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
priority_queue.hpp 55 typename Allocator = std::allocator<char> >
58 Cmp_Fn,Tag,Allocator>::type
63 Tag, Allocator>::type base_type;
69 typedef Allocator allocator_type;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
unordered_map.h 41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
90 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
172 * @param Alloc Allocator type, defaults to allocator<Key>.
179 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
224 * @param Alloc Allocator type, defaults to allocator<Key>.
231 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
standard_policies.hpp 137 #define __dtrie_alloc std::allocator<char>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
priority_queue.hpp 69 * @tparam _Alloc Allocator type.
82 typename _Alloc = std::allocator<char> >
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
unordered_map.h 41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
90 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
172 * @param Alloc Allocator type, defaults to allocator<Key>.
179 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
224 * @param Alloc Allocator type, defaults to allocator<Key>.
231 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
priority_queue.hpp 55 typename Allocator = std::allocator<char> >
58 Cmp_Fn,Tag,Allocator>::type
63 Tag, Allocator>::type base_type;
69 typedef Allocator allocator_type;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
unordered_map.h 41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
90 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
172 * @param Alloc Allocator type, defaults to allocator<Key>.
179 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
224 * @param Alloc Allocator type, defaults to allocator<Key>.
231 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
standard_policies.hpp 137 #define __dtrie_alloc std::allocator<char>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
priority_queue.hpp 69 * @tparam _Alloc Allocator type.
82 typename _Alloc = std::allocator<char> >
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
unordered_map.h 41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
90 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
172 * @param Alloc Allocator type, defaults to allocator<Key>.
179 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
224 * @param Alloc Allocator type, defaults to allocator<Key>.
231 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_construct.h 82 // 402. wrong new expression in [some_]allocator::construct
131 * Destroy a range of objects using the supplied allocator. For
149 allocator<_Tp>&)

Completed in 1397 milliseconds

<<11121314151617181920>>