HomeSort by relevance Sort by last modified time
    Searched refs:_Alloc (Results 26 - 50 of 908) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
allocator.h 151 template<typename _Alloc, bool = __is_empty(_Alloc)>
153 { static void _S_do_it(_Alloc&, _Alloc&) { } };
155 template<typename _Alloc>
156 struct __alloc_swap<_Alloc, false>
159 _S_do_it(_Alloc& __one, _Alloc& __two)
168 template<typename _Alloc, bool = __is_empty(_Alloc)>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
allocator.h 151 template<typename _Alloc, bool = __is_empty(_Alloc)>
153 { static void _S_do_it(_Alloc&, _Alloc&) { } };
155 template<typename _Alloc>
156 struct __alloc_swap<_Alloc, false>
159 _S_do_it(_Alloc& __one, _Alloc& __two)
168 template<typename _Alloc, bool = __is_empty(_Alloc)>
    [all...]
  /external/clang/test/PCH/
cxx-variadic-templates.h 5 template<class _Alloc, class ..._Args>
8 allocate_shared(const _Alloc& __a, _Args&& ...__args);
12 template<class _Alloc, class ..._Args>
14 shared_ptr<_Tp>::allocate_shared(const _Alloc& __a, _Args&& ...__args)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
allocator.h 146 template<typename _Alloc, bool = __is_empty(_Alloc)>
148 { static void _S_do_it(_Alloc&, _Alloc&) { } };
150 template<typename _Alloc>
151 struct __alloc_swap<_Alloc, false>
154 _S_do_it(_Alloc& __one, _Alloc& __two)
163 template<typename _Alloc, bool = __is_empty(_Alloc)>
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
allocator.h 146 template<typename _Alloc, bool = __is_empty(_Alloc)>
148 { static void _S_do_it(_Alloc&, _Alloc&) { } };
150 template<typename _Alloc>
151 struct __alloc_swap<_Alloc, false>
154 _S_do_it(_Alloc& __one, _Alloc& __two)
163 template<typename _Alloc, bool = __is_empty(_Alloc)>
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
allocator.h 146 template<typename _Alloc, bool = __is_empty(_Alloc)>
148 { static void _S_do_it(_Alloc&, _Alloc&) { } };
150 template<typename _Alloc>
151 struct __alloc_swap<_Alloc, false>
154 _S_do_it(_Alloc& __one, _Alloc& __two)
163 template<typename _Alloc, bool = __is_empty(_Alloc)>
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
allocator.h 146 template<typename _Alloc, bool = __is_empty(_Alloc)>
148 { static void _S_do_it(_Alloc&, _Alloc&) { } };
150 template<typename _Alloc>
151 struct __alloc_swap<_Alloc, false>
154 _S_do_it(_Alloc& __one, _Alloc& __two)
163 template<typename _Alloc, bool = __is_empty(_Alloc)>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
allocator.h 146 template<typename _Alloc, bool = __is_empty(_Alloc)>
148 { static void _S_do_it(_Alloc&, _Alloc&) { } };
150 template<typename _Alloc>
151 struct __alloc_swap<_Alloc, false>
154 _S_do_it(_Alloc& __one, _Alloc& __two)
163 template<typename _Alloc, bool = __is_empty(_Alloc)>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/hash_fn/
probe_fn_base.hpp 51 template<typename _Alloc>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/hash_fn/
probe_fn_base.hpp 51 template<typename _Alloc>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/hash_fn/
probe_fn_base.hpp 51 template<typename _Alloc>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rb_tree_map_/
traits.hpp 60 typename _Alloc>
61 struct tree_traits<Key, Mapped, Cmp_Fn, Node_Update, rb_tree_tag,_Alloc>
68 typename types_traits<Key, Mapped, _Alloc, false>::value_type,
70 _Alloc>::type,
71 _Alloc>,
72 _Alloc>
84 typename _Alloc>
85 struct tree_traits<Key, null_type, Cmp_Fn, Node_Update, rb_tree_tag,_Alloc>
92 typename types_traits<Key, null_type, _Alloc, false>::value_type,
94 _Alloc>::type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/splay_tree_/
traits.hpp 60 typename _Alloc>
61 struct tree_traits<Key, Mapped, Cmp_Fn, Node_Update, splay_tree_tag, _Alloc>
64 typename types_traits<Key, Mapped, _Alloc, false>::value_type,
66 _Alloc>::type,
67 _Alloc>,
68 _Alloc>
80 typename _Alloc>
82 splay_tree_tag, _Alloc>
85 typename types_traits<Key, null_type, _Alloc, false>::value_type,
87 _Alloc>::type
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rb_tree_map_/
traits.hpp 60 typename _Alloc>
61 struct tree_traits<Key, Mapped, Cmp_Fn, Node_Update, rb_tree_tag,_Alloc>
68 typename types_traits<Key, Mapped, _Alloc, false>::value_type,
70 _Alloc>::type,
71 _Alloc>,
72 _Alloc>
84 typename _Alloc>
85 struct tree_traits<Key, null_type, Cmp_Fn, Node_Update, rb_tree_tag,_Alloc>
92 typename types_traits<Key, null_type, _Alloc, false>::value_type,
94 _Alloc>::type
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/splay_tree_/
traits.hpp 60 typename _Alloc>
61 struct tree_traits<Key, Mapped, Cmp_Fn, Node_Update, splay_tree_tag, _Alloc>
64 typename types_traits<Key, Mapped, _Alloc, false>::value_type,
66 _Alloc>::type,
67 _Alloc>,
68 _Alloc>
80 typename _Alloc>
82 splay_tree_tag, _Alloc>
85 typename types_traits<Key, null_type, _Alloc, false>::value_type,
87 _Alloc>::type
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rb_tree_map_/
traits.hpp 60 typename _Alloc>
61 struct tree_traits<Key, Mapped, Cmp_Fn, Node_Update, rb_tree_tag,_Alloc>
68 typename types_traits<Key, Mapped, _Alloc, false>::value_type,
70 _Alloc>::type,
71 _Alloc>,
72 _Alloc>
84 typename _Alloc>
85 struct tree_traits<Key, null_type, Cmp_Fn, Node_Update, rb_tree_tag,_Alloc>
92 typename types_traits<Key, null_type, _Alloc, false>::value_type,
94 _Alloc>::type
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/splay_tree_/
traits.hpp 60 typename _Alloc>
61 struct tree_traits<Key, Mapped, Cmp_Fn, Node_Update, splay_tree_tag, _Alloc>
64 typename types_traits<Key, Mapped, _Alloc, false>::value_type,
66 _Alloc>::type,
67 _Alloc>,
68 _Alloc>
80 typename _Alloc>
82 splay_tree_tag, _Alloc>
85 typename types_traits<Key, null_type, _Alloc, false>::value_type,
87 _Alloc>::type
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
alloc_traits.h 43 template<typename _Alloc, typename _Tp>
57 static const bool __value = _S_chk<_Alloc, _Tp>(nullptr);
60 template<typename _Alloc, typename _Tp>
61 const bool __alloctr_rebind_helper<_Alloc, _Tp>::__value;
63 template<typename _Alloc, typename _Tp,
64 bool = __alloctr_rebind_helper<_Alloc, _Tp>::__value>
67 template<typename _Alloc, typename _Tp>
68 struct __alloctr_rebind<_Alloc, _Tp, true>
70 typedef typename _Alloc::template rebind<_Tp>::other __type;
73 template<template<typename, typename...> class _Alloc, typename _Tp
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
priority_queue_base_dispatch.hpp 67 template<typename _VTp, typename Cmp_Fn, typename _Alloc>
68 struct container_base_dispatch<_VTp, Cmp_Fn, _Alloc, pairing_heap_tag,
72 typedef pairing_heap<_VTp, Cmp_Fn, _Alloc> type;
76 template<typename _VTp, typename Cmp_Fn, typename _Alloc>
77 struct container_base_dispatch<_VTp, Cmp_Fn, _Alloc, binomial_heap_tag,
81 typedef binomial_heap<_VTp, Cmp_Fn, _Alloc> type;
85 template<typename _VTp, typename Cmp_Fn, typename _Alloc>
86 struct container_base_dispatch<_VTp, Cmp_Fn, _Alloc, rc_binomial_heap_tag,
90 typedef rc_binomial_heap<_VTp, Cmp_Fn, _Alloc> type;
94 template<typename _VTp, typename Cmp_Fn, typename _Alloc>
    [all...]
