Searched refs:const_pointer (Results 1 - 25 of 91) sorted by relevance

1234

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/unordered_iterator/
H A Dconst_point_iterator.hpp69 typedef const_pointer_ const_pointer; typedef in class:const_point_iterator_
80 const_point_iterator_(const_pointer p_value) : m_p_value(p_value)
105 inline const_pointer
151 const_pointer m_p_value;
H A Dconst_iterator.hpp69 typedef const_pointer_ const_pointer; typedef in class:const_iterator_
H A Dpoint_iterator.hpp67 typedef const_pointer_ const_pointer; typedef in class:point_iterator_
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dconst_point_iterator.hpp82 typename Allocator::template rebind<value_type>::other::const_pointer
83 const_pointer; typedef in class:pb_ds::detail::binary_heap_const_point_iterator_
110 inline const_pointer
136 inline const_pointer
140 inline const_pointer
H A Dentry_cmp.hpp74 Value_Type>::other::const_pointer
H A Dentry_pred.hpp74 Value_Type>::other::const_pointer
H A Dconst_iterator.hpp93 typedef typename base_type::const_pointer const_pointer; typedef in class:pb_ds::detail::binary_heap_const_iterator_
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dbasic_types.hpp72 typedef typename mapped_type_allocator::const_pointer const_mapped_pointer;
79 typedef typename value_type_allocator::const_pointer const_pointer; typedef in struct:pb_ds::detail::value_type_base
99 typedef typename mapped_type_allocator::const_pointer const_mapped_pointer;
106 typedef typename value_type_allocator::const_pointer const_pointer; typedef in struct:pb_ds::detail::value_type_base
133 typedef typename mapped_type_allocator::const_pointer const_mapped_pointer;
141 typedef typename value_type_allocator::const_pointer const_pointer; typedef in struct:pb_ds::detail::value_type_base
175 typedef typename mapped_type_allocator::const_pointer const_mapped_pointe
183 typedef typename value_type_allocator::const_pointer const_pointer; typedef in struct:pb_ds::detail::value_type_base
[all...]
H A Dtypes_traits.hpp71 typedef typename key_allocator::const_pointer const_key_pointer;
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dnode_iterators.hpp79 Value_Type>::other::const_pointer
80 const_pointer; typedef in class:pb_ds::detail::ov_tree_node_const_it_
84 Metadata_Type>::other::const_pointer
107 Value_Type>::other::const_pointer
113 Value_Type>::type>::other::const_pointer
119 Value_Type>::type>::other::const_pointer
131 ov_tree_node_const_it_(const_pointer p_nd = NULL, const_pointer p_begin_nd = NULL, const_pointer p_end_nd = NULL, const_metadata_pointer p_metadata = NULL) : m_p_value(const_cast<pointer>(p_nd)), m_p_begin_value(const_cast<pointer>(p_begin_nd)), m_p_end_value(const_cast<pointer>(p_end_nd)), m_p_metadata(p_metadata)
223 typedef typename base_type::const_pointer const_pointe typedef in class:pb_ds::detail::ov_tree_node_it_
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dtraits.hpp88 typename type_traits::const_pointer,
101 typename type_traits::const_pointer,
114 typename type_traits::const_pointer,
127 typename type_traits::const_pointer,
202 typename type_traits::const_pointer,
217 typename type_traits::const_pointer,
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
H A Dbasic_tree_policy_base.hpp94 value_type>::type>::other::const_pointer
95 const_pointer; typedef in struct:pb_ds::detail::basic_tree_policy_base
151 value_type>::type>::other::const_pointer
152 const_pointer; typedef in struct:pb_ds::detail::basic_tree_policy_base
/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Ddefalloc.h89 typedef const _Tp* const_pointer; typedef in class:allocator
99 const_pointer const_address(const_reference __x) {
100 return (const_pointer)&__x;
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dconst_point_iterator.hpp93 value_type>::other::const_pointer
94 const_pointer; typedef in class:pb_ds::detail::left_child_next_sibling_heap_node_const_point_iterator_
125 inline const_pointer
H A Dconst_iterator.hpp90 typedef typename base_type::const_pointer const_pointer; typedef in class:pb_ds::detail::left_child_next_sibling_heap_const_iterator_
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Ddebug_allocator.h71 typedef typename _Alloc::const_pointer const_pointer; typedef in class:debug_allocator
H A Dnew_allocator.h59 typedef const _Tp* const_pointer; typedef in class:new_allocator
80 const_pointer
H A Darray_allocator.h55 typedef const _Tp* const_pointer; typedef in class:array_allocator_base
63 const_pointer
97 typedef const _Tp* const_pointer; typedef in class:array_allocator
H A Dvstring_util.h60 typedef typename _CharT_alloc_type::const_pointer const_pointer; typedef in struct:__vstring_utility
69 __normal_iterator<const_pointer, __gnu_cxx::
81 __normal_iterator<const_pointer, __gnu_cxx::
H A Dmalloc_allocator.h60 typedef const _Tp* const_pointer; typedef in class:malloc_allocator
81 const_pointer
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_/
H A Dbinomial_heap_.hpp88 typedef typename base_type::const_pointer const_pointer; typedef in class:pb_ds::detail::binomial_heap_
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/
H A Dtree_policy.hpp121 typedef typename base_type::const_pointer const_pointer; typedef in class:pb_ds::tree_order_statistics_node_update
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dpoint_iterators.hpp117 Leaf>::other::const_pointer
145 typedef typename Type_Traits::const_pointer const_pointer; typedef in class:pb_ds::detail::pat_trie_const_it_
178 inline const_pointer
376 Leaf>::other::const_pointer
397 typedef typename Type_Traits::const_pointer const_pointer; typedef in class:pb_ds::detail::pat_trie_it_
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_node.h172 getNodePtr(typename OptionsT::const_pointer N) {
182 static typename OptionsT::const_pointer
184 return static_cast<typename OptionsT::const_pointer>(N);
213 using const_pointer = typename OptionsT::const_pointer;
220 static const node_type *getNodePtr(const_pointer N) {
228 static const_pointer getValuePtr(const node_type *N) {
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dallocator.h70 typedef const void* const_pointer; typedef in class:allocator
91 typedef const _Tp* const_pointer; typedef in class:allocator

Completed in 129 milliseconds

1234