Searched defs:_Rb_tree_const_iterator (Results 1 – 2 of 2) sorted by relevance
328 struct _Rb_tree_const_iterator in _GLIBCXX_VISIBILITY() struct330 typedef _Tp value_type; in _GLIBCXX_VISIBILITY()331 typedef const _Tp& reference; in _GLIBCXX_VISIBILITY()332 typedef const _Tp* pointer; in _GLIBCXX_VISIBILITY()334 typedef _Rb_tree_iterator<_Tp> iterator; in _GLIBCXX_VISIBILITY()336 typedef bidirectional_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()337 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()339 typedef _Rb_tree_const_iterator<_Tp> _Self; in _GLIBCXX_VISIBILITY()340 typedef _Rb_tree_node_base::_Const_Base_ptr _Base_ptr; in _GLIBCXX_VISIBILITY()341 typedef const _Rb_tree_node<_Tp>* _Link_type; in _GLIBCXX_VISIBILITY()[all …]