OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocator_type
(Results
1 - 25
of
95
) sorted by relevancy
1
2
3
4
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/
list_update_policy.hpp
61
typedef _Alloc
allocator_type
;
typedef in class:__gnu_pbds::lu_move_to_front_policy
95
typedef _Alloc
allocator_type
;
typedef in class:__gnu_pbds::lu_counter_policy
96
typedef typename
allocator_type
::size_type size_type;
priority_queue.hpp
91
typedef _Alloc
allocator_type
;
typedef in class:__gnu_pbds::priority_queue
92
typedef typename
allocator_type
::size_type size_type;
93
typedef typename
allocator_type
::difference_type difference_type;
tree_policy.hpp
71
typedef _Alloc
allocator_type
;
typedef in class:__gnu_pbds::tree_order_statistics_node_update
72
typedef typename
allocator_type
::size_type size_type;
/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
unordered_map.h
63
typedef typename _Base::
allocator_type
allocator_type
;
typedef in class:tr1::__unordered_map
69
const
allocator_type
& __a =
allocator_type
())
80
const
allocator_type
& __a =
allocator_type
())
114
typedef typename _Base::
allocator_type
allocator_type
;
typedef in class:tr1::__unordered_multimap
120
const
allocator_type
& __a =
allocator_type
())
190
typedef typename _Base::
allocator_type
allocator_type
;
typedef in class:tr1::unordered_map
242
typedef typename _Base::
allocator_type
allocator_type
;
typedef in class:tr1::unordered_multimap
[
all
...]
unordered_set.h
63
typedef typename _Base::
allocator_type
allocator_type
;
typedef in class:tr1::__unordered_set
69
const
allocator_type
& __a =
allocator_type
())
80
const
allocator_type
& __a =
allocator_type
())
112
typedef typename _Base::
allocator_type
allocator_type
;
typedef in class:tr1::__unordered_multiset
118
const
allocator_type
& __a =
allocator_type
())
183
typedef typename _Base::
allocator_type
allocator_type
;
typedef in class:tr1::unordered_set
232
typedef typename _Base::
allocator_type
allocator_type
;
typedef in class:tr1::unordered_multiset
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/
list_update_policy.hpp
61
typedef _Alloc
allocator_type
;
typedef in class:__gnu_pbds::lu_move_to_front_policy
95
typedef _Alloc
allocator_type
;
typedef in class:__gnu_pbds::lu_counter_policy
96
typedef typename
allocator_type
::size_type size_type;
priority_queue.hpp
91
typedef _Alloc
allocator_type
;
typedef in class:__gnu_pbds::priority_queue
92
typedef typename
allocator_type
::size_type size_type;
93
typedef typename
allocator_type
::difference_type difference_type;
tree_policy.hpp
71
typedef _Alloc
allocator_type
;
typedef in class:__gnu_pbds::tree_order_statistics_node_update
72
typedef typename
allocator_type
::size_type size_type;
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
unordered_map.h
63
typedef typename _Base::
allocator_type
allocator_type
;
typedef in class:tr1::__unordered_map
69
const
allocator_type
& __a =
allocator_type
())
80
const
allocator_type
& __a =
allocator_type
())
114
typedef typename _Base::
allocator_type
allocator_type
;
typedef in class:tr1::__unordered_multimap
120
const
allocator_type
& __a =
allocator_type
())
190
typedef typename _Base::
allocator_type
allocator_type
;
typedef in class:tr1::unordered_map
242
typedef typename _Base::
allocator_type
allocator_type
;
typedef in class:tr1::unordered_multimap
[
all
...]
unordered_set.h
63
typedef typename _Base::
allocator_type
allocator_type
;
typedef in class:tr1::__unordered_set
69
const
allocator_type
& __a =
allocator_type
())
80
const
allocator_type
& __a =
allocator_type
())
112
typedef typename _Base::
allocator_type
allocator_type
;
typedef in class:tr1::__unordered_multiset
118
const
allocator_type
& __a =
allocator_type
())
183
typedef typename _Base::
allocator_type
allocator_type
;
typedef in class:tr1::unordered_set
232
typedef typename _Base::
allocator_type
allocator_type
;
typedef in class:tr1::unordered_multiset
[
all
...]
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp
53
typedef _Alloc
allocator_type
;
typedef in class:__gnu_pbds::detail::rc
54
typedef typename
allocator_type
::size_type size_type;
rc_binomial_heap_.hpp
89
typedef typename base_type::
allocator_type
allocator_type
;
typedef in class:__gnu_pbds::detail::rc_binomial_heap
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp
53
typedef _Alloc
allocator_type
;
typedef in class:__gnu_pbds::detail::rc
54
typedef typename
allocator_type
::size_type size_type;
rc_binomial_heap_.hpp
89
typedef typename base_type::
allocator_type
allocator_type
;
typedef in class:__gnu_pbds::detail::rc_binomial_heap
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
alloc_traits.h
50
typedef _Alloc
allocator_type
;
typedef in struct:__alloc_traits
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp
89
typedef typename base_type::
allocator_type
allocator_type
;
typedef in class:__gnu_pbds::detail::binomial_heap
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp
92
typedef _Alloc
allocator_type
;
typedef in class:__gnu_pbds::detail::binomial_heap_base
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp
88
typedef _Alloc
allocator_type
;
typedef in class:__gnu_pbds::detail::pairing_heap
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
alloc_traits.h
53
typedef _Alloc
allocator_type
;
typedef in struct:__alloc_traits
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp
89
typedef typename base_type::
allocator_type
allocator_type
;
typedef in class:__gnu_pbds::detail::binomial_heap
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp
92
typedef _Alloc
allocator_type
;
typedef in class:__gnu_pbds::detail::binomial_heap_base
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp
88
typedef _Alloc
allocator_type
;
typedef in class:__gnu_pbds::detail::pairing_heap
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
alloc_traits.h
147
typedef _Alloc
allocator_type
;
typedef in struct:allocator_traits
464
using
allocator_type
= allocator<_Tp>;
514
allocate(
allocator_type
& __a, size_type __n)
529
allocate(
allocator_type
& __a, size_type __n,
549
deallocate(
allocator_type
& __a, pointer __p, size_type __n)
566
construct(
allocator_type
& __a __attribute__((__unused__)),
593
destroy(
allocator_type
& __a __attribute__((__unused__)), _Up* __p)
610
max_size(const
allocator_type
& __a __attribute__((__unused__))) noexcept
625
static _GLIBCXX20_CONSTEXPR
allocator_type
626
select_on_container_copy_construction(const
allocator_type
& __rhs
[
all
...]
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp
101
typedef typename alloc_traits::
allocator_type
node_allocator;
139
typedef _Alloc
allocator_type
;
typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
rb_tree_.hpp
93
typedef _Alloc
allocator_type
;
typedef in class:__gnu_pbds::detail::PB_DS_RB_TREE_NAME
Completed in 31 milliseconds
1
2
3
4
Indexes created Tue Jun 09 00:24:00 UTC 2026