Searched defs:_Rb_tree_iterator (Results 1 – 2 of 2) sorted by relevance
256 struct _Rb_tree_iterator in _GLIBCXX_VISIBILITY() struct258 typedef _Tp value_type; in _GLIBCXX_VISIBILITY()259 typedef _Tp& reference; in _GLIBCXX_VISIBILITY()260 typedef _Tp* pointer; in _GLIBCXX_VISIBILITY()262 typedef bidirectional_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()263 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()265 typedef _Rb_tree_iterator<_Tp> _Self; in _GLIBCXX_VISIBILITY()266 typedef _Rb_tree_node_base::_Base_ptr _Base_ptr; in _GLIBCXX_VISIBILITY()267 typedef _Rb_tree_node<_Tp>* _Link_type; in _GLIBCXX_VISIBILITY()269 _Rb_tree_iterator() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function[all …]