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

1 2 3 4 5

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
list_update_policy.hpp 63 typedef Allocator allocator_type; typedef in class:__gnu_pbds::move_to_front_lu_policy
69 typedef typename allocator_type::template rebind<metadata_type>::other metadata_rebind;
100 typedef Allocator allocator_type; typedef in class:__gnu_pbds::counter_lu_policy
107 typedef typename allocator_type::size_type size_type;
priority_queue.hpp 65 typedef Allocator allocator_type; typedef in class:__gnu_pbds::priority_queue
66 typedef typename allocator_type::size_type size_type;
67 typedef typename allocator_type::difference_type difference_type;
69 typedef typename allocator_type::template rebind<value_type>::other value_rebind;
tree_policy.hpp 77 typedef Allocator allocator_type; typedef in class:__gnu_pbds::tree_order_statistics_node_update
78 typedef typename allocator_type::size_type size_type;
117 typedef typename allocator_type::template rebind<metadata_type>::other metadata_rebind;
  /external/stlport/stlport/stl/
_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...]
_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...]
_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...]
_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...]
_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/
_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...]
_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...]
_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...]
_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...]
_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...]
  /external/stlport/stlport/stl/pointers/
_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...]
_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...]
_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...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_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...]
_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...]
_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...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 59 typedef Allocator allocator_type; typedef in class:__gnu_pbds::detail::rc
61 typedef typename allocator_type::size_type size_type;
66 typename allocator_type::template rebind<
71 typename allocator_type::template rebind<
76 typename allocator_type::template rebind<
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
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/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 90 typedef typename base_type::allocator_type allocator_type; typedef in class:__gnu_pbds::detail::binomial_heap_

Completed in 299 milliseconds

1 2 3 4 5