Searched defs:_Rb_tree_const_iterator (Results 1 – 2 of 2) sorted by relevance
326 struct _Rb_tree_const_iterator in _GLIBCXX_VISIBILITY() struct328 typedef _Tp value_type; in _GLIBCXX_VISIBILITY()329 typedef const _Tp& reference; in _GLIBCXX_VISIBILITY()330 typedef const _Tp* pointer; in _GLIBCXX_VISIBILITY()332 typedef _Rb_tree_iterator<_Tp> iterator; in _GLIBCXX_VISIBILITY()334 typedef bidirectional_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()335 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()337 typedef _Rb_tree_const_iterator<_Tp> _Self; in _GLIBCXX_VISIBILITY()338 typedef _Rb_tree_node_base::_Const_Base_ptr _Base_ptr; in _GLIBCXX_VISIBILITY()339 typedef const _Rb_tree_node<_Tp>* _Link_type; in _GLIBCXX_VISIBILITY()[all …]
227 struct _Rb_tree_const_iterator in _GLIBCXX_VISIBILITY() struct229 typedef _Tp value_type; in _GLIBCXX_VISIBILITY()230 typedef const _Tp& reference; in _GLIBCXX_VISIBILITY()231 typedef const _Tp* pointer; in _GLIBCXX_VISIBILITY()233 typedef _Rb_tree_iterator<_Tp> iterator; in _GLIBCXX_VISIBILITY()235 typedef bidirectional_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()236 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()238 typedef _Rb_tree_const_iterator<_Tp> _Self; in _GLIBCXX_VISIBILITY()239 typedef _Rb_tree_node_base::_Const_Base_ptr _Base_ptr; in _GLIBCXX_VISIBILITY()240 typedef const _Rb_tree_node<_Tp>* _Link_type; in _GLIBCXX_VISIBILITY()[all …]