cond_dealtor.hpp 49 template<typename Entry, typename _Alloc>
52 typedef typename _Alloc::template rebind<Entry> __rebind_e;
78 template<typename Entry, class _Alloc>
79 typename cond_dealtor<Entry, _Alloc>::entry_allocator
80 cond_dealtor<Entry, _Alloc>::s_alloc;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
priority_queue_base_dispatch.hpp 67 template<typename _VTp, typename Cmp_Fn, typename _Alloc>
68 struct container_base_dispatch<_VTp, Cmp_Fn, _Alloc, pairing_heap_tag,
72 typedef pairing_heap<_VTp, Cmp_Fn, _Alloc> type;
76 template<typename _VTp, typename Cmp_Fn, typename _Alloc>
77 struct container_base_dispatch<_VTp, Cmp_Fn, _Alloc, binomial_heap_tag,
81 typedef binomial_heap<_VTp, Cmp_Fn, _Alloc> type;
85 template<typename _VTp, typename Cmp_Fn, typename _Alloc>
86 struct container_base_dispatch<_VTp, Cmp_Fn, _Alloc, rc_binomial_heap_tag,
90 typedef rc_binomial_heap<_VTp, Cmp_Fn, _Alloc> type;
94 template<typename _VTp, typename Cmp_Fn, typename _Alloc>
    [all...]
