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

1 2 3 4

  /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;
trie_policy.hpp 164 typedef Allocator allocator_type; typedef in class:__gnu_pbds::trie_prefix_search_node_update
167 typedef typename allocator_type::size_type size_type;
253 typedef Allocator allocator_type; typedef in class:__gnu_pbds::trie_order_statistics_node_update
254 typedef typename allocator_type::size_type size_type;
  /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<
rc_binomial_heap_.hpp 109 typedef typename base_type::allocator_type allocator_type; typedef in class:__gnu_pbds::detail::rc_binomial_heap_
  /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_
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 135 typedef Allocator allocator_type; typedef in class:__gnu_pbds::detail::binomial_heap_base_
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp 134 typedef Allocator allocator_type; typedef in class:__gnu_pbds::detail::pairing_heap_
  /external/stlport/stlport/stl/
_string_base.h 49 typedef _Alloc allocator_type; typedef in class:_String_base
50 typedef _STLP_alloc_proxy<_Tp*, _Tp, allocator_type> _AllocProxy;
106 typename allocator_type::size_type __alloc_max_size = _M_start_of_storage.max_size();
110 _String_base(const allocator_type& __a)
118 _String_base(const allocator_type& __a, size_t __n)
_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/
_string_base.h 49 typedef _Alloc allocator_type; typedef in class:_String_base
50 typedef _STLP_alloc_proxy<_Tp*, _Tp, allocator_type> _AllocProxy;
106 typename allocator_type::size_type __alloc_max_size = _M_start_of_storage.max_size();
110 _String_base(const allocator_type& __a)
118 _String_base(const allocator_type& __a, size_t __n)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
binary_heap_.hpp 175 typedef Allocator allocator_type; typedef in class:__gnu_pbds::detail::binary_heap_
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 191 typedef Allocator allocator_type; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/thin_heap_/
thin_heap_.hpp 134 typedef Allocator allocator_type; typedef in class:__gnu_pbds::detail::thin_heap_
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/trie_policy/
trie_policy_base.hpp 82 typedef Allocator allocator_type; typedef in class:__gnu_pbds::detail::trie_policy_base
84 typedef typename allocator_type::size_type size_type;
  /external/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...]

Completed in 346 milliseconds

1 2 3 4