Home
last modified time | relevance | path

Searched refs:value_allocator (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp106 typedef typename __rebind_v::other value_allocator; typedef in __gnu_pbds::detail::binary_heap
109 typedef typename value_allocator::pointer pointer;
110 typedef typename value_allocator::const_pointer const_pointer;
111 typedef typename value_allocator::reference reference;
112 typedef typename value_allocator::const_reference const_reference;
301 static value_allocator s_value_allocator;
H A Dconstructors_destructor_fn_imps.hpp46 typename PB_DS_CLASS_C_DEC::value_allocator
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp106 typedef typename __rebind_v::other value_allocator; typedef in __gnu_pbds::detail::binary_heap
109 typedef typename value_allocator::pointer pointer;
110 typedef typename value_allocator::const_pointer const_pointer;
111 typedef typename value_allocator::reference reference;
112 typedef typename value_allocator::const_reference const_reference;
316 static value_allocator s_value_allocator;
H A Dconstructors_destructor_fn_imps.hpp47 typename PB_DS_CLASS_C_DEC::value_allocator
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dov_tree_map_.hpp123 typedef typename _Alloc::template rebind<non_const_value_type>::other value_allocator; typedef in __gnu_pbds::detail::PB_DS_OV_TREE_NAME
124 typedef typename value_allocator::pointer value_vector;
203 value_allocator().deallocate(m_a_vec, m_max_size); in ~cond_dtor()
514 static value_allocator s_value_alloc;
H A Dconstructors_destructor_fn_imps.hpp42 typename PB_DS_CLASS_C_DEC::value_allocator
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dov_tree_map_.hpp123 typedef typename _Alloc::template rebind<non_const_value_type>::other value_allocator; typedef in __gnu_pbds::detail::PB_DS_OV_TREE_NAME
124 typedef typename value_allocator::pointer value_vector;
203 value_allocator().deallocate(m_a_vec, m_max_size); in ~cond_dtor()
514 static value_allocator s_value_alloc;
H A Dconstructors_destructor_fn_imps.hpp42 typename PB_DS_CLASS_C_DEC::value_allocator