HomeSort by relevance Sort by last modified time
    Searched defs:allocator_type (Results 226 - 250 of 384) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/stlport/stl/pointers/
_deque.h 103 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc;
120 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type; typedef in class:deque
157 allocator_type get_allocator() const { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
159 explicit deque(const allocator_type& __a = allocator_type())
169 const allocator_type& __a = allocator_type())
179 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
203 const allocator_type& __a = allocator_type()
    [all...]
_set.h 70 typedef typename _Alloc_traits<_KeyStorageType, _Alloc>::allocator_type _StorageTypeAlloc;
110 typedef typename _Priv_Rep_type::allocator_type allocator_type; typedef in class:set
131 const allocator_type& __a = allocator_type())
160 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
177 const _Compare& __comp, const allocator_type& __a = allocator_type())
188 const _Compare& __comp, const allocator_type& __a = allocator_type())
357 typedef typename _Priv_Rep_type::allocator_type allocator_type; typedef in class:multiset
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 186 * Container::allocator_type won't be different */
201 typedef typename _Rebind_type::other allocator_type; typedef in struct:_Alloc_traits
202 static allocator_type create_allocator(const _Orig& __a)
203 { return allocator_type(_STLP_CONVERT_ALLOCATOR(__a, _Tp)); }
207 typedef _Allocator allocator_type; typedef in struct:_Alloc_traits
444 typedef allocator<_Tp> allocator_type; typedef in struct:_Alloc_traits
445 static allocator_type create_allocator(const allocator<_Tp1 >& __a)
446 { return allocator_type(_STLP_CONVERT_ALLOCATOR(__a, _Tp)); }
452 inline _STLP_TYPENAME_ON_RETURN_TYPE _Alloc_traits<_Tp, _Alloc>::allocator_type _STLP_CALL
_string_sum.h 93 typedef typename _BString::allocator_type allocator_type; typedef in class:__bstr_sum
102 allocator_type get_allocator() const { return _M_get_storage(false).get_allocator(); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 103 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc;
120 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type; typedef in class:deque
157 allocator_type get_allocator() const { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
159 explicit deque(const allocator_type& __a = allocator_type())
169 const allocator_type& __a = allocator_type())
179 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
203 const allocator_type& __a = allocator_type()
    [all...]
_set.h 70 typedef typename _Alloc_traits<_KeyStorageType, _Alloc>::allocator_type _StorageTypeAlloc;
110 typedef typename _Priv_Rep_type::allocator_type allocator_type; typedef in class:set
131 const allocator_type& __a = allocator_type())
160 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
177 const _Compare& __comp, const allocator_type& __a = allocator_type())
188 const _Compare& __comp, const allocator_type& __a = allocator_type())
357 typedef typename _Priv_Rep_type::allocator_type allocator_type; typedef in class:multiset
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_vector.h 90 typedef _Alloc allocator_type; typedef in struct:_Vector_base
100 allocator_type
102 { return allocator_type(_M_get_Tp_allocator()); }
107 _Vector_base(const allocator_type& __a)
110 _Vector_base(size_t __n, const allocator_type& __a)
193 typedef _Alloc allocator_type; typedef in class:vector
215 vector(const allocator_type& __a)
228 const allocator_type& __a = allocator_type())
272 const allocator_type& __a = allocator_type()
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
assoc_container.hpp 68 typedef Allocator allocator_type; typedef in class:__gnu_pbds::container_base
69 typedef typename allocator_type::size_type size_type;
70 typedef typename allocator_type::difference_type difference_type;
73 typedef typename allocator_type::template rebind<Key>::other::value_type key_type;
74 typedef typename allocator_type::template rebind<key_type>::other key_rebind;
82 typedef typename allocator_type::template rebind<mapped_type>::other mapped_rebind;
90 typedef typename allocator_type::template rebind<value_type>::other value_rebind;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 164 typedef Allocator allocator_type; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 165 typedef Allocator allocator_type; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 155 typedef Allocator allocator_type; typedef in class:__gnu_pbds::detail::PB_DS_OV_TREE_CLASS_NAME
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 161 typedef Allocator allocator_type; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
rc_string_base.h 87 typedef _Alloc allocator_type; typedef in class:__rc_string_base
318 allocator_type&
322 const allocator_type&
601 std::__alloc_swap<allocator_type>::_S_do_it(_M_get_allocator(),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_vector.h 92 typedef _Alloc allocator_type; typedef in struct:_Vector_base
102 allocator_type
104 { return allocator_type(_M_get_Tp_allocator()); }
109 _Vector_base(const allocator_type& __a)
120 _Vector_base(size_t __n, const allocator_type& __a)
203 typedef _Alloc allocator_type; typedef in class:vector
235 vector(const allocator_type& __a)
260 const allocator_type& __a = allocator_type())
274 const allocator_type& __a = allocator_type()
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/
assoc_container.hpp 84 typedef Allocator allocator_type; typedef in class:__gnu_pbds::container_base
85 typedef typename allocator_type::size_type size_type;
86 typedef typename allocator_type::difference_type difference_type;
89 typedef typename allocator_type::template rebind<Key>::other::value_type key_type;
90 typedef typename allocator_type::template rebind<key_type>::other key_rebind;
98 typedef typename allocator_type::template rebind<mapped_type>::other mapped_rebind;
106 typedef typename allocator_type::template rebind<value_type>::other value_rebind;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 164 typedef Allocator allocator_type; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 165 typedef Allocator allocator_type; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 155 typedef Allocator allocator_type; typedef in class:__gnu_pbds::detail::PB_DS_OV_TREE_CLASS_NAME
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 161 typedef Allocator allocator_type; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
rc_string_base.h 89 typedef _Alloc allocator_type; typedef in class:__rc_string_base
332 allocator_type&
336 const allocator_type&
615 std::__alloc_swap<allocator_type>::_S_do_it(_M_get_allocator(),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_vector.h 92 typedef _Alloc allocator_type; typedef in struct:_Vector_base
102 allocator_type
104 { return allocator_type(_M_get_Tp_allocator()); }
109 _Vector_base(const allocator_type& __a)
120 _Vector_base(size_t __n, const allocator_type& __a)
203 typedef _Alloc allocator_type; typedef in class:vector
235 vector(const allocator_type& __a)
260 const allocator_type& __a = allocator_type())
274 const allocator_type& __a = allocator_type()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/
assoc_container.hpp 84 typedef Allocator allocator_type; typedef in class:__gnu_pbds::container_base
85 typedef typename allocator_type::size_type size_type;
86 typedef typename allocator_type::difference_type difference_type;
89 typedef typename allocator_type::template rebind<Key>::other::value_type key_type;
90 typedef typename allocator_type::template rebind<key_type>::other key_rebind;
98 typedef typename allocator_type::template rebind<mapped_type>::other mapped_rebind;
106 typedef typename allocator_type::template rebind<value_type>::other value_rebind;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 164 typedef Allocator allocator_type; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 165 typedef Allocator allocator_type; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 155 typedef Allocator allocator_type; typedef in class:__gnu_pbds::detail::PB_DS_OV_TREE_CLASS_NAME

Completed in 2776 milliseconds

1 2 3 4 5 6 7 8 91011>>