Home
last modified time | relevance | path

Searched defs:const_iterator (Results 1 – 25 of 131) sorted by relevance

123456

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_base.hpp255 struct const_iterator struct
257 node_pointer_pointer m_p_p_cur;
258 node_pointer_pointer m_p_p_end;
260 typedef std::forward_iterator_tag iterator_category;
261 typedef typename _Alloc::difference_type difference_type;
262 typedef node_pointer value_type;
263 typedef node_pointer_pointer pointer;
264 typedef node_pointer_reference reference;
266 const_iterator(node_pointer_pointer p_p_cur = 0, in const_iterator() function
272 operator==(const const_iterator& other) const in operator ==()
[all …]
H A Dtraits.hpp82 typedef base_type::_CIter<node, leaf, head, inode, true> const_iterator; typedef
128 typedef base_type::_CIter<node, leaf, head, inode, true> const_iterator; typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_base.hpp255 struct const_iterator struct
257 node_pointer_pointer m_p_p_cur;
258 node_pointer_pointer m_p_p_end;
260 typedef std::forward_iterator_tag iterator_category;
261 typedef typename _Alloc::difference_type difference_type;
262 typedef node_pointer value_type;
263 typedef node_pointer_pointer pointer;
264 typedef node_pointer_reference reference;
266 const_iterator(node_pointer_pointer p_p_cur = 0, in const_iterator() argument
272 operator==(const const_iterator& other) const in operator ==()
[all …]
H A Dtraits.hpp82 typedef base_type::_CIter<node, leaf, head, inode, true> const_iterator; typedef
128 typedef base_type::_CIter<node, leaf, head, inode, true> const_iterator; typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/
H A Dtrie_policy.hpp90 typename String::const_iterator>::__type const_iterator; typedef
179 typedef typename node_const_iterator::value_type const_iterator; typedef in __gnu_pbds::trie_prefix_search_node_update
269 typedef typename node_const_iterator::value_type const_iterator; typedef in __gnu_pbds::trie_order_statistics_node_update
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/
H A Dtrie_policy.hpp90 typename String::const_iterator>::__type const_iterator; typedef
179 typedef typename node_const_iterator::value_type const_iterator; typedef in __gnu_pbds::trie_prefix_search_node_update
269 typedef typename node_const_iterator::value_type const_iterator; typedef in __gnu_pbds::trie_order_statistics_node_update
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/debug/
H A Dsafe_sequence.tcc41 typedef typename _Sequence::const_iterator const_iterator; in _M_invalidate_if() typedef
75 typedef typename _Sequence::const_iterator const_iterator; in _M_transfer_from_if() typedef
H A Dsafe_unordered_container.tcc41 typedef typename _Container::const_iterator const_iterator; in _M_invalidate_if() typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/debug/
H A Dsafe_sequence.tcc41 typedef typename _Sequence::const_iterator const_iterator; in _M_invalidate_if() typedef
75 typedef typename _Sequence::const_iterator const_iterator; in _M_transfer_from_if() typedef
H A Dsafe_unordered_container.tcc41 typedef typename _Container::const_iterator const_iterator; in _M_invalidate_if() typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/backward/
H A Dhashtable.h103 const_iterator; in _GLIBCXX_VISIBILITY() typedef
154 const_iterator; in _GLIBCXX_VISIBILITY() typedef
322 const_iterator; in _GLIBCXX_VISIBILITY() typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/backward/
H A Dhashtable.h103 const_iterator; in _GLIBCXX_VISIBILITY() typedef
154 const_iterator; in _GLIBCXX_VISIBILITY() typedef
322 const_iterator; in _GLIBCXX_VISIBILITY() typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dunordered_set.h120 typedef typename _Hashtable::const_iterator const_iterator; in _GLIBCXX_VISIBILITY() typedef
936 typedef typename _Hashtable::const_iterator const_iterator; in _GLIBCXX_VISIBILITY() typedef
H A Dunordered_map.h126 typedef typename _Hashtable::const_iterator const_iterator; in _GLIBCXX_VISIBILITY() typedef
1274 typedef typename _Hashtable::const_iterator const_iterator; in _GLIBCXX_VISIBILITY() typedef
H A Dstl_deque.h117 typedef _Deque_iterator<_Tp, const _Tp&, const _Tp*> const_iterator; in _GLIBCXX_VISIBILITY() typedef
432 typedef _Deque_iterator<_Tp, const _Tp&, _Ptr_const> const_iterator; in _GLIBCXX_VISIBILITY() typedef
796 typedef typename _Base::const_iterator const_iterator; in _GLIBCXX_VISIBILITY() typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dunordered_set.h120 typedef typename _Hashtable::const_iterator const_iterator; in _GLIBCXX_VISIBILITY() typedef
936 typedef typename _Hashtable::const_iterator const_iterator; in _GLIBCXX_VISIBILITY() typedef
H A Dunordered_map.h126 typedef typename _Hashtable::const_iterator const_iterator; in _GLIBCXX_VISIBILITY() typedef
1274 typedef typename _Hashtable::const_iterator const_iterator; in _GLIBCXX_VISIBILITY() typedef
H A Dstl_deque.h117 typedef _Deque_iterator<_Tp, const _Tp&, const _Tp*> const_iterator; in _GLIBCXX_VISIBILITY() typedef
432 typedef _Deque_iterator<_Tp, const _Tp&, _Ptr_const> const_iterator; in _GLIBCXX_VISIBILITY() typedef
796 typedef typename _Base::const_iterator const_iterator; in _GLIBCXX_VISIBILITY() typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/char_set/
H A Dbasic_chset.hpp93 typedef typename range_run<Char>::const_iterator const_iterator; in operator |=() typedef
115 typedef typename range_run<Char>::const_iterator const_iterator; in operator -=() typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/
H A Dhas_duplicates.hpp45 >::type const_iterator; in apply() typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/branch_policy/
H A Dnull_node_metadata.hpp56 typedef typename __traits_type::pointer const_iterator; typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/branch_policy/
H A Dnull_node_metadata.hpp56 typedef typename __traits_type::pointer const_iterator; typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/trie_policy/
H A Dsample_trie_access_traits.hpp54 typedef std::string::const_iterator const_iterator; typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/trie_policy/
H A Dsample_trie_access_traits.hpp54 typedef std::string::const_iterator const_iterator; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/
H A Didentity_view.hpp38 typedef typename boost::range_iterator<Range const>::type const_iterator; typedef

123456