HomeSort by relevance Sort by last modified time
    Searched defs:allocator_type (Results 26 - 50 of 88) sorted by null

12 3 4

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hash_map.h 78 typedef typename _Ht::allocator_type allocator_type; typedef in class:hash_map
82 allocator_type get_allocator() const { return _M_ht.get_allocator(); }
88 hash_map() : _M_ht(0, hasher(), key_equal(), allocator_type()) {}
90 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
92 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
94 const allocator_type& __a = allocator_type())
106 : _M_ht(0, hasher(), key_equal(), allocator_type())
110 : _M_ht(__n, hasher(), key_equal(), allocator_type())
269 typedef typename _Ht::allocator_type allocator_type; typedef in class:hash_multimap
    [all...]
_hash_set.h 72 typedef typename _Ht::allocator_type allocator_type; typedef in class:hash_set
76 allocator_type get_allocator() const { return _M_ht.get_allocator(); }
84 : _M_ht(0, hasher(), key_equal(), allocator_type()) {}
86 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
88 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
91 const allocator_type& __a = allocator_type())
94 : _M_ht(__n, __hf, __eql, allocator_type()) {}
96 const allocator_type& __a
258 typedef typename _Ht::allocator_type allocator_type; typedef in class:hash_multiset
    [all...]
_map.h 91 typedef typename _Rep_type::allocator_type allocator_type; typedef in class:map
99 map() : _M_t(_Compare(), allocator_type()) {}
102 const allocator_type& __a = allocator_type())
105 : _M_t(__comp, allocator_type()) {}
106 explicit map(const _Compare& __comp, const allocator_type& __a)
113 : _M_t(_Compare(), allocator_type())
118 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
124 : _M_t(__comp, allocator_type()) { _M_t.insert_unique(__first, __last);
284 typedef typename _Rep_type::allocator_type allocator_type; typedef in class:multimap
    [all...]
_pthread_alloc.h 221 { typedef pthread_allocator<_Tp> allocator_type; }; typedef in struct:_Alloc_traits
404 { typedef per_thread_allocator<_Tp> allocator_type; }; typedef in struct:_Alloc_traits
_set.h 79 typedef typename _Rep_type::allocator_type allocator_type; typedef in class:set
90 const allocator_type& __a = allocator_type())
93 : _M_t(_Compare(), allocator_type()) {}
95 : _M_t(__comp, allocator_type()) {}
96 set(const _Compare& __comp, const allocator_type& __a)
103 : _M_t(_Compare(), allocator_type())
109 : _M_t(__comp, allocator_type()) { _M_t.insert_unique(__first, __last); }
113 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL
250 typedef typename _Rep_type::allocator_type allocator_type; typedef in class:multiset
    [all...]
_unordered_map.h 72 typedef typename _Ht::allocator_type allocator_type; typedef in class:unordered_map
76 allocator_type get_allocator() const { return _M_ht.get_allocator(); }
85 const allocator_type& __a = allocator_type())
98 const allocator_type& __a = allocator_type())
105 const allocator_type& __a = allocator_type())
112 const allocator_type& __a = allocator_type()
240 typedef typename _Ht::allocator_type allocator_type; typedef in class:unordered_multimap
    [all...]
_unordered_set.h 66 typedef typename _Ht::allocator_type allocator_type; typedef in class:unordered_set
70 allocator_type get_allocator() const { return _M_ht.get_allocator(); }
79 const allocator_type& __a = allocator_type())
92 const allocator_type& __a = allocator_type())
99 const allocator_type& __a = allocator_type())
106 const allocator_type& __a = allocator_type()
216 typedef typename _Ht::allocator_type allocator_type; typedef in class:unordered_multiset
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 65 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc;
81 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type; typedef in class:list
89 allocator_type get_allocator() const
92 explicit list(const allocator_type& __a = allocator_type())
100 const allocator_type& __a = allocator_type())
112 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
134 const allocator_type& __a = allocator_type()
    [all...]
_slist.h 59 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc;
81 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type; typedef in class:slist
84 allocator_type get_allocator() const
87 explicit slist(const allocator_type& __a = allocator_type())
95 const allocator_type& __a = allocator_type())
107 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
127 const allocator_type& __a = allocator_type()
    [all...]
_vector.h 54 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc;
74 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type; typedef in class:vector
76 allocator_type get_allocator() const
106 explicit vector(const allocator_type& __a = allocator_type())
114 const allocator_type& __a = allocator_type())
120 : _M_impl(__n, allocator_type() ) {}
134 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_map.h 93 typedef _Alloc allocator_type; typedef in class:map
160 const allocator_type& __a = allocator_type())
197 const allocator_type& __a = allocator_type())
230 const allocator_type& __a = allocator_type())
295 allocator_type
stl_multimap.h 93 typedef _Alloc allocator_type; typedef in class:multimap
158 const allocator_type& __a = allocator_type())
194 const allocator_type& __a = allocator_type())
227 const allocator_type& __a = allocator_type())
292 allocator_type
stl_multiset.h 99 typedef _Alloc allocator_type; typedef in class:multiset
139 const allocator_type& __a = allocator_type())
170 const allocator_type& __a = allocator_type())
207 const allocator_type& __a = allocator_type())
274 allocator_type
stl_set.h 104 typedef _Alloc allocator_type; typedef in class:set
146 const allocator_type& __a = allocator_type())
177 const allocator_type& __a = allocator_type())
214 const allocator_type& __a = allocator_type())
281 allocator_type
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
map.h 56 typedef _Allocator allocator_type; typedef in class:std::__debug::map
99 const allocator_type& __a = allocator_type())
multimap.h 57 typedef _Allocator allocator_type; typedef in class:std::__debug::multimap
100 const allocator_type& __a = allocator_type())
multiset.h 56 typedef _Allocator allocator_type; typedef in class:std::__debug::multiset
97 const allocator_type& __a = allocator_type())
set.h 56 typedef _Allocator allocator_type; typedef in class:std::__debug::set
97 const allocator_type& __a = allocator_type())
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/
bin_search_tree_.hpp 238 typedef Allocator allocator_type; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 151 typedef Allocator allocator_type; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rb_tree_map_/
rb_tree_.hpp 121 typedef Allocator allocator_type; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/splay_tree_/
splay_tree_.hpp 142 typedef Allocator allocator_type; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
  /external/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(); }
  /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...]

Completed in 1525 milliseconds

12 3 4