cond_dealtor.hpp 49 template<typename Entry, typename _Alloc>
52 typedef typename _Alloc::template rebind<Entry> __rebind_e;
78 template<typename Entry, class _Alloc>
79 typename cond_dealtor<Entry, _Alloc>::entry_allocator
80 cond_dealtor<Entry, _Alloc>::s_alloc;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/
priority_queue_base_dispatch.hpp 67 template<typename _VTp, typename Cmp_Fn, typename _Alloc>
68 struct container_base_dispatch<_VTp, Cmp_Fn, _Alloc, pairing_heap_tag,
72 typedef pairing_heap<_VTp, Cmp_Fn, _Alloc> type;
76 template<typename _VTp, typename Cmp_Fn, typename _Alloc>
77 struct container_base_dispatch<_VTp, Cmp_Fn, _Alloc, binomial_heap_tag,
81 typedef binomial_heap<_VTp, Cmp_Fn, _Alloc> type;
85 template<typename _VTp, typename Cmp_Fn, typename _Alloc>
86 struct container_base_dispatch<_VTp, Cmp_Fn, _Alloc, rc_binomial_heap_tag,
90 typedef rc_binomial_heap<_VTp, Cmp_Fn, _Alloc> type;
94 template<typename _VTp, typename Cmp_Fn, typename _Alloc>
    [all...]
cond_dealtor.hpp 49 template<typename Entry, typename _Alloc>
52 typedef typename _Alloc::template rebind<Entry> __rebind_e;
78 template<typename Entry, class _Alloc>
79 typename cond_dealtor<Entry, _Alloc>::entry_allocator
80 cond_dealtor<Entry, _Alloc>::s_alloc;
  /external/stlport/stlport/stl/
_string_io.h 33 template <class _CharT, class _Traits, class _Alloc>
36 const basic_string<_CharT,_Traits,_Alloc>& __s);
40 template <class _CharT, class _Traits, class _Alloc, class _Left, class _Right, class _StorageDir>
43 const _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>& __sum) {
44 basic_string<_CharT, _Traits, _Alloc> __tmp(__sum);
50 template <class _CharT, class _Traits, class _Alloc>
53 basic_string<_CharT,_Traits,_Alloc>& __s);
55 template <class _CharT, class _Traits, class _Alloc>
58 basic_string<_CharT,_Traits,_Alloc>& __s,
63 template <class _CharT, class _Traits, class _Alloc>
    [all...]

Completed in 1504 milliseconds

12 3 4 5 6 7 8 91011